i965/fs: Implement ARB_shader_ballot operations
[mesa.git] / src / intel / compiler / brw_compiler.c
index 397c8cccf908e971ccd5778e5901de9a2619d6aa..39a8237ff07162f75ab91bd67c3e07876dc7ec29 100644 (file)
@@ -57,6 +57,7 @@ static const struct nir_shader_compiler_options scalar_nir_options = {
    .lower_unpack_snorm_4x8 = true,
    .lower_unpack_unorm_2x16 = true,
    .lower_unpack_unorm_4x8 = true,
+   .lower_subgroup_masks = true,
    .max_unroll_iterations = 32,
 };