summaryrefslogtreecommitdiff
path: root/src/mesa/es/main/APIspec.xml
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2009-11-24 12:11:26 +0800
committerBrian Paul <brianp@vmware.com>2010-01-04 14:15:16 -0700
commitc4b9e1aa1a2f1fda9e5764e3f7dd1a268216df09 (patch)
treec233d34208c195009abb27b7109917d719d5e219 /src/mesa/es/main/APIspec.xml
parentb80ec33f3559e9a14d08f84c8e369a0dc81b46d7 (diff)
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>
Diffstat (limited to 'src/mesa/es/main/APIspec.xml')
-rw-r--r--src/mesa/es/main/APIspec.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<function name="BindRenderbufferOES" template="BindRenderbuffer"/>
<function name="DeleteRenderbuffersOES" template="DeleteRenderbuffers"/>
<function name="GenRenderbuffersOES" template="GenRenderbuffers"/>
- <function name="RenderbufferStorageOES" template="RenderbufferStorage"/>
+ <function name="RenderbufferStorageOES" external="true" template="RenderbufferStorage"/>
<function name="FramebufferRenderbufferOES" template="FramebufferRenderbuffer"/>
<function name="FramebufferTexture2DOES" template="FramebufferTexture2D"/>
<function name="CheckFramebufferStatusOES" template="CheckFramebufferStatus"/>