From: Ian Romanick Date: Fri, 27 Jul 2012 15:31:12 +0000 (-0700) Subject: mesa/es: Validate glRenderbufferStorage internalFormat in Mesa code rather than the... X-Git-Tag: android-x86-4.4-r1~4022 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f0c99d0a6a897189dd4b66f508385eb2ecf3f76f;p=android-x86%2Fexternal-mesa.git mesa/es: Validate glRenderbufferStorage internalFormat in Mesa code rather than the ES wrapper v2: Add proper core-profile and GLES3 filtering. v3: Allow GL_RGB10_A2UI in GLES3 based on review feedback from Eric Anholt. v4: Arg. Reject unsized RED and RG enums on GLES. More feedback from Eric. Signed-off-by: Ian Romanick --- diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index 1b9481efebb..1de7014c5bc 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -2119,28 +2119,6 @@ - - - - - - - - - - - - - - - - - - - - - -