summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/APIspec.xml
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2012-07-25 14:58:36 -0700
committerIan Romanick <[email protected]>2012-08-24 19:13:17 -0700
commitfb8218508a9b5cfe9e14830f9590df889e5b8785 (patch)
tree872a09f67143cdf8362160435893bdaae3bf4994 /src/mesa/main/APIspec.xml
parent07ccfef8d175f6c4b408ee48f7da210975a09fb9 (diff)
mesa/es: Validate ColorPointer 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.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml
index 5201647ffed..3d5f5214640 100644
--- a/src/mesa/main/APIspec.xml
+++ b/src/mesa/main/APIspec.xml
@@ -1218,10 +1218,6 @@
<param name="stride" type="GLsizei"/>
<param name="pointer" type="const GLvoid *"/>
</proto>
-
- <desc name="size" error="GL_INVALID_VALUE">
- <value name="4"/>
- </desc>
</template>
<template name="DisableClientState">