[Mesa-dev] [PATCH] r600g: fix blend setting with multiple render targets all with the same blend

Henri Verbeet hverbeet at gmail.com
Mon Apr 4 07:18:23 PDT 2011


On 31 March 2011 18:37, Julian Adams <joolsa at gmail.com> wrote:
> On 31 March 2011 12:07, Henri Verbeet <hverbeet at gmail.com> wrote:
>> Evergreen probably needs the same fix.
>
> Yes, the matching function there looks similar. I can update it, but
> can't test it.
>
I can test that.

On 31 March 2011 20:33, Jerome Glisse <j.glisse at gmail.com> wrote:
> Using for(int loopcountuer;;) construct is a good thing it helps the
> compiler to make good decision but gcc is already good on its own to
> figure this kind of things by itself.
I have my doubts if that really makes much of a difference on any
half-decent compiler. Regardless, note that "j" isn't actually the
loop counter, but just a variable that has a (conditional) dependency
on it.


More information about the mesa-dev mailing list