diff options
author | Ian Romanick <[email protected]> | 2012-07-27 07:23:14 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-08-20 16:06:34 -0700 |
commit | 4c32ee5bcaa0815f4f975066de98c6598bdaf51d (patch) | |
tree | ed8bddce56502b8796d2ba2e537791417e86ff40 /src/mesa | |
parent | 7c9afe50fd674c3503d880b1f0f5216577bf7d9d (diff) |
mesa/es: Remove redundant glFramebufferTexture3D textarget 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 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index 0bba3cb54d1..a0c9c9683b6 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -2927,10 +2927,6 @@ <param name="level" type="GLint"/> <param name="zoffset" type="GLint"/> </proto> - - <desc name="textarget" error="GL_INVALID_OPERATION"> - <value name="GL_TEXTURE_3D_OES" category="OES_texture_3D"/> - </desc> </template> <template name="CheckFramebufferStatus" direction="get"> |