summaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2011-09-20 16:13:14 -0700
committerIan Romanick <[email protected]>2012-08-20 16:06:32 -0700
commit52d57985c69a0d8dab23db7070e2d83d914438f4 (patch)
treecbff1075e7ebf420faaa3cb022ec3ef428913f37 /src/mesa
parente1dbf56a10b08aa51a9186979548fcc929615b27 (diff)
mesa/es: Remove redundant front-face mode validation
Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/main/APIspec.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml
index e22a5a9b073..a418dcac966 100644
--- a/src/mesa/main/APIspec.xml
+++ b/src/mesa/main/APIspec.xml
@@ -88,11 +88,6 @@
<return type="void"/>
<param name="mode" type="GLenum"/>
</proto>
-
- <desc name="mode">
- <value name="GL_CW"/>
- <value name="GL_CCW"/>
- </desc>
</template>
<template name="Hint">