From d2b03f6e993f08b0a80a206d7bf6f0d42b308266 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 27 Jul 2012 16:47:27 -0700 Subject: [PATCH] mesa/es: Validate glGetTexGen parameters in Mesa code rather than the ES wrapper Signed-off-by: Ian Romanick --- src/mesa/main/APIspec.xml | 8 ----- src/mesa/main/es1_conversion.c | 54 ++-------------------------------- src/mesa/main/texgen.c | 19 ++++++++++-- src/mesa/main/texgen.h | 3 ++ 4 files changed, 22 insertions(+), 62 deletions(-) diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index 02e2c9fa305..ff204fc35c5 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -672,14 +672,6 @@ - - - - - - - -