wlroots/render
Ilia Bozhinov 24cf70ae96 backends: implement custom EGL and renderer initialization
Compositors now have more control over how the backend creates its
renderer. Currently all backends create an EGL/GLES2 renderer, so
the necessary attributes for creating the context are passed to a
user-provided callback function. It is responsible for initializing
provided wlr_egl and to return a renderer. On fail, return 0.

Fixes #987
2018-05-25 14:56:52 +03:00
..
gles2 gles2: pre-multiply alpha and fix blending function 2018-05-18 20:34:36 +03:00
egl.c fix server exit: eglMakeCurrent Invalid display 2018-05-23 16:17:29 +02:00
glapi.txt render/egl: use EGL_KHR_debug 2018-03-21 10:42:43 +01:00
meson.build matrix: move to types/ 2018-03-15 09:11:27 +01:00
wlr_renderer.c backends: implement custom EGL and renderer initialization 2018-05-25 14:56:52 +03:00
wlr_texture.c Redesign wlr_texture 2018-03-24 23:48:32 -04:00