mapi: don't forget to expose GetPointerv in GL ES 3.2
authorIlia Mirkin <imirkin@alum.mit.edu>
Sun, 28 Aug 2016 18:52:10 +0000 (14:52 -0400)
committerIlia Mirkin <imirkin@alum.mit.edu>
Sat, 3 Sep 2016 04:26:36 +0000 (00:26 -0400)
I left this out of my previous commit that went around enabling all of
the other ES 3.2 entrypoints.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mapi/glapi/gen/gl_API.xml

index b5d010bbdf8d541dfeb3d84820370ed44f24cde0..c39aa2225032c18e1d5fcaa8a43b08e07d8f8f5e 100644 (file)
         <glx handcode="true"/>
     </function>
 
-    <function name="GetPointerv" es1="1.1">
+    <function name="GetPointerv" es1="1.1" es2="3.2">
         <param name="pname" type="GLenum"/>
         <param name="params" type="GLvoid **" output="true"/>
         <glx handcode="true"/>