From 782ef3045162493c9bccd0fd996c93f9f4533948 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 22 Jun 2017 16:46:39 -0700 Subject: i965/fs: Implement ARB_shader_ballot operations Reviewed-by: Kenneth Graunke --- src/intel/compiler/brw_compiler.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/intel/compiler/brw_compiler.c') diff --git a/src/intel/compiler/brw_compiler.c b/src/intel/compiler/brw_compiler.c index 397c8cccf90..39a8237ff07 100644 --- a/src/intel/compiler/brw_compiler.c +++ b/src/intel/compiler/brw_compiler.c @@ -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, }; -- cgit v1.2.3