intel/blorp: Don't assert aux slices match main slices
authorNanley Chery <nanley.g.chery@intel.com>
Fri, 30 Aug 2019 21:16:54 +0000 (14:16 -0700)
committerNanley Chery <nanley.g.chery@intel.com>
Mon, 28 Oct 2019 17:47:05 +0000 (10:47 -0700)
commitba52cd7ab2a6908eb198307186e9c5ece004450a
tree48d27bbf8b77af372c52dcaed73e902773b36d66
parent4021a3925c780643e0b402c5b20ddf7b6b780c09
intel/blorp: Don't assert aux slices match main slices

This isn't accurate enough for HiZ which can have a discontiguous range
of supported aux slices. This also won't work with the plan to represent
Gen12 CCS as a single slice surface.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/intel/blorp/blorp.c
src/intel/blorp/blorp_clear.c