diff options
author | Ian Romanick <[email protected]> | 2012-07-25 14:53:01 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-08-24 19:13:17 -0700 |
commit | 07ccfef8d175f6c4b408ee48f7da210975a09fb9 (patch) | |
tree | 8d40be46c71b3bb504f8f3a9fa44de542f3b8aca /src/mesa/main/APIspec.xml | |
parent | 28ee443d7baea642e267e49c8e74850ecce22a3e (diff) |
mesa/es: Validate ColorPointer types 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.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index 6d4ae0d56e8..5201647ffed 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -1222,13 +1222,6 @@ <desc name="size" error="GL_INVALID_VALUE"> <value name="4"/> </desc> - - <desc name="type"> - <value name="GL_UNSIGNED_BYTE"/> - <value name="GL_FLOAT"/> - <value name="GL_FIXED"/> - <value name="GL_HALF_FLOAT_OES" category="OES_vertex_half_float"/> - </desc> </template> <template name="DisableClientState"> |