From dd0eb004874645135b9aaac3ebbd0aaf274079ea Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 27 Jul 2012 07:09:30 -0700 Subject: [PATCH] mesa/es: Validate glCompressedTexImage internalFormat in Mesa code rather than the ES wrapper v2: Add proper core-profile filtering. Signed-off-by: Ian Romanick Reviewed-by: Kenneth Graunke Reviewed-by: Jordan Justen --- src/mesa/main/APIspec.xml | 18 ------------------ src/mesa/main/glformats.c | 24 ++++++++++++++++-------- 2 files changed, 16 insertions(+), 26 deletions(-) diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index b9332ab8028..1ae7212502a 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -1633,24 +1633,6 @@ - - - - - - - - - - - - - - - - - -