summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/APIspec.xml
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2012-07-25 15:13:51 -0700
committerIan Romanick <[email protected]>2012-08-24 19:13:18 -0700
commita8f475d8f6b56ddec36634437d007e06b48ff1cd (patch)
tree7687b3da81b2933d40f7323d2fef1a0657ac2d70 /src/mesa/main/APIspec.xml
parentc3e9a207d0cb650045304cac559958d275a63284 (diff)
mesa/es: Validate TexCoordPointer size in Mesa code rather than the ES wrapper
Signed-off-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/APIspec.xml')
-rw-r--r--src/mesa/main/APIspec.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml
index c08a82be4c7..0316d4cee79 100644
--- a/src/mesa/main/APIspec.xml
+++ b/src/mesa/main/APIspec.xml
@@ -1339,12 +1339,6 @@
<param name="stride" type="GLsizei"/>
<param name="pointer" type="const GLvoid *"/>
</proto>
-
- <desc name="size" error="GL_INVALID_VALUE">
- <value name="2"/>
- <value name="3"/>
- <value name="4"/>
- </desc>
</template>
<template name="VertexPointer">