dri2: Note that __DRI_API_GLES2 is also used for OpenGL ES 3.0
[profile/ivi/mesa.git] / include / GL / internal / dri_interface.h
index d3a66c5..97e1a1a 100644 (file)
@@ -800,8 +800,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