[Mesa-dev] [PATCH 0/4] intel: Make get_ccs_surf succeed in alloc_aux

Nanley Chery nanleychery at gmail.com
Wed May 16 21:00:28 UTC 2018


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



More information about the mesa-dev mailing list