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

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


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

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

mesa/es: Remove redundant vertex attrib pointer size validation

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

---

 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 904a6d8..1f6f35d 100644
--- a/src/mesa/main/APIspec.xml
+++ b/src/mesa/main/APIspec.xml
@@ -1781,13 +1781,6 @@
 		<param name="pointer" type="const GLvoid *"/>
 	</proto>
 
-	<desc name="size" error="GL_INVALID_VALUE">
-		<value name="1"/>
-		<value name="2"/>
-		<value name="3"/>
-		<value name="4"/>
-	</desc>
-
 	<desc name="type" error="GL_INVALID_VALUE">
 		<value name="GL_BYTE"/>
 		<value name="GL_UNSIGNED_BYTE"/>




More information about the mesa-commit mailing list