diff options
author | Hal Gentz <zegentzy@protonmail.com> | 2019-10-18 01:03:37 -0600 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2019-10-18 18:41:51 +0000 |
commit | fa611b07f1115197916b12bd69200315f6df21af (patch) | |
tree | 324be1007830af48c759bdc1957b8b38e27017bf /include | |
parent | 94386d476c7829080987bd8b8624bd578adcc258 (diff) |
Revert "egl: Add EGL_CONFIG_SELECT_GROUP_MESA ext."
This reverts commit 173bc9d6842efdec54ea3fd415a6946dcee7b02a.
Diffstat (limited to 'include')
-rw-r--r-- | include/EGL/eglmesaext.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/EGL/eglmesaext.h b/include/EGL/eglmesaext.h index b83e9441012..f4332b279f8 100644 --- a/include/EGL/eglmesaext.h +++ b/include/EGL/eglmesaext.h @@ -86,11 +86,6 @@ 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 |