diff options
author | Ian Romanick <[email protected]> | 2011-09-20 16:13:14 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-08-20 16:06:32 -0700 |
commit | 52d57985c69a0d8dab23db7070e2d83d914438f4 (patch) | |
tree | cbff1075e7ebf420faaa3cb022ec3ef428913f37 /src/mesa | |
parent | e1dbf56a10b08aa51a9186979548fcc929615b27 (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.xml | 5 |
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"> |