From 0cdaa471ecb7ce6442b5ed4a54314de0ffeab614 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 27 Jul 2012 07:47:28 -0700 Subject: [PATCH] mesa/es: Validate glGetFramebufferAttachmentParameter pname in Mesa code rather than the ES wrapper v2: Add proper core-profile, GLES1, and GLES3 filtering. v3: Fix the GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME query when the attachment type is GL_NONE on GLES3. Other cleanups. Based on review feedback from Eric Anholt. Signed-off-by: Ian Romanick --- src/mesa/main/APIspec.xml | 15 ----------- src/mesa/main/fbobject.c | 56 ++++++++++++++++++++------------------- 2 files changed, 29 insertions(+), 42 deletions(-) diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index 2b06367282b..2e374e466b8 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -2194,21 +2194,6 @@ - - - - - - - - - - - - - - -