wlroots/include
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
..
backend Include wlr/config.h in x11.h 2018-10-12 09:46:35 +13:00
render render/gles2: remove assumptions about supported formats 2018-11-04 09:00:51 +01:00
rootston Merge pull request #1203 from dcz-purism/input 2018-10-12 13:44:46 +02:00
types data-device: remove wlr_data_source.seat_client 2018-10-07 16:01:57 +02:00
util util: use shm_open for in-memory files 2018-10-28 22:39:54 +01:00
wlr render/gles2: remove assumptions about supported formats 2018-11-04 09:00:51 +01:00
xcursor Add xcursor sublibrary 2017-08-07 21:13:04 -04:00
xwayland xwayland: fix typo to enable transparency 2018-10-27 11:59:27 +02:00
meson.build config: Avoid clash with other config-headers 2017-12-27 17:13:58 +01:00