diff options
author | Ian Romanick <[email protected]> | 2012-07-25 15:15:11 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-08-24 19:13:18 -0700 |
commit | ef723ecce42c1823e5a9eb3b9e25be9bd9d66208 (patch) | |
tree | 78dad95731a82efa085ed75c1e79c0c9a57a5b99 /src/mesa/main/APIspec.xml | |
parent | a8f475d8f6b56ddec36634437d007e06b48ff1cd (diff) |
mesa/es: Remove redundant vertex pointer size validation
Signed-off-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/APIspec.xml')
-rw-r--r-- | src/mesa/main/APIspec.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index 0316d4cee79..4657b3c6ef4 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -1350,12 +1350,6 @@ <param name="pointer" type="const GLvoid *"/> </proto> - <desc name="size" error="GL_INVALID_VALUE"> - <value name="2"/> - <value name="3"/> - <value name="4"/> - </desc> - <desc name="type"> <value name="GL_BYTE"/> <value name="GL_SHORT"/> |