mesa/es: Validate glGetFramebufferAttachmentParameter pname in Mesa code rather than...
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 27 Jul 2012 14:47:28 +0000 (07:47 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 29 Aug 2012 22:09:34 +0000 (15:09 -0700)
commit0cdaa471ecb7ce6442b5ed4a54314de0ffeab614
treead8af9cd97c929572b575dcc63fac170a3c75ddc
parent5b44a77428863292d49aeed2960afbde5ee8f509
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 <ian.d.romanick@intel.com>
src/mesa/main/APIspec.xml
src/mesa/main/fbobject.c