Skip to content

radv: Misc ray tracing fixes

Konstantin Seurer requested to merge KonstantinSeurer/mesa:radv-rt-doom into main

It doesn't fix Doom 1993 and it doesn't fix Doom Eternal. Those are some things I found while trying to get those two games to work the past two days. I am especially not sure about:

  • radv: Fix rt_return_amd lowering: Before, the if statement didn't do anything, since vars->idx is overwritten by insert_rt_return.
  • radv: Rewrite closest hit skip handling: It doesn't completely solve the issues with vk_raytracing_tutorial_KHR. (#6692 (closed)) dropped
Edited by Konstantin Seurer

Merge request reports