Skip to content

radv,nir: optimize vkd3d-proton's MSAD instruction

Rhys Perry requested to merge pendingchaos/mesa:radv_nir_msad into main

Apparently this DXIL instruction is used by FSR 3. The unoptimized sequence is horrible, but I don't know how much of an effect this has on actual FSR 3 shaders.

Merge request reports