[Mesa-dev] [PATCH 1/1] mesa: Call updated_drawbuffers() if the buffer count changes in _mesa_drawbuffers().

Eric Anholt eric at anholt.net
Mon Jul 25 16:02:23 PDT 2011


On Mon, 25 Jul 2011 22:23:47 +0200, Henri Verbeet <hverbeet at gmail.com> wrote:
> Without this we'd miss an update when doing a sequence like {COLOR0, COLOR1},
> {COLOR0}, {COLOR0, COLOR1}.

I don't see that, because the while (buf < MaxDrawBuffers) loop would
notice the change from COLOR1 -> NONE.  And on transition back, the
normal loop would see the change.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20110725/70c438fe/attachment.pgp>


More information about the mesa-dev mailing list