diff options
author | Andreas Pokorny <[email protected]> | 2014-09-03 22:43:41 +0200 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-09-23 00:25:45 +0100 |
commit | 53b614bfd3c12368347b2953121e815add68d90b (patch) | |
tree | a48970220eeaa7deafa08a183cb9d664a718f517 /src/egl | |
parent | 6addb7f42baf84c1a3cca2b281a444006baa6058 (diff) |
egl/drm: expose KHR_image_pixmap extension
This changes enables EGL_KHR_image_pixmap in the egl drm platform, which is implemented
there but has not been advertised yet.
Cc: 10.2 10.3 <[email protected]>
Signed-off-by: Andreas Pokorny <[email protected]>
Reviewed-by: Daniel Stone <[email protected]>
Diffstat (limited to 'src/egl')
-rw-r--r-- | src/egl/drivers/dri2/platform_drm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/drivers/dri2/platform_drm.c b/src/egl/drivers/dri2/platform_drm.c index 70bd7d4827c..ab71f4b242a 100644 --- a/src/egl/drivers/dri2/platform_drm.c +++ b/src/egl/drivers/dri2/platform_drm.c @@ -681,6 +681,7 @@ dri2_initialize_drm(_EGLDriver *drv, _EGLDisplay *disp) i + 1, EGL_WINDOW_BIT, attr_list, NULL); } + disp->Extensions.KHR_image_pixmap = EGL_TRUE; if (dri2_dpy->dri2) disp->Extensions.EXT_buffer_age = EGL_TRUE; |