From: Ian Romanick Date: Wed, 25 Jul 2012 23:21:49 +0000 (-0700) Subject: mesa/es: Validate glGetVertexAttribf pname in Mesa code rather than the ES wrapper X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2c87030a00eb5b7034f14f6060093d4b264bc5c0;p=mesa.git mesa/es: Validate glGetVertexAttribf pname in Mesa code rather than the ES wrapper v2: Add proper core-profile and GLES3 filtering. v3: Allow glGetVertexAttribfv(0, GL_CURRENT_VERTEX_ATTRIB_ARB, param) in OpenGL 3.1, just like OpenGL ES 2.0. Signed-off-by: Ian Romanick --- diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index de7364091b9..6b20baa38df 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -1622,22 +1622,6 @@ - - - - - - - - - - - - - - - -