From 860f4846c711ac2e9d597314a692561bf34c86ba Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sat, 24 Mar 2012 08:50:47 +0100 Subject: gles: Enable the GL_EXT_read_format_bgra extension Also fixes the usage of GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES, which may be set to a BGRA format e.g. for a MESA_FORMAT_ARGB8888 fb. Reviewed-by: Kenneth Graunke --- src/mesa/main/APIspec.xml | 2 ++ src/mesa/main/extensions.c | 1 + 2 files changed, 3 insertions(+) diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.xml index 437b9637353..29975f678b4 100644 --- a/src/mesa/main/APIspec.xml +++ b/src/mesa/main/APIspec.xml @@ -3830,6 +3830,7 @@ +