From 8bfbcba2b7f01691a64c74639b3f3ca0284eb214 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 21 Jan 2011 14:26:09 +0100 Subject: [PATCH] mesa/es: require internalFormat==format in TexImage2D --- src/mesa/main/APIspec.xml | 61 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 57 insertions(+), 4 deletions(-) diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index 50446a9093a..0f82d0a38e1 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -379,15 +379,68 @@ - + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.30.2