dri2: Note that __DRI_API_GLES2 is also used for OpenGL ES 3.0
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 18 Jul 2012 21:29:29 +0000 (14:29 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 14 Aug 2012 22:41:03 +0000 (15:41 -0700)
commita2ce2eba26639327d6080fbf3dd64d4ff5ac3bcb
treeb5abaab941451de36347ceed307a90abe722f03b
parent7b4b4f8e68ba7a6109cc508de10314e966e56f5f
dri2: Note that __DRI_API_GLES2 is also used for OpenGL ES 3.0

Unlike 1.x to 2.0, OpenGL ES 3.0 is backwards compatible with 2.0.  Use the
same API flag for both.  Applications that specifically want 3.0 will specify
this using the major / minor version attributes.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
include/GL/internal/dri_interface.h