diff options
author | marha <marha@users.sourceforge.net> | 2013-01-16 09:13:51 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-01-16 09:13:51 +0100 |
commit | 44f00d061597d9a78112dde690d131547d39a8ce (patch) | |
tree | 886de4b500221ed78c15432aa7cda13d6e28ca32 /gl/internal | |
parent | b02642bf895ddf816fc8327f0fa2af1246a02f61 (diff) | |
download | vcxsrv-44f00d061597d9a78112dde690d131547d39a8ce.tar.gz vcxsrv-44f00d061597d9a78112dde690d131547d39a8ce.tar.bz2 vcxsrv-44f00d061597d9a78112dde690d131547d39a8ce.zip |
Synchronised files
Diffstat (limited to 'gl/internal')
-rw-r--r-- | gl/internal/dri_interface.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gl/internal/dri_interface.h b/gl/internal/dri_interface.h index e4ead73dd..c09d75cda 100644 --- a/gl/internal/dri_interface.h +++ b/gl/internal/dri_interface.h @@ -830,8 +830,9 @@ struct __DRIdri2LoaderExtensionRec { #define __DRI_API_OPENGL 0 /**< OpenGL compatibility profile */ #define __DRI_API_GLES 1 /**< OpenGL ES 1.x */ -#define __DRI_API_GLES2 2 /**< OpenGL ES 2.0 or 3.0 */ +#define __DRI_API_GLES2 2 /**< OpenGL ES 2.x */ #define __DRI_API_OPENGL_CORE 3 /**< OpenGL 3.2+ core profile */ +#define __DRI_API_GLES3 4 /**< OpenGL ES 3.x */ #define __DRI_CTX_ATTRIB_MAJOR_VERSION 0 #define __DRI_CTX_ATTRIB_MINOR_VERSION 1 |