protonscr

Test failures with lavapipe

vkd3dopen
HansKristian-Work/vkd3d-proton#2564 · opened 2025-08-11 by KonstantinSeurer · updated 2025-08-21 · 2 comments · github
KKonstantinSeurer 2025-08-11 github
  • test_null_descriptor_resinfo_dxil and test_null_descriptor_resinfo_dxbc fail when LVP_POISON_MEMORY=1 is set (probably because vkd3d-proton uses an internal buffer when descriptor sets are used). Using the descriptor buffer path with lavapipe makes the tests pass.
  • The index buffer in ray tracing tests seems to be wrong (assuming it is supposed to be quads): { 0, 1, 2, 3, 2, 1 } -> { 0, 1, 2, 3, 0, 2 }.
HHansKristian-Work maintainer 2025-08-13 github
KKonstantinSeurer 2025-08-21 github

Does https://github.com/HansKristian-Work/vkd3d-proton/pull/2569 fix the RT tests?

It does, thanks.