mesa: Allow GL_ALPHA FBOs with ARB_framebuffer_object.
authorEric Anholt <eric@anholt.net>
Tue, 25 May 2010 15:00:51 +0000 (08:00 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 10 Jun 2010 07:22:01 +0000 (00:22 -0700)
commit262cdbd957b68878adf1fb3edcf478604ed9f171
tree1e31420a9d64ecd66309e4ff36db0aa016d42598
parentceba688cb54016a9f6ff70761b2c459698bfd7f0
mesa: Allow GL_ALPHA FBOs with ARB_framebuffer_object.

Drivers still reject them today, but cairo would like to use these.
src/mesa/main/fbobject.c
src/mesa/main/framebuffer.c