wlroots/backend/drm
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
..
atomic.c Make sure we don't use others' prefixes 2018-04-25 23:24:58 +01:00
backend.c backends: implement custom EGL and renderer initialization 2018-05-25 14:56:52 +03:00
drm.c recalculate cursor projection matrix on set_cursor 2018-05-16 15:44:41 +02:00
legacy.c Remove width_mm from wlr_touch events 2018-03-28 11:04:40 -04:00
properties.c Make sure we don't use others' prefixes 2018-04-25 23:24:58 +01:00
renderer.c backends: implement custom EGL and renderer initialization 2018-05-25 14:56:52 +03:00
util.c Fix typos in comments and strings 2018-05-03 21:59:43 +01:00