diff options
author | Jason Ekstrand <[email protected]> | 2017-04-28 04:45:50 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2018-03-07 12:13:47 -0800 |
commit | adc077797aa8abb74a7aa539b1601e405f150f5f (patch) | |
tree | b6685a0671698e4a00ba03ccf496b91447a39def /src/compiler/Makefile.sources | |
parent | 5162a1d88428c9a89454c17bc7d12539d7d5714d (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/Makefile.sources')
-rw-r--r-- | src/compiler/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index 84dbc26d198..841bc8fec91 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -304,4 +304,5 @@ SPIRV_FILES = \ spirv/vtn_cfg.c \ spirv/vtn_glsl450.c \ spirv/vtn_private.h \ + spirv/vtn_subgroup.c \ spirv/vtn_variables.c |