summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2012-07-25 14:34:53 -0700
committerIan Romanick <ian.d.romanick@intel.com>2012-08-24 19:13:17 -0700
commitae633d0b2e1ef85191027aca6987557091345fc1 (patch)
treeaa0b46bebf53b7f673a8f23921d70a6fb19f1ba5
parent946ddec163b9360be44e7db04ce67a2165daa3b7 (diff)
mesa/es: Remove redundant vertex attrib pointer size validation
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
-rw-r--r--src/mesa/main/APIspec.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml
index 904a6d81c3b..1f6f35d97cc 100644
--- a/src/mesa/main/APIspec.xml
+++ b/src/mesa/main/APIspec.xml
@@ -1781,13 +1781,6 @@
<param name="pointer" type="const GLvoid *"/>
</proto>
- <desc name="size" error="GL_INVALID_VALUE">
- <value name="1"/>
- <value name="2"/>
- <value name="3"/>
- <value name="4"/>
- </desc>
-
<desc name="type" error="GL_INVALID_VALUE">
<value name="GL_BYTE"/>
<value name="GL_UNSIGNED_BYTE"/>