OSDN Git Service

mesa: Allow color renderbuffers besides just RGB and RGBA.
authorEric Anholt <eric@anholt.net>
Mon, 3 Jan 2011 02:01:39 +0000 (18:01 -0800)
committerEric Anholt <eric@anholt.net>
Mon, 3 Jan 2011 21:22:38 +0000 (13:22 -0800)
commitbeac6ee62aea196d6e670abd4b198190e33e6cb1
tree10c95b427fbcfed4b562d2ee4b0f9df7473c5382
parent2d29349c0083134e3b9b9d2023368268b7dcc951
mesa: Allow color renderbuffers besides just RGB and RGBA.

We did so already for textures to do ARB_fbo's
GL_ALPHA/GL_LUMINANCE/etc. support and for ARB_texture_rg's GL_RED and
GL_RG, but this path was missed.
src/mesa/main/fbobject.c