diff options
author | Ian Romanick <[email protected]> | 2012-07-25 16:15:25 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-08-20 16:06:33 -0700 |
commit | d54004c3526e2040be6521546b263f29c77f06ce (patch) | |
tree | 73a7ff133fecf7f7f8597a03ab55eec65969eaf9 | |
parent | 68d7ce3e9e54bfa544a1438b73d0920bf89a2de7 (diff) |
mesa/es: Remove redundant glGetBufferPointer pname validation
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
-rw-r--r-- | src/mesa/main/APIspec.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index 69e52334227..1c1a1c81438 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -2490,10 +2490,6 @@ <value name="GL_ARRAY_BUFFER"/> <value name="GL_ELEMENT_ARRAY_BUFFER"/> </desc> - - <desc name="pname"> - <value name="GL_BUFFER_MAP_POINTER_OES"/> - </desc> </template> <template name="MapBuffer" direction="get"> |