On Tue, Jun 6, 2017 at 12:54 PM, Chad Versace
wrote:
> There's a patch on your branch I didn't see on mesa-dev.
>Subject: i965: Be a bit more conservative about certain resolves
> It has my r-b.
>
> I have comments on this patch...
>
> On Fri 26 May 2017, Jason Ekstrand wrote:
> > We have two
There's a patch on your branch I didn't see on mesa-dev.
Subject: i965: Be a bit more conservative about certain resolves
It has my r-b.
I have comments on this patch...
On Fri 26 May 2017, Jason Ekstrand wrote:
> We have two different bits of resolve code for render targets: one in
> brw_dra
We have two different bits of resolve code for render targets: one in
brw_draw where it's always been and one in brw_context to deal with sRGB
on gen9. Let's pull them together.
---
src/mesa/drivers/dri/i965/brw_context.c | 47 -
src/mesa/drivers/dri/i965/brw_draw.