mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
render/egl: only request high priority context on DRM
This commit is contained in:
parent
d425edc96c
commit
457bfcab19
3 changed files with 38 additions and 42 deletions
|
|
@ -18,12 +18,11 @@ struct wlr_egl {
|
|||
struct {
|
||||
bool bind_wayland_display;
|
||||
bool buffer_age;
|
||||
bool context_priority;
|
||||
bool dmabuf_import_modifiers;
|
||||
bool dmabuf_import;
|
||||
bool image_base;
|
||||
bool swap_buffers_with_damage;
|
||||
} egl_exts;
|
||||
} exts;
|
||||
|
||||
struct wl_display *wl_display;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue