iris: regather info so we get CLIP_DIST slots, not CLIP_VERTEX

This commit is contained in:
Kenneth Graunke
2018-11-09 12:06:11 -08:00
parent 6d19fe376d
commit 911f9e8f3f

View File

@@ -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