From: Ian Romanick Date: Fri, 27 Jul 2012 14:47:28 +0000 (-0700) Subject: mesa/es: Validate glGetFramebufferAttachmentParameter pname in Mesa code rather than... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0cdaa471ecb7ce6442b5ed4a54314de0ffeab614;p=mesa.git 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 --- 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 @@ - - - - - - - - - - - - - - -