mesa/es: Remove redundant depth func validation
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 20 Sep 2011 23:50:50 +0000 (16:50 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 20 Aug 2012 23:06:33 +0000 (16:06 -0700)
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/APIspec.xml

index 41cff06472ae72cd87d5a673eef4365277207eca..889efe2bae83c23c597fb92f9c701100f9b553ad 100644 (file)
                <return type="void"/>
                <param name="func" type="GLenum"/>
        </proto>
-
-       <desc name="func">
-               <value name="GL_NEVER"/>
-               <value name="GL_LESS"/>
-               <value name="GL_EQUAL"/>
-               <value name="GL_LEQUAL"/>
-               <value name="GL_GREATER"/>
-               <value name="GL_NOTEQUAL"/>
-               <value name="GL_GEQUAL"/>
-               <value name="GL_ALWAYS"/>
-       </desc>
 </template>
 
 <template name="PixelStore">