diff options
author | Ian Romanick <[email protected]> | 2012-07-25 15:20:32 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-08-20 16:06:33 -0700 |
commit | 68d7ce3e9e54bfa544a1438b73d0920bf89a2de7 (patch) | |
tree | 8ec54c1fe0c6ebf656da7354926d8347e43ea71a /src/mesa | |
parent | 5be5cf69341c4acf0ae666373790db9ad1df06fd (diff) |
mesa/es: Remove redundant glGetVertexAttribPointer pname validation
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa')
-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 2a002e91253..69e52334227 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -2476,10 +2476,6 @@ <param name="pname" type="GLenum"/> <vector name="pointer" type="GLvoid **" size="dynamic"/> </proto> - - <desc name="pname"> - <value name="GL_VERTEX_ATTRIB_ARRAY_POINTER"/> - </desc> </template> <template name="GetBufferPointer" direction="get"> |