summaryrefslogtreecommitdiff
path: root/gdk/gdkgltexture.c
Commit message (Expand)AuthorAgeFilesLines
* texturebuilder: Add ::udpate-region and ::update-textureBenjamin Otte2023-05-021-0/+17
* gltexture: Synchronize when downloadingMatthias Clasen2023-04-271-0/+4
* gltexture: Optionally take a sync objectMatthias Clasen2023-04-271-0/+9
* gltexture: Deprecate gdk_gl_texture_new()Benjamin Otte2023-04-271-0/+3
* texturebuilder: Add ::format and ::has-mipmapBenjamin Otte2023-04-271-0/+22
* glcontext: Use GdkGLVersion elsewhereBenjamin Otte2023-04-271-2/+2
* gl: Only allow RGB(A)8 on GLES2Benjamin Otte2023-04-171-3/+8
* Fix up criticals from GdkGLTextureMatthias Clasen2023-03-241-2/+5
* gl: Add a private way to query mipmap statusMatthias Clasen2023-03-231-0/+23
* gltexture: Try harder to determine the formatMatthias Clasen2023-03-231-2/+2
* GLTexture: Add GL_RGB format supportBilal Elmoussaoui2023-03-131-0/+1
* texture: Export gdk_texture_get_format()Benjamin Otte2023-02-151-1/+0
* gltexture: Small refactoringMatthias Clasen2023-02-021-12/+10
* CosmeticsMatthias Clasen2023-02-011-5/+5
* gltexture: Use the right contextMatthias Clasen2023-02-011-12/+16
* gdk/gl: handle GL_RGBA/GL_UNSIGNED_NORMALIZEDChristian Hergert2022-03-241-0/+36
* gltexture: Only use glGetFramebufferParameter() when availableBenjamin Otte2022-02-081-4/+13
* gir: Add type annotations for {GL,Memory}TextureMaximiliano Sandoval R2022-01-061-1/+2
* gles: glGetTexLevelParameter() isn't supportedBenjamin Otte2021-12-251-2/+5
* gltexture: Fix conditions for glGetTexImage() callBenjamin Otte2021-10-171-2/+3
* gltexture: Determine format in current threadBenjamin Otte2021-10-131-4/+18
* gl: Fix downloading textures *again*Benjamin Otte2021-10-131-34/+79
* texture: Refactor downloadingBenjamin Otte2021-10-121-123/+50
* texture: Make format a property of GdkTextureBenjamin Otte2021-10-071-66/+67
* memorytexture: Split out GdkMemoryFormat handlingBenjamin Otte2021-10-061-0/+1
* gltexture: Fallback in download_float()Benjamin Otte2021-09-161-14/+4
* gltexture: Fix download() for GLESBenjamin Otte2021-09-161-6/+35
* gltexture: Make sure downloading textures works in a different threadBenjamin Otte2021-09-131-52/+83
* gl: Implement uploading and downloading HDR formatsBenjamin Otte2021-09-121-0/+36
* texture: Add gdk_texture_download_float()Benjamin Otte2021-09-121-0/+55
* gltexture: Implement download() via glGetTexImage()Benjamin Otte2021-09-121-19/+23
* gltexture: Make release() use download_texture()Benjamin Otte2021-09-121-15/+1
* texture: Add gdk_texture_download_texture()Benjamin Otte2021-09-121-1/+71
* gltexture: release() to a texture, not a cairo_surfaceBenjamin Otte2021-09-121-34/+28
* texture: Remove unused argument from vfuncBenjamin Otte2021-09-121-7/+9
* docs: Rework the gdk docsMatthias Clasen2021-03-111-9/+14
* gl texture: fix a typoMatthias Clasen2019-01-231-1/+1
* build: Reintroduce warning flags from autotoolsBenjamin Otte2019-01-221-3/+3
* GdkSurface: Rename lots of stuff from window->surfaceAlexander Larsson2018-03-201-6/+6
* GdkSurface: Rename various functions and variablesAlexander Larsson2018-03-201-2/+2
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-2/+2
* texture: Expose subclasses as subclassesBenjamin Otte2018-03-181-10/+8
* Annotate gdk_gl_texture_new() appropriatelyEmmanuele Bassi2018-03-131-3/+3
* texture: Change download vfuncBenjamin Otte2018-03-121-6/+8
* gdk: Split out GL textureBenjamin Otte2018-03-071-0/+223