i965/blorp: Also skip the fast clear if the clear color differs
authorNanley Chery <nanley.g.chery@intel.com>
Tue, 27 Mar 2018 22:08:53 +0000 (15:08 -0700)
committerNanley Chery <nanley.g.chery@intel.com>
Thu, 17 May 2018 14:06:42 +0000 (07:06 -0700)
commitf8ac11d69f1a05378896023577d6455764b5cdf2
treea88c1ea73ccf594473e2fc83e6ee30c48d44bdb6
parent43616404be311e787f043f49d0a8341ef54459cb
i965/blorp: Also skip the fast clear if the clear color differs

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.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/mesa/drivers/dri/i965/brw_blorp.c