[Mesa-dev] [PATCH 03/12] mesa/es: Remove redundant renderbuffer target validation

Ian Romanick idr at freedesktop.org
Sun Oct 2 15:44:30 PDT 2011


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 |   25 -------------------------
 1 files changed, 0 insertions(+), 25 deletions(-)

diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml
index cb94a5c..33029ea 100644
--- a/src/mesa/main/APIspec.xml
+++ b/src/mesa/main/APIspec.xml
@@ -3138,11 +3138,6 @@
 		<param name="target" type="GLenum"/>
 		<param name="renderbuffer" type="GLuint"/>
 	</proto>
-
-	<desc name="target">
-		<value name="GL_RENDERBUFFER_OES" category="OES_framebuffer_object"/>
-		<value name="GL_RENDERBUFFER" category="GLES2.0"/>
-	</desc>
 </template>
 
 <template name="DeleteRenderbuffers">
@@ -3170,11 +3165,6 @@
 		<param name="height" type="GLsizei"/>
 	</proto>
 
-	<desc name="target">
-		<value name="GL_RENDERBUFFER_OES" category="OES_framebuffer_object"/>
-		<value name="GL_RENDERBUFFER" category="GLES2.0"/>
-	</desc>
-
 	<desc name="internalFormat">
 		<value name="GL_DEPTH_COMPONENT16_OES" category="OES_framebuffer_object"/>
 		<value name="GL_RGBA4_OES" category="OES_framebuffer_object"/>
@@ -3206,11 +3196,6 @@
 		<param name="renderbuffertarget" type="GLenum"/>
 		<param name="renderbuffer" type="GLuint"/>
 	</proto>
-
-	<desc name="renderbuffertarget">
-		<value name="GL_RENDERBUFFER_OES" category="OES_framebuffer_object"/>
-		<value name="GL_RENDERBUFFER" category="GLES2.0"/>
-	</desc>
 </template>
 
 <template name="FramebufferTexture2D">
@@ -3299,11 +3284,6 @@
 		<vector name="params" type="GLtype *" size="dynamic"/>
 	</proto>
 
-	<desc name="target">
-		<value name="GL_RENDERBUFFER_OES" category="OES_framebuffer_object"/>
-		<value name="GL_RENDERBUFFER" category="GLES2.0"/>
-	</desc>
-
 	<desc name="pname" category="OES_framebuffer_object">
 		<value name="GL_RENDERBUFFER_WIDTH_OES"/>
 		<value name="GL_RENDERBUFFER_HEIGHT_OES"/>
@@ -3530,11 +3510,6 @@
 		<param name="target" type="GLenum"/>
 		<param name="image" type="GLeglImageOES"/>
 	</proto>
-
-	<desc name="target">
-		<value name="GL_RENDERBUFFER_OES" category="OES_framebuffer_object"/>
-		<value name="GL_RENDERBUFFER" category="GLES2.0"/>
-	</desc>
 </template>
 
 <api name="mesa" implementation="true">
-- 
1.7.6



More information about the mesa-dev mailing list