[Mesa-dev] [PATCH 11/12] mesa/es: Remove redundant vertex pointer size validation

Ian Romanick idr at freedesktop.org
Wed Aug 22 19:26:24 PDT 2012


From: Ian Romanick <ian.d.romanick at intel.com>

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



More information about the mesa-dev mailing list