diff options
author | Ian Romanick <[email protected]> | 2011-09-20 16:47:43 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-08-20 16:06:33 -0700 |
commit | f3f993153c5310c35e79bb6184d32e2271793b0f (patch) | |
tree | db3b4d7308db6667d4dbd1f0d30c9def613aee30 | |
parent | 5a193557d115e62bf70c599e4037d8e1e3f5a9fc (diff) |
mesa/es: Remove redundant shade model mode validation
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
-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 a64b57af472..a5dd3505803 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -220,11 +220,6 @@ <return type="void"/> <param name="mode" type="GLenum"/> </proto> - - <desc name="mode"> - <value name="GL_FLAT"/> - <value name="GL_SMOOTH"/> - </desc> </template> <template name="TexParameter"> |