wlroots/render
Simon Ser 26af316b3b render/gles2: make wlr_gles2_texture_from_* private
These functions are unused by compositors (see e.g. [1]) and prevent
wlr_gles2_texture from accessing wlr_gles2_renderer state. This is an
issue for proper teardown [2] and for accessing GLES2 extensions.

[1]: https://github.com/swaywm/wlroots/pull/1962#issuecomment-569511830
[2]: https://github.com/swaywm/wlroots/pull/1962
2020-07-28 06:59:07 -06:00
..
gles2 render/gles2: make wlr_gles2_texture_from_* private 2020-07-28 06:59:07 -06:00
dmabuf.c render/dmabuf: add wlr_dmabuf_attributes_copy 2019-06-07 09:06:11 -04:00
drm_format_set.c render/drm_format_set: disallow DRM_FORMAT_INVALID 2020-04-22 22:14:44 +02:00
egl.c render: egl: Use current display to restore NULL context 2020-07-14 19:55:20 +02:00
meson.build meson: Various improvements 2019-12-23 07:48:29 -05:00
wlr_renderer.c render: add wlr_render_subtexture_with_matrix 2020-06-17 09:10:54 -06:00
wlr_texture.c render/texture: make write_pixels optional 2020-04-28 21:45:14 +02:00