summaryrefslogtreecommitdiff
path: root/gdk/gdkmemorytexture.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes for gdk_memory_texture_new_subtexture checksBenjamin Otte2023-03-031-4/+4
* memorytexture: Export less private APIBenjamin Otte2023-02-151-13/+3
* memorytexture: Use right size for GBytesBenjamin Otte2023-02-141-1/+7
* Fixes for gdk_memory_texture_new_subtextureMatthias Clasen2022-05-131-7/+7
* docs: Improve docs for MemoryTextureMaximiliano Sandoval R2022-01-061-1/+1
* gir: Add type annotations for {GL,Memory}TextureMaximiliano Sandoval R2022-01-061-1/+1
* gl: Refactor texture uploadingBenjamin Otte2021-10-131-0/+33
* texture: Refactor downloadingBenjamin Otte2021-10-121-29/+40
* Rename ngl to glMatthias Clasen2021-10-071-1/+1
* texture: Make format a property of GdkTextureBenjamin Otte2021-10-071-11/+3
* memorytexture: Split out GdkMemoryFormat handlingBenjamin Otte2021-10-061-507/+11
* Fix memorytexture float conversionMatthias Clasen2021-09-151-1/+1
* memorytexture: Add support for HDR formatsBenjamin Otte2021-09-121-4/+291
* texture: Add gdk_texture_download_float()Benjamin Otte2021-09-121-0/+95
* texture: Add gdk_texture_download_texture()Benjamin Otte2021-09-121-0/+7
* texture: Add GdkMemoryConversion private enumBenjamin Otte2021-09-121-10/+10
* texture: Remove unused argument from vfuncBenjamin Otte2021-09-121-8/+6
* docs: Rework the gdk docsMatthias Clasen2021-03-111-3/+10
* gl backend: Avoid roundtripping via surface when updloadingAlexander Larsson2020-09-251-1/+1
* Add GDK_MEMORY_R8G8B8A8_PREMULTIPLIEDAlexander Larsson2020-09-251-10/+19
* Document GdkMemoryTextureMatthias Clasen2018-04-281-0/+14
* texture: Change download vfuncBenjamin Otte2018-03-121-5/+33
* texture: Export gdk_memory_texture_new() and GdkMemoryFormatBenjamin Otte2018-03-121-2/+2
* texture: Add GdkMemoryTextureBenjamin Otte2018-03-071-0/+262