summaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_compiler.c
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2017-06-22 16:46:39 -0700
committerMatt Turner <[email protected]>2017-07-20 16:56:49 -0700
commit782ef3045162493c9bccd0fd996c93f9f4533948 (patch)
tree5054f3b2cb8f6f22d15b6f2fae11c12f8e85dd92 /src/intel/compiler/brw_compiler.c
parent823893051052c55baece54449ba1f7c2669f4d33 (diff)
i965/fs: Implement ARB_shader_ballot operations
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/intel/compiler/brw_compiler.c')
-rw-r--r--src/intel/compiler/brw_compiler.c1
1 files changed, 1 insertions, 0 deletions
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,
};