From f329adfa497b6b2e0a125ab98a38c656a017270d Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 27 Jul 2012 16:27:23 -0700 Subject: [PATCH] mesa/es: Validate glTexGen parameters in Mesa code rather than the ES wrapper Signed-off-by: Ian Romanick --- src/mesa/main/APIspec.xml | 13 ---- src/mesa/main/es1_conversion.c | 110 +-------------------------------- src/mesa/main/texgen.c | 44 ++++++++++--- 3 files changed, 39 insertions(+), 128 deletions(-) diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index 5c265020e8e..02e2c9fa305 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -342,19 +342,6 @@ - - - - - - - - - - - - -