wlroots/include
Scott Anderson 85a2ee6d30 render/gles: Simplify textures a bit
We don't need our own enum for types. Instead we just use
GL_TEXTURE_{2D,EXTERNAL_OES}, which already describes usage.

Also fixes a situation where we were using GL_TEXTURE_2D in a situation
we should not have. wl_drm buffers are always GL_TEXTURE_EXTERNAL_OES,
no matter if they're RGB or any other format.
2019-11-06 09:46:01 +01:00
..
backend backend/x11: Give X11 a real rendering loop 2019-11-02 12:43:33 +01:00
render render/gles: Simplify textures a bit 2019-11-06 09:46:01 +01:00
types Remove all wayland-server.h includes 2019-07-27 15:49:32 -04:00
util Remove all wayland-server.h includes 2019-07-27 15:49:32 -04:00
wlr Introduce wlr_keyboard_group 2019-11-05 20:05:49 +01:00
xcursor Add xcursor sublibrary 2017-08-07 21:13:04 -04:00
xwayland xwm: Add _NET_CLIENT_LIST support 2019-02-15 11:08:54 +01:00
meson.build config: Avoid clash with other config-headers 2017-12-27 17:13:58 +01:00