diff options
author | Jason Ekstrand <[email protected]> | 2018-03-10 10:08:22 -0800 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2018-03-13 13:25:27 -0700 |
commit | 85000b812d34639b2afeaf3d2eed67b17dcdbc26 (patch) | |
tree | c649413017db412689c13520d9607ba2ca86b1f3 /src/amd/common/meson.build | |
parent | 3d1d7e856193f7ccc6259d21fe55993337f030c7 (diff) |
ac/nir: Use lower_vote_eq_to_ballot instead of ac_nir_lower_subgroups
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/amd/common/meson.build')
-rw-r--r-- | src/amd/common/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/amd/common/meson.build b/src/amd/common/meson.build index 01db536c06e..0967b1adb76 100644 --- a/src/amd/common/meson.build +++ b/src/amd/common/meson.build @@ -35,7 +35,6 @@ amd_common_files = files( 'ac_llvm_helper.cpp', 'ac_llvm_util.c', 'ac_llvm_util.h', - 'ac_lower_subgroups.c', 'ac_shader_abi.h', 'ac_shader_util.c', 'ac_shader_util.h', |