Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | texture: Expose subclasses as subclasses | Benjamin Otte | 2018-03-18 | 1 | -4/+0 |
| | | | | | | | | | | This is necessary so that bidnings work properly and don't make gdk_gl_texture_release() a function on GdkTexture. It also allows code to identify what type of texture they are dealing with. Finally, we can now decide to add getters later without screwing anything up, if we want to allow people to access GL textures directly. | ||||
* | gdk: Split out GL texture | Benjamin Otte | 2018-03-07 | 1 | -0/+19 |
Put GdkGLTexture into its own file and rename the API to gdk_gl_texture_foo() instead of gdk_texture_foo_for_gl(). Apart from naming, no actual code changes. |