mesa/es: Fix GL_RGB565 support in FBO.
authorChia-I Wu <olvaffe@gmail.com>
Tue, 24 Nov 2009 04:11:26 +0000 (12:11 +0800)
committerBrian Paul <brianp@vmware.com>
Mon, 4 Jan 2010 21:15:16 +0000 (14:15 -0700)
commitc4b9e1aa1a2f1fda9e5764e3f7dd1a268216df09
treec233d34208c195009abb27b7109917d719d5e219
parentb80ec33f3559e9a14d08f84c8e369a0dc81b46d7
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 <olvaffe@gmail.com>
src/mesa/es/main/APIspec.xml
src/mesa/es/main/es_fbo.c