From 86f29cf7d0817f1b6c9a9665c044ce36822b23b4 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 24 Jul 2012 20:17:18 -0700 Subject: [PATCH] mesa/es: Validate glCreateShader targets in Mesa code rather than the ES wrapper v2: Add proper core-profile filtering. Signed-off-by: Ian Romanick Reviewed-by: Kenneth Graunke --- src/mesa/main/APIspec.xml | 5 ----- src/mesa/main/shaderapi.c | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index 7efca4d..904a6d8 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -2016,11 +2016,6 @@ - - - - -