From b042f7a1ff905a7136557f35f368166526fab9ed Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 24 Jul 2012 20:13:39 -0700 Subject: [PATCH] mesa/es: Validate glGetProgramiv pnames in Mesa code rather than the ES wrapper v2: Add proper core-profile and GLES3 filtering. Signed-off-by: Ian Romanick Reviewed-by: Kenneth Graunke --- src/mesa/main/APIspec.xml | 15 --------------- src/mesa/main/shaderapi.c | 39 +++++++++++++++++++++++++++++++-------- 2 files changed, 31 insertions(+), 23 deletions(-) diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index 8b5ad0330ef..7efca4d1b3e 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -1839,21 +1839,6 @@ - - - - - - - - - - - - - - -