Mesa (master): mapi: don't forget to expose GetPointerv in GL ES 3.2

Ilia Mirkin imirkin at kemper.freedesktop.org
Sat Sep 3 04:27:55 UTC 2016


Module: Mesa
Branch: master
Commit: 8122e30aec95596397b11a3fe619f9e13dc3d2cc
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8122e30aec95596397b11a3fe619f9e13dc3d2cc

Author: Ilia Mirkin <imirkin at alum.mit.edu>
Date:   Sun Aug 28 14:52:10 2016 -0400

mapi: don't forget to expose GetPointerv in GL ES 3.2

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 at alum.mit.edu>
Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

---

 src/mapi/glapi/gen/gl_API.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
index b5d010b..c39aa22 100644
--- a/src/mapi/glapi/gen/gl_API.xml
+++ b/src/mapi/glapi/gen/gl_API.xml
@@ -3185,7 +3185,7 @@
         <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"/>




More information about the mesa-commit mailing list