Revert "ac/nir/ngg: Follow intrinsic sources when analyzing before culling."
This reverts commit411f69b9c5
. It broke tessellation in Unigine Heaven with radeonsi. Fixes:411f69b9c5
- ac/nir/ngg: Follow intrinsic sources when analyzing before culling. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24160>
This commit is contained in:
@@ -1075,11 +1075,6 @@ analyze_shader_before_culling_walk(nir_ssa_def *ssa,
|
||||
break;
|
||||
}
|
||||
|
||||
const unsigned num_srcs = nir_intrinsic_infos[intrin->intrinsic].num_srcs;
|
||||
for (unsigned i = 0; i < num_srcs; ++i) {
|
||||
analyze_shader_before_culling_walk(intrin->src[i].ssa, flag, s);
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
case nir_instr_type_alu: {
|
||||
|
Reference in New Issue
Block a user