diff options
author | Ian Romanick <[email protected]> | 2012-07-25 15:13:00 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-08-24 19:13:18 -0700 |
commit | c3e9a207d0cb650045304cac559958d275a63284 (patch) | |
tree | 6e7509a9582e6601da7db6123f6550cb086b9787 /src/mesa/main/APIspec.xml | |
parent | e5ef0cbe0e4e45df6ff74a2a40ddb83d8bc3a8cc (diff) |
mesa/es: Validate TexCoordPointer 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 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index 48127582e5f..c08a82be4c7 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -1345,14 +1345,6 @@ <value name="3"/> <value name="4"/> </desc> - - <desc name="type"> - <value name="GL_BYTE"/> - <value name="GL_SHORT"/> - <value name="GL_FLOAT"/> - <value name="GL_FIXED"/> - <value name="GL_HALF_FLOAT_OES" category="OES_vertex_half_float"/> - </desc> </template> <template name="VertexPointer"> |