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

2018-04-03 Thread Jason Ekstrand
Oops. This one is probably my fault. :-( Reviewed-by: Jason Ekstrand On Fri, Mar 30, 2018 at 11:12 AM, 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

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

2018-03-30 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. --- src/mesa/drivers/dri/i965/brw_blorp.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git