Mesa (master): mesa/es: Remove redundant vertex pointer size validation

Ian Romanick idr at kemper.freedesktop.org
Sat Aug 25 02:15:07 UTC 2012


Module: Mesa
Branch: master
Commit: ef723ecce42c1823e5a9eb3b9e25be9bd9d66208
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ef723ecce42c1823e5a9eb3b9e25be9bd9d66208

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Wed Jul 25 15:15:11 2012 -0700

mesa/es: Remove redundant vertex pointer size validation

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>

---

 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"/>




More information about the mesa-commit mailing list