Skip to content

radv: Indirect ray tracing

trace_rays.txt:

Test run totals:
  Passed:        30/30 (100.0%)
  Failed:        0/30 (0.0%)
  Not supported: 0/30 (0.0%)
  Warnings:      0/30 (0.0%)
  Waived:        0/30 (0.0%)

This required indirect unaligned dispatches which currently aren't implemented. Indirect unaligned dispatches now work. I'm not sure about the last commit though since the feature also advertises indirect builds so either we wait for !15648 (merged) or drop the last commit.

Edited by Konstantin Seurer

Merge request reports