wlroots-hyprland/include
Simon Ser 5206cea566 render/egl: add support for EGL_KHR_display_reference
See the spec at [1]. tl;dr EGL has terrible defaults: eglTerminate()
may have side-effects on completely unrelated EGLDisplay objects.
This extension allows us to opt-in to get the sane behavior:
eglTerminate() only free's our own EGLDisplay without affecting
others.

[1]: https://registry.khronos.org/EGL/extensions/KHR/EGL_KHR_display_reference.txt
2022-09-19 10:04:47 +00:00
..
backend backend/wayland: fix touch device not added on startup 2022-08-11 09:13:08 +02:00
interfaces types/wlr_input_device: move init and finish function to private API 2022-03-07 16:37:41 +00:00
render render/egl: add support for EGL_KHR_display_reference 2022-09-19 10:04:47 +00:00
types buffer: split into multiple files 2022-09-16 18:32:22 +02:00
util util/set: overhaul 2022-08-29 13:48:42 +00:00
wlr single-pixel-buffer-v1: fix header guard name 2022-09-17 09:18:11 +02:00
xcursor xcursor: garbage collect XcursorLibraryLoadImages 2022-01-31 14:10:08 +00:00
xwayland xwayland: use dict to collect supported features 2022-05-23 09:49:58 +02:00
meson.build render/vulkan: add Vulkan renderer 2021-10-18 11:51:13 +02:00