wlroots/include/render
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
..
allocator render/allocator: make wlr_allocator part of the public API 2021-11-09 15:26:36 +00:00
drm_format_set.h render/drm_format_set: add wlr_drm_format_has 2021-11-26 16:40:53 +00:00
egl.h render/egl: add support for EGL_KHR_display_reference 2022-09-19 10:04:47 +00:00
gles2.h render/gles: add support for some 16-bpc unsigned shm formats 2022-05-07 16:25:38 +00:00
pixel_format.h
pixman.h
swapchain.h
vulkan.h render/vulkan: drop wlr_vk_device.extensions 2022-09-07 14:41:40 +02:00
wlr_renderer.h