wlroots/render
emersion 62d646f2b8
render/gles2: remove assumptions about supported formats
We were assuming GL_BGRA_EXT was always supported.

We now check that it's supported for rendering. We fail if it isn't because
this format is specified as "always supported" by the Wayland protocol.

We also check if it's supported for reading pixels. A new preferred_read_format
function returns the preferred format that can be used to read pixels. This is
used by the screencopy protocol.
2018-11-04 09:00:51 +01:00
..
gles2 render/gles2: remove assumptions about supported formats 2018-11-04 09:00:51 +01:00
dmabuf.c Merge branch 'master' into screencontent 2018-05-31 12:33:27 +01:00
egl.c render: on Wayland, make eglSwapBuffers non-blocking 2018-10-28 09:58:20 +01:00
glapi.txt render: add wlr_texture_to_dmabuf 2018-05-29 18:47:17 +01:00
meson.build render: fix meson including libdrm 2018-10-15 13:34:23 -07:00
wlr_renderer.c render/gles2: remove assumptions about supported formats 2018-11-04 09:00:51 +01:00
wlr_texture.c Remove fmt parameter from wlr_texture_write_pixels 2018-10-15 23:56:56 +02:00