aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/shader_info.h
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2017-04-28 04:45:50 -0700
committerJason Ekstrand <[email protected]>2018-03-07 12:13:47 -0800
commitadc077797aa8abb74a7aa539b1601e405f150f5f (patch)
treeb6685a0671698e4a00ba03ccf496b91447a39def /src/compiler/shader_info.h
parent5162a1d88428c9a89454c17bc7d12539d7d5714d (diff)
spirv: Add initial subgroup support
Reviewed-by: Samuel Iglesias Gonsálvez <[email protected]> Reviewed-by: Iago Toral Quiroga <[email protected]>
Diffstat (limited to 'src/compiler/shader_info.h')
-rw-r--r--src/compiler/shader_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h
index 00aee77c002..0ba32349d03 100644
--- a/src/compiler/shader_info.h
+++ b/src/compiler/shader_info.h
@@ -45,6 +45,7 @@ struct spirv_supported_capabilities {
bool variable_pointers;
bool storage_16bit;
bool shader_viewport_index_layer;
+ bool subgroup_basic;
};
typedef struct shader_info {