i965/fs: Implement ARB_shader_ballot operations
[mesa.git] / src / intel / compiler / brw_nir.c
index cede77fbc8854627003fc2021367b3a2020d997c..ce21c016699bac11d7d663506160fc22a593ff1e 100644 (file)
@@ -620,6 +620,7 @@ brw_preprocess_nir(const struct brw_compiler *compiler, nir_shader *nir)
 
    OPT(nir_lower_tex, &tex_options);
    OPT(nir_normalize_cubemap_coords);
+   OPT(nir_lower_read_invocation_to_scalar);
 
    OPT(nir_lower_global_vars_to_local);