aboutsummaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-08-16 15:41:45 +0200
committermarha <marha@users.sourceforge.net>2012-08-16 15:41:45 +0200
commitcf506c799c2281867a28ac33ac985994918bc0ba (patch)
treef20bc970010e041b53b0357ebb046fef61705943 /gl
parente12a88a1a4897365d47e428bceda547a4e02fbd0 (diff)
downloadvcxsrv-cf506c799c2281867a28ac33ac985994918bc0ba.tar.gz
vcxsrv-cf506c799c2281867a28ac33ac985994918bc0ba.tar.bz2
vcxsrv-cf506c799c2281867a28ac33ac985994918bc0ba.zip
Synchronised files
Diffstat (limited to 'gl')
-rw-r--r--gl/internal/dri_interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/internal/dri_interface.h b/gl/internal/dri_interface.h
index 9aef95860..865164306 100644
--- a/gl/internal/dri_interface.h
+++ b/gl/internal/dri_interface.h
@@ -804,8 +804,8 @@ struct __DRIdri2LoaderExtensionRec {
#define __DRI_DRI2_VERSION 3
#define __DRI_API_OPENGL 0 /**< OpenGL compatibility profile */
-#define __DRI_API_GLES 1
-#define __DRI_API_GLES2 2
+#define __DRI_API_GLES 1 /**< OpenGL ES 1.x */
+#define __DRI_API_GLES2 2 /**< OpenGL ES 2.0 or 3.0 */
#define __DRI_API_OPENGL_CORE 3 /**< OpenGL 3.2+ core profile */
#define __DRI_CTX_ATTRIB_MAJOR_VERSION 0