wlroots-hyprland/include/render
Simon Ser 1db976cecb render/egl: replace wlr_egl_create with wlr_egl_create_with_drm_fd
We never create an EGL context with the platform set to something
other than EGL_PLATFORM_GBM_KHR. Let's simplify wlr_egl_create by
taking a DRM FD instead of a (platform, remote_display) tuple.

This hides the internal details of creating an EGL context for a
specific device. This will allow us to transparently use the device
platform [1] when the time comes.

[1]: https://github.com/swaywm/wlroots/pull/2671
2021-06-30 14:02:26 -04:00
..
allocator.h
drm_dumb_allocator.h
drm_format_set.h
egl.h render/egl: replace wlr_egl_create with wlr_egl_create_with_drm_fd 2021-06-30 14:02:26 -04:00
gbm_allocator.h
gles2.h
pixel_format.h
pixman.h render/pixman: implement texture_from_buffer 2021-06-07 09:22:56 -04:00
shm_allocator.h
swapchain.h
wlr_renderer.h render: drop wlr_ prefix from wlr_renderer_bind_buffer 2021-06-09 10:26:09 +02:00
wlr_texture.h