Skip to content

nir: use a single intel intrinsic to deal with ray traversal

Since we're using a single opcode for this in the backend, we can map it to a single NIR intrinsic.

Also for ray queries, a single rayQueryProceedEXT() can be a the first kick off of the follow up tracing operation so having a single intrinsic makes things easier.

Merge request reports