[Mesa-dev] [PATCH 0/3] anv: Implement VK_KHR_draw_indirect_count and VK_EXT_conditional_rendering

2018-10-17 Thread Danylo Piliaiev
This series implement VK_KHR_draw_indirect_count and VK_EXT_conditional_rendering extensions. They are implemented together because they are highly interweaved. There are already tests in VK_CTS for VK_KHR_draw_indirect_count and I made a pull request with the tests for VK_EXT_conditional_render

Re: [Mesa-dev] [PATCH 0/3] anv: Implement VK_KHR_draw_indirect_count and VK_EXT_conditional_rendering

2019-01-08 Thread Erik Faye-Lund
On Wed, 2018-10-17 at 14:58 +0300, Danylo Piliaiev wrote: > This series implement VK_KHR_draw_indirect_count and > VK_EXT_conditional_rendering extensions. > They are implemented together because they are highly interweaved. > > There are already tests in VK_CTS for VK_KHR_draw_indirect_count and

Re: [Mesa-dev] [PATCH 0/3] anv: Implement VK_KHR_draw_indirect_count and VK_EXT_conditional_rendering

2019-01-08 Thread Danylo Piliaiev
Hi, Thanks! I finally got CI results with ALL relevant tests and my implementation works on everything but Haswell. So I'll fix whatever is wrong there (hope that's just something small) and send the final version. There are still some tests for VK-GL-CTS which are not merged in master e.g. h

Re: [Mesa-dev] [PATCH 0/3] anv: Implement VK_KHR_draw_indirect_count and VK_EXT_conditional_rendering

2019-01-08 Thread Erik Faye-Lund
Awesome, thanks for the update :) On Tue, 2019-01-08 at 11:47 +0200, Danylo Piliaiev wrote: > Hi, Thanks! > > I finally got CI results with ALL relevant tests and my > implementation works on everything but Haswell. > So I'll fix whatever is wrong there (hope that's just something > small) and se