Files
mesa/src
Samuel Pitoiset 783e3c096f radv: fix indirect draws with NULL index buffer on GFX10
GFX10 has a hw bug and it can't handle 0-sized index buffer. The
non-indirect draw path was fine but not the indirect path where RADV
emits the index buffer.

This fixes flakes with dEQP-VK.*maintenance6* on NAVI14, and possibly
GPU hangs if there is an indirect draw with a valid index buffer right
before because it would re-use the same index buffer.

Fixes: db9816fd66 ("radv: add support for NULL index buffer")
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27142>
2024-01-22 08:14:23 +00:00
..
2024-01-12 01:13:03 +00:00
2024-01-12 15:16:31 +00:00
2024-01-20 09:50:09 +00:00
2023-10-09 18:43:09 +00:00
2023-08-18 21:33:14 +00:00
2024-01-19 16:45:59 +00:00
2024-01-18 01:13:59 +00:00
2024-01-18 18:45:40 +00:00