From: Ian Romanick Date: Thu, 26 Jul 2012 17:39:45 +0000 (-0700) Subject: mesa/es: Validate tex image targets in Mesa code rather than the ES wrapper X-Git-Tag: accepted/2.0alpha-wayland/20121114.171706~395 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=530c9d764b84035728a28ee2db996fffe49125ce;p=profile%2Fivi%2Fmesa.git mesa/es: Validate tex image targets in Mesa code rather than the ES wrapper This should take care of all the TexImage, TexSubImage, CopyTexImage, CompressedTexImage3DOES, and CopyTexSubImage type paths. v2: Add proper core-profile and GLES3 filtering. v3: Squash the CompressedTexImage3DOES patch per review comment from Ken. Signed-off-by: Ian Romanick Reviewed-by: Kenneth Graunke Reviewed-by: Jordan Justen --- diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index 1306ac7..b08f2b4 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -265,22 +265,6 @@ - - - - - - - - - - - - - - - - @@ -1620,22 +1604,6 @@ - - - - - - - - - - - - - - - - @@ -1661,22 +1629,6 @@ - - - - - - - - - - - - - - - -