From c11096e94a68ce0a1d7c9cda0f178ceca44ce25d Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 27 Jul 2012 06:45:54 -0700 Subject: [PATCH] mesa/es: Validate glCopyTexImage internalFormat in Mesa code rather than the ES wrapper v2: Add GLES3 filtering. I'm not 100% sure this is correct. Signed-off-by: Ian Romanick Reviewed-by: Kenneth Graunke Reviewed-by: Jordan Justen --- src/mesa/main/APIspec.xml | 8 -------- src/mesa/main/teximage.c | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index 7b6e25ebdf8..b9332ab8028 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -1418,14 +1418,6 @@ - - - - - - - -