diff options
author | Kristian Høgsberg <[email protected]> | 2010-04-22 21:11:56 -0400 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2010-04-27 19:28:10 -0400 |
commit | 61d94dd207459e0c42d98c9d6eb7df5eabdfd8a4 (patch) | |
tree | b21d77a10847f7aa383075af2ea1e419522c1c9a /src/mesa/main/fbobject.h | |
parent | 44f9aef9ee9ceda0659e882afbac4d877267c4fd (diff) |
mesa: Move GL_RGB565 workaround into fbobject.c
Diffstat (limited to 'src/mesa/main/fbobject.h')
-rw-r--r-- | src/mesa/main/fbobject.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/fbobject.h b/src/mesa/main/fbobject.h index 28f75dfca79..40a18f83412 100644 --- a/src/mesa/main/fbobject.h +++ b/src/mesa/main/fbobject.h @@ -89,6 +89,10 @@ _mesa_RenderbufferStorageMultisample(GLenum target, GLsizei samples, GLsizei width, GLsizei height); extern void GLAPIENTRY +_es_RenderbufferStorageEXT(GLenum target, GLenum internalFormat, + GLsizei width, GLsizei height); + +extern void GLAPIENTRY _mesa_EGLImageTargetRenderbufferStorageOES(GLenum target, GLeglImageOES image); extern void GLAPIENTRY |