Re: [Mesa-dev] [PATCH 2/2] i965/blorp: Also skip the fast clear if the clear color differs

2018-04-23 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Wed, Apr 11, 2018 at 1:56 PM, Nanley Chery wrote: > If the aux state is CLEAR and clear color value has changed, only the > surface state must be updated. The bit-pattern in the aux buffer is > exactly the same. > >

[Mesa-dev] [PATCH 2/2] i965/blorp: Also skip the fast clear if the clear color differs

2018-04-11 Thread Nanley Chery
If the aux state is CLEAR and clear color value has changed, only the surface state must be updated. The bit-pattern in the aux buffer is exactly the same. v2: Handle the indirect color on gen10+. --- src/mesa/drivers/dri/i965/brw_blorp.c | 7 +-- 1 file changed, 5 insertions(+), 2