OSDN Git Service

mesa: Set the base format of GL_ALPHA FBOs and teach swrast about it.
authorEric Anholt <eric@anholt.net>
Tue, 7 Sep 2010 21:31:22 +0000 (14:31 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 7 Sep 2010 21:34:23 +0000 (14:34 -0700)
commit50a3349bee04088bee3491622d6ef3c032d01eac
tree6c89ebe510804f81e2262c4f59eedb579d055a96
parentacd7c21541110d7ae6b9e63647391f65946e5c5d
mesa: Set the base format of GL_ALPHA FBOs and teach swrast about it.

Fixes assertion failures in fbo-alpha with a debug build of Mesa.
Bug #29781.
src/mesa/main/fbobject.c
src/mesa/swrast/s_readpix.c
src/mesa/swrast/s_span.c