Skip to content

v3dv: remove unused lowering for nir_intrinsic_load_layer_id

Iago Toral requested to merge itoral/mesa:v3dv_remove_unnecessary_lowering into main

This intrinsic is only produced when the compiler is instructed to handle layer id as a system value, which we don't use. Also, we have been supporting layered rendering for a while and passing all the relevant tests which would've failed if we were hitting this lowering.

Merge request reports