Module: Mesa Branch: master Commit: ef723ecce42c1823e5a9eb3b9e25be9bd9d66208 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ef723ecce42c1823e5a9eb3b9e25be9bd9d66208
Author: Ian Romanick <[email protected]> Date: Wed Jul 25 15:15:11 2012 -0700 mesa/es: Remove redundant vertex pointer size validation Signed-off-by: Ian Romanick <[email protected]> --- src/mesa/main/APIspec.xml | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index 0316d4c..4657b3c 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -1350,12 +1350,6 @@ <param name="pointer" type="const GLvoid *"/> </proto> - <desc name="size" error="GL_INVALID_VALUE"> - <value name="2"/> - <value name="3"/> - <value name="4"/> - </desc> - <desc name="type"> <value name="GL_BYTE"/> <value name="GL_SHORT"/> _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
