render/egl: only request high priority context on DRM

This commit is contained in:
emersion 2018-06-08 00:17:45 +01:00
parent d425edc96c
commit 457bfcab19
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 38 additions and 42 deletions

View file

@ -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;
};