mesa/es: Remove redundant shade model mode validation
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 20 Sep 2011 23:47:43 +0000 (16:47 -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 a64b57a..a5dd350 100644 (file)
                <return type="void"/>
                <param name="mode" type="GLenum"/>
        </proto>
-
-       <desc name="mode">
-               <value name="GL_FLAT"/>
-               <value name="GL_SMOOTH"/>
-       </desc>
 </template>
 
 <template name="TexParameter">