From c4b9e1aa1a2f1fda9e5764e3f7dd1a268216df09 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Tue, 24 Nov 2009 12:11:26 +0800 Subject: mesa/es: Fix GL_RGB565 support in FBO. In GL_OES_framebuffer_object and OpenGL ES 2.0, GL_RGB565 is a valid internal format. Since it is not supported by the core, map it to GL_RGB5 as a workaround. Signed-off-by: Chia-I Wu --- src/mesa/es/main/APIspec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/es/main/APIspec.xml') diff --git a/src/mesa/es/main/APIspec.xml b/src/mesa/es/main/APIspec.xml index a7dbdc4249..f6f33130b1 100644 --- a/src/mesa/es/main/APIspec.xml +++ b/src/mesa/es/main/APIspec.xml @@ -4041,7 +4041,7 @@ - + -- cgit v1.2.3