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

2017-05-18 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Wed, May 17, 2017 at 11:23 PM, Iago Toral Quiroga wrote: > According to the VK_KHX_multiview spec: > > "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

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

2017-05-17 Thread Iago Toral Quiroga
According to the VK_KHX_multiview spec: "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 adds support for multiview clears, which were missing in the