From f0c99d0a6a897189dd4b66f508385eb2ecf3f76f Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 27 Jul 2012 08:31:12 -0700 Subject: [PATCH] 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 --- src/mesa/main/APIspec.xml | 22 ----- src/mesa/main/fbobject.c | 200 +++++++++++++++++++++++++------------- 2 files changed, 132 insertions(+), 90 deletions(-) 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 @@ - - - - - - - - - - - - - - - - - - - - - -