mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
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 |
||
|---|---|---|
| .. | ||
| gles2 | ||
| pixman | ||
| allocator.c | ||
| dmabuf.c | ||
| drm_dumb_allocator.c | ||
| drm_format_set.c | ||
| egl.c | ||
| gbm_allocator.c | ||
| meson.build | ||
| pixel_format.c | ||
| shm_allocator.c | ||
| swapchain.c | ||
| wlr_renderer.c | ||
| wlr_texture.c | ||