Skip to content

Draft: radv: VK_MESA_rect_list

Clément Guérin requested to merge libcg/mesa:VK_MESA_rect_list into main

Tentative VK_MESA_rect_list extension: https://github.com/KhronosGroup/Vulkan-Docs/pull/1688.

Using this new (???) primitive topology removes the need for the use_rectlist flag in RADV.

I'm planning to implement this in ANV as well.

Merge request reports