From 7600678216d16909ea4237e84f37a0e3713d790b Mon Sep 17 00:00:00 2001 From: Antia Puentes Date: Wed, 14 Feb 2018 12:58:33 +0100 Subject: [PATCH] mesa/glspirv: lower workgroup access to offsets This will perform the CS shared lowering. See 8761a04d0d93 Reviewed-by: Timothy Arceri --- src/mesa/main/glspirv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/main/glspirv.c b/src/mesa/main/glspirv.c index c585bc51bbf..8ad6c373914 100644 --- a/src/mesa/main/glspirv.c +++ b/src/mesa/main/glspirv.c @@ -206,6 +206,7 @@ _mesa_spirv_to_nir(struct gl_context *ctx, } const struct spirv_to_nir_options spirv_options = { + .lower_workgroup_access_to_offsets = true, .caps = ctx->Const.SpirVCapabilities }; -- 2.11.0