wlroots/include/render
Simon Ser 4b3e08c8ac render/egl: make wlr_egl_{make,unset,is}_current private
These are trivial wrappers around eglMakeCurrent and
eglGetCurrentContext. Compositors which need to call these
functions will also call other EGL or GL functions anyways. Let's
reduce our API surface a bit by making them private.
2022-05-25 18:17:41 +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: make wlr_egl_{make,unset,is}_current private 2022-05-25 18:17:41 +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 Remove support for DMA-BUF flags 2021-11-17 16:12:59 +00:00
wlr_renderer.h