[Mesa-dev] [PATCH] mesa: Also set the remaining draw buffers to GL_NONE when updating just the first buffer in _mesa_drawbuffers().

Henri Verbeet hverbeet at gmail.com
Thu Sep 22 18:04:21 PDT 2011


On 23 September 2011 01:48, Eric Anholt <eric at anholt.net> wrote:
> In the case of n == 1 with more than one bit set, doesn't this stomp the
> _ColorDrawBufferIndexes[] we just calculated between n and
> _NumColorDrawBuffers - 1?  Looks like splitting that loop into two would
> work well.
>
You're right, how about something like the attached patch? Strictly
speaking the start index for the first loop should be MAX2(n,
fb->_NumColorDrawBuffers), though I'm not sure that's worth it.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-mesa-Also-set-the-remaining-draw-buffers-to-GL_NONE-.patch
Type: application/pgp-keys
Size: 3123 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20110923/f3506e08/attachment.key>


More information about the mesa-dev mailing list