gtk/gdk/loaders
Benjamin Otte 8950c0dc96 texture: Make format a property of GdkTexture
For MemoryTexture, this is a simple change.

For GLTexture, we need to query the format at texture creation. This
sounds like a bad idea and extra work until one realizes that we'd
need to do that anyway when using the texure the first time - either
when downloading, or when trying to use it in a rendernode, where we
will soon need that information to determine if the texture prefers high
depth.
2021-10-07 02:41:30 +02:00
..
gdkjpeg.c gdk loaders: Add noreturn attribtues where appropriate 2021-10-02 09:08:14 +02:00
gdkjpegprivate.h Add code to save jpegs 2021-09-17 02:02:51 +02:00
gdkpng.c texture: Make format a property of GdkTexture 2021-10-07 02:41:30 +02:00
gdkpngprivate.h texture: Split out type detection 2021-09-17 00:25:22 +02:00
gdktiff.c texture: Make format a property of GdkTexture 2021-10-07 02:41:30 +02:00
gdktiffprivate.h texture: Split out type detection 2021-09-17 00:25:22 +02:00