diff options
author | Kristian Høgsberg <[email protected]> | 2010-06-04 14:28:59 -0400 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2010-08-25 09:17:47 -0400 |
commit | b7a8893a2413adfddf4dc836676a19463fb6ffd7 (patch) | |
tree | ea03799b61f31600f49601c27bbe40ce8a18d9b1 /src/egl/main/egldisplay.h | |
parent | 29bcbf5e797a18430285c75abb8a9300c8defe1d (diff) |
egl: Add EGL_MESA_drm_image extension
Create EGLImages from DRM buffer handles.
Diffstat (limited to 'src/egl/main/egldisplay.h')
-rw-r--r-- | src/egl/main/egldisplay.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/egldisplay.h b/src/egl/main/egldisplay.h index 97c9d196ec4..3863cce0108 100644 --- a/src/egl/main/egldisplay.h +++ b/src/egl/main/egldisplay.h @@ -54,6 +54,7 @@ struct _egl_extensions EGLBoolean MESA_screen_surface; EGLBoolean MESA_copy_context; EGLBoolean MESA_drm_display; + EGLBoolean MESA_drm_image; EGLBoolean KHR_image_base; EGLBoolean KHR_image_pixmap; |