diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2012-07-25 14:58:36 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2012-08-24 19:13:17 -0700 |
commit | fb8218508a9b5cfe9e14830f9590df889e5b8785 (patch) | |
tree | 872a09f67143cdf8362160435893bdaae3bf4994 /src/mesa/main/APIspec.xml | |
parent | 07ccfef8d175f6c4b408ee48f7da210975a09fb9 (diff) | |
download | external_mesa3d-fb8218508a9b5cfe9e14830f9590df889e5b8785.zip external_mesa3d-fb8218508a9b5cfe9e14830f9590df889e5b8785.tar.gz external_mesa3d-fb8218508a9b5cfe9e14830f9590df889e5b8785.tar.bz2 |
mesa/es: Validate ColorPointer size in Mesa code rather than the ES wrapper
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'src/mesa/main/APIspec.xml')
-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 5201647..3d5f521 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"> |