diff options
author | Ian Romanick <[email protected]> | 2012-07-27 16:07:19 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-08-29 15:09:35 -0700 |
commit | fb4f2d34256aee6b0005b18769a395dd066d3820 (patch) | |
tree | 610f616cbe0f528eed4ebbe280f9d4780fcdf4a1 /src/mesa/main/APIspec.xml | |
parent | 8df3f9bd5f7626a4548e9901c0b7af33a21af8a6 (diff) |
mesa/es: Validate glMaterial face and pname in Mesa code rather than the ES wrapper
Signed-off-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/APIspec.xml')
-rw-r--r-- | src/mesa/main/APIspec.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index e7777a7cbcf..baa7abf7f49 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -126,26 +126,6 @@ <param name="param" type="GLtype"/> </vector> </proto> - - <desc name="face"> - <value name="GL_FRONT_AND_BACK"/> - </desc> - - <desc name="pname"> - <value name="GL_AMBIENT"/> - <value name="GL_DIFFUSE"/> - <value name="GL_AMBIENT_AND_DIFFUSE"/> - <value name="GL_SPECULAR"/> - <value name="GL_EMISSION"/> - - <desc name="params" vector_size="4"/> - </desc> - - <desc name="pname"> - <value name="GL_SHININESS"/> - - <desc name="params" vector_size="1"/> - </desc> </template> <template name="PointSize"> |