From 9b028faeaa2c4b0ca2e86892aac70a2f2b872fbb Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 27 Jul 2012 07:13:03 -0700 Subject: [PATCH] mesa/es: Validate glCompressedTexSubImage internalFormat in Mesa code rather than the ES wrapper Signed-off-by: Ian Romanick Reviewed-by: Kenneth Graunke Reviewed-by: Jordan Justen --- src/mesa/main/APIspec.xml | 5 ----- src/mesa/main/teximage.c | 10 ++++++++++ 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index 1ae7212502a..8b5ad0330ef 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -1648,11 +1648,6 @@ - - - - -