diff options
author | Ian Romanick <[email protected]> | 2011-09-20 16:15:22 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-08-20 16:06:32 -0700 |
commit | 8f55d83569aa364ac7c6928c30b13d846d187389 (patch) | |
tree | 4e73aa6f18c3862760e5cdeae59df3db89b5903c /src | |
parent | 52d57985c69a0d8dab23db7070e2d83d914438f4 (diff) |
mesa/es: Remove redundant separate stencil mask face validation
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src')
-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 a418dcac966..c3066af5f2d 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -730,12 +730,6 @@ <param name="face" type="GLenum"/> <param name="mask" type="GLuint"/> </proto> - - <desc name="face"> - <value name="GL_FRONT"/> - <value name="GL_BACK"/> - <value name="GL_FRONT_AND_BACK"/> - </desc> </template> <template name="ColorMask"> |