Re: [Mesa-dev] [PATCH] anv/blorp: Turn off AUX after doing a CCS_D resolve

2017-03-09 Thread Pohjolainen, Topi
On Thu, Mar 09, 2017 at 04:42:06PM -0800, Jason Ekstrand wrote: > For render passes with multiple subpasses on gen7, we only fast-clear at > the top but an input attachment use can cause us to do a resolve in the > middle of the render pass. Once we've done so, we are no longer have a > fast-clear

[Mesa-dev] [PATCH] anv/blorp: Turn off AUX after doing a CCS_D resolve

2017-03-09 Thread Jason Ekstrand
For render passes with multiple subpasses on gen7, we only fast-clear at the top but an input attachment use can cause us to do a resolve in the middle of the render pass. Once we've done so, we are no longer have a fast-cleared surface so we can just set aux_usage to NONE. --- src/intel/vulkan/a