From e9a5457d730e4616ec6820029ba80e9641b22652 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sat, 24 Mar 2012 08:57:12 +0100 Subject: [PATCH] gles1: Enable GL_EXT_texture_format_BGRA8888 in APIspec The extension is already exposed for GLES1, but the APIspec doesnt allow the usage of GL_BGRA_EXT in glTex(Sub)Image2D. Reviewed-by: Kenneth Graunke --- src/mesa/main/APIspec.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index eeae599298f..437b9637353 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -3829,6 +3829,7 @@ +