aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/render/egl.h
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-12-01 14:03:37 +0100
committerSimon Ser <contact@emersion.fr>2021-12-01 14:03:37 +0100
commitffd4a27714833826542e1b083b3f3ad431f49107 (patch)
tree15d91b12d448bdf0215624b80a5f8ca3d1e30c57 /include/wlr/render/egl.h
parent812ab2e716dc7c1ac906a206709ce009ae30c45c (diff)
render/egl: store IMG_context_priority in wlr_egl
The next commit will split extension lookup and context initialization.
Diffstat (limited to 'include/wlr/render/egl.h')
-rw-r--r--include/wlr/render/egl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/render/egl.h b/include/wlr/render/egl.h
index 903b70a3..8db0718a 100644
--- a/include/wlr/render/egl.h
+++ b/include/wlr/render/egl.h
@@ -40,6 +40,7 @@ struct wlr_egl {
bool KHR_image_base;
bool EXT_image_dma_buf_import;
bool EXT_image_dma_buf_import_modifiers;
+ bool IMG_context_priority;
// Device extensions
bool EXT_device_drm;