Re: [Mesa-dev] [PATCH 2/2] anv/blorp: consider multiview and view masks for tracking pending clear aspects

2018-01-05 Thread Iago Toral
Ignore this patch, there is more to this than I thought. I'll see if I can find a proper solution and send a v2. Iago On Fri, 2018-01-05 at 10:28 +0100, Iago Toral Quiroga wrote: > When multiview is active a subpass clear may only clear a subset of > the > attachment layers. Other subpasses in

[Mesa-dev] [PATCH 2/2] anv/blorp: consider multiview and view masks for tracking pending clear aspects

2018-01-05 Thread Iago Toral Quiroga
When multiview is active a subpass clear may only clear a subset of the attachment layers. Other subpasses in the same render pass may also clear too and we want to honor those clears. This means that when multiview is active we cannot mark an attachment as already cleared after a subpass clear