From 2c87030a00eb5b7034f14f6060093d4b264bc5c0 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Wed, 25 Jul 2012 16:21:49 -0700 Subject: [PATCH] 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 --- src/mesa/main/APIspec.xml | 16 ---------------- src/mesa/main/varray.c | 15 ++++++++++++--- 2 files changed, 12 insertions(+), 19 deletions(-) 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 @@ - - - - - - - - - - - - - - - -