diff --git a/src/intel/compiler/brw_compiler.c b/src/intel/compiler/brw_compiler.c index 4393e5dcd2a..f31d4f89fe8 100644 --- a/src/intel/compiler/brw_compiler.c +++ b/src/intel/compiler/brw_compiler.c @@ -50,7 +50,8 @@ .lower_base_vertex = true, \ .use_scoped_barrier = true, \ .support_8bit_alu = true, \ - .support_16bit_alu = true + .support_16bit_alu = true, \ + .lower_uniforms_to_ubo = true #define COMMON_SCALAR_OPTIONS \ .lower_to_scalar = true, \