diff options
author | Ian Romanick <[email protected]> | 2011-09-20 16:09:55 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-08-20 16:06:32 -0700 |
commit | e1dbf56a10b08aa51a9186979548fcc929615b27 (patch) | |
tree | 80e789388410b7c7963b53caa8249d3cb56fc9dd /src/mesa | |
parent | 66404557db9d20aa6c761680a2188960e946dd6a (diff) |
mesa/es: Remove redundant face culling 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 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index 964a407ab6f..e22a5a9b073 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -48,12 +48,6 @@ <return type="void"/> <param name="mode" type="GLenum"/> </proto> - - <desc name="mode"> - <value name="GL_FRONT"/> - <value name="GL_BACK"/> - <value name="GL_FRONT_AND_BACK"/> - </desc> </template> <template name="Fog"> |