From 44f00d061597d9a78112dde690d131547d39a8ce Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 16 Jan 2013 09:13:51 +0100 Subject: Synchronised files --- gl/internal/dri_interface.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gl') 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 -- cgit v1.2.3