mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-18 06:47:31 -04:00
render/egl: drop EGL_PLATFORM_GBM_KHR
Now that we match other devices for DRM platform devices, we no longer need this to support split render/display systems.
This commit is contained in:
parent
a69a6ae391
commit
c0ffee9715
3 changed files with 13 additions and 74 deletions
|
|
@ -7,7 +7,6 @@ struct wlr_egl {
|
|||
EGLDisplay display;
|
||||
EGLContext context;
|
||||
EGLDeviceEXT device; // may be EGL_NO_DEVICE_EXT
|
||||
struct gbm_device *gbm_device;
|
||||
|
||||
struct {
|
||||
// Display extensions
|
||||
|
|
@ -23,7 +22,6 @@ struct wlr_egl {
|
|||
|
||||
// Client extensions
|
||||
bool EXT_device_query;
|
||||
bool KHR_platform_gbm;
|
||||
bool EXT_platform_device;
|
||||
bool KHR_display_reference;
|
||||
} exts;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue