mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
iris: regather info so we get CLIP_DIST slots, not CLIP_VERTEX
This commit is contained in:
parent
6d19fe376d
commit
911f9e8f3f
1 changed files with 1 additions and 0 deletions
|
|
@ -559,6 +559,7 @@ iris_compile_vs(struct iris_context *ice,
|
|||
nir_lower_io_to_temporaries(nir, impl, true, false);
|
||||
nir_lower_global_vars_to_local(nir);
|
||||
nir_lower_vars_to_ssa(nir);
|
||||
nir_shader_gather_info(nir, impl);
|
||||
}
|
||||
|
||||
// XXX: alt mode
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue