diff options
author | Hal Gentz <[email protected]> | 2019-10-10 18:35:50 -0600 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2019-10-11 21:57:20 +0000 |
commit | 173bc9d6842efdec54ea3fd415a6946dcee7b02a (patch) | |
tree | 1cca55e8d489c6598b2468302c044dbd4dfe95f8 /include | |
parent | 44754279ace72bc36b016f9ca519141ea4cad038 (diff) |
egl: Add EGL_CONFIG_SELECT_GROUP_MESA ext.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=67676
Fixes: 049f343e8ac "egl: Allow 24-bit visuals for 32-bit RGBA8888 configs"
Cc: [email protected]
Reviewed-by: Adam Jackson <[email protected]>
Signed-off-by: Hal Gentz <[email protected]>
Diffstat (limited to 'include')
-rw-r--r-- | include/EGL/eglmesaext.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/EGL/eglmesaext.h b/include/EGL/eglmesaext.h index f4332b279f8..b83e9441012 100644 --- a/include/EGL/eglmesaext.h +++ b/include/EGL/eglmesaext.h @@ -86,6 +86,11 @@ typedef EGLBoolean (EGLAPIENTRYP PFNEGLSWAPBUFFERSREGIONNOK) (EGLDisplay dpy, EG #define EGL_DRM_BUFFER_FORMAT_RGB565_MESA 0x3292 #endif /* EGL_MESA_drm_image_formats */ +#ifndef EGL_MESA_config_select_group +#define EGL_MESA_config_select_group 1 +#define EGL_CONFIG_SELECT_GROUP_MESA 0x31DC +#endif + #ifdef __cplusplus } #endif |