[Mesa-dev] [PATCH 0/3] anv: Implement VK_KHR_draw_indirect_count and VK_EXT_conditional_rendering
Erik Faye-Lund
erik.faye-lund at collabora.com
Tue Jan 8 09:13:41 UTC 2019
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
> I made a pull request with
> the tests for VK_EXT_conditional_rendering (
> https://github.com/KhronosGroup/VK-GL-CTS/pull/131).
>
> VK_KHR_draw_indirect_count is implemented for gen7+.
> VK_EXT_conditional_rendering is implemented for gen7.5+ because it
> requires MI_MATH to be
> implemented correctly.
>
> Since part of the tests aren't in VK-GL-CTS master I'm not sure how
> to test the implementation
> of VK_EXT_conditional_rendering with my tests on CI. Could anyone
> help me with this?
>
> Also the one thing I'm uncertain of is described in the last patch.
>
> Many thanks to Jason Ekstrand for the help with the extensions.
>
Hey, great work :)
What's holding this series back? I'm very interested in this
functionality due to my work on Zink... :)
More information about the mesa-dev
mailing list