mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-22 12:50:35 +01:00
anv/pipeline: Drop nir_lower_clip_cull_distance_arrays
We already handle it in brw_preprocess_nir
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
(cherry picked from commit afa0ddb81e)
This commit is contained in:
parent
a2123968fa
commit
3b699fdd19
1 changed files with 0 additions and 2 deletions
|
|
@ -180,8 +180,6 @@ anv_shader_compile_to_nir(struct anv_pipeline *pipeline,
|
|||
|
||||
nir = brw_preprocess_nir(compiler, nir);
|
||||
|
||||
NIR_PASS_V(nir, nir_lower_clip_cull_distance_arrays);
|
||||
|
||||
if (stage == MESA_SHADER_FRAGMENT)
|
||||
NIR_PASS_V(nir, anv_nir_lower_input_attachments);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue