Re: [Mesa-dev] [PATCH 00/15] radv: add support for VK_EXT_transform_feedback

2018-10-14 Thread Andre Heider
Hi, On 13/10/2018 14:57, Samuel Pitoiset wrote: Hi, This series implements VK_EXT_transform_feedback for RADV. We tested it quite a lot with DXVK and also with RenderDoc, it should be stable enough. Please review, thanks! on Tonga, this series is: Tested-by: Andre Heider On wine/dxvk/witc

[Mesa-dev] [PATCH 00/15] radv: add support for VK_EXT_transform_feedback

2018-10-13 Thread Samuel Pitoiset
Hi, This series implements VK_EXT_transform_feedback for RADV. We tested it quite a lot with DXVK and also with RenderDoc, it should be stable enough. Please review, thanks! Jason Ekstrand (1): nir: Add a pass for gathering transform feedback info Samuel Pitoiset (14): vulkan: Update the XM