X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fintel%2Fcompiler%2Fbrw_nir.c;h=ce21c016699bac11d7d663506160fc22a593ff1e;hb=782ef3045162493c9bccd0fd996c93f9f4533948;hp=cede77fbc8854627003fc2021367b3a2020d997c;hpb=823893051052c55baece54449ba1f7c2669f4d33;p=mesa.git diff --git a/src/intel/compiler/brw_nir.c b/src/intel/compiler/brw_nir.c index cede77fbc88..ce21c016699 100644 --- a/src/intel/compiler/brw_nir.c +++ b/src/intel/compiler/brw_nir.c @@ -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);