Topi noticed that in intel_miptree_alloc_aux, we allowed CCS surface retrieval to fail, but asserted that HiZ and MCS surface retrieval would succeed. This series gets rid of that inconsistency and modifies some related assertions.
This series is on top of "i965: Avoid a redundant color buffer fast-clear" which will be pushed soon. Nanley Chery (4): i965: Make get_ccs_surf succeed in alloc_aux i965/miptree: Simplify the switch in supports_ccs i965/miptree: Remove format assertion in alloc_aux i965: isl: Move the MCS gen7+ assertion into ISL src/intel/isl/isl.c | 2 ++ src/mesa/drivers/dri/i965/brw_blorp.c | 5 +--- src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 29 +++++++------------ 3 files changed, 14 insertions(+), 22 deletions(-) -- 2.17.0 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev