projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
346de79
)
mapi: don't forget to expose GetPointerv in GL ES 3.2
author
Ilia Mirkin
<imirkin@alum.mit.edu>
Sun, 28 Aug 2016 18:52:10 +0000
(14:52 -0400)
committer
Ilia 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
patch
|
blob
|
history
diff --git
a/src/mapi/glapi/gen/gl_API.xml
b/src/mapi/glapi/gen/gl_API.xml
index b5d010bbdf8d541dfeb3d84820370ed44f24cde0..c39aa2225032c18e1d5fcaa8a43b08e07d8f8f5e 100644
(file)
--- 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"/>