diff options
author | Ian Romanick <[email protected]> | 2011-09-20 16:50:50 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-08-20 16:06:33 -0700 |
commit | c914ac239e74282458f69956a4358545b41f9c3f (patch) | |
tree | b3138a134ec69adbf9914f352746f8297b2e95a4 /src | |
parent | af276d9d4bbdafe0845956480edeacfe820bcd84 (diff) |
mesa/es: Remove redundant depth func 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 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index 41cff06472a..889efe2bae8 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -939,17 +939,6 @@ <return type="void"/> <param name="func" type="GLenum"/> </proto> - - <desc name="func"> - <value name="GL_NEVER"/> - <value name="GL_LESS"/> - <value name="GL_EQUAL"/> - <value name="GL_LEQUAL"/> - <value name="GL_GREATER"/> - <value name="GL_NOTEQUAL"/> - <value name="GL_GEQUAL"/> - <value name="GL_ALWAYS"/> - </desc> </template> <template name="PixelStore"> |