i965/blorp: Be more accurate about aux usage in blorp_copy
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 24 Jun 2017 00:43:24 +0000 (17:43 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sun, 23 Jul 2017 03:59:22 +0000 (20:59 -0700)
commit4185b982af32941e86fc77a4e866a6e78ea14454
tree653a547e9682413019a1db50169d71b7042e3093
parentfc1639e46d5abed2954af9ac3676ddc70c624c7d
i965/blorp: Be more accurate about aux usage in blorp_copy

The only real change here is that we now reject clear colors for MCS
with certain formats on gen < 9 because we can't trust that the
reinterpretation will work.  This may cause some MCS partial resolves.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/brw_blorp.c