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

2018-05-17 Thread Pohjolainen, Topi
On Wed, May 16, 2018 at 02:00:28PM -0700, Nanley Chery wrote: > 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 assertion

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

2018-05-16 Thread Nanley Chery
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 fa