wlroots-hyprland/include/wlr
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
..
backend backends: implement custom EGL and renderer initialization 2018-05-25 14:56:52 +03:00
interfaces Fix hardware cursors scale & transform 2018-05-09 19:58:18 +01:00
render backends: implement custom EGL and renderer initialization 2018-05-25 14:56:52 +03:00
types xdg-shell-v6: split into separate files 2018-05-13 22:32:03 +01:00
util Fix damage tracking for rotated surfaces 2018-03-26 15:31:08 -04:00
backend.h backends: implement custom EGL and renderer initialization 2018-05-25 14:56:52 +03:00
meson.build Install include directory into includedir 2018-04-03 16:56:32 +02:00
xcursor.h Fix typo in xcursor.h 2018-02-02 08:48:01 -05:00
xwayland.h Fix Xwayland cleanup 2018-05-10 01:44:17 +02:00