Re: [Mesa-dev] [PATCH] anv: fix multiview for clear commands

2017-05-16 Thread Jason Ekstrand
On Tue, May 16, 2017 at 4:03 AM, Iago Toral Quiroga wrote: > According to the spec for VkRenderPassMultiviewCreateInfoKHX: > > "Multiview causes all drawing and clear commands in the subpass to > behave as if they were broadcast to each view, where each view is > represented by one layer of the f

[Mesa-dev] [PATCH] anv: fix multiview for clear commands

2017-05-16 Thread Iago Toral Quiroga
According to the spec for VkRenderPassMultiviewCreateInfoKHX: "Multiview causes all drawing and clear commands in the subpass to behave as if they were broadcast to each view, where each view is represented by one layer of the framebuffer attachments." This patch implements the broadcast for clea