aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/common/meson.build
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2019-02-12 21:02:04 -0500
committerMarek Olšák <[email protected]>2019-05-16 13:06:58 -0400
commiteda281e9772deee630275ddd7c23fbac841ecb38 (patch)
treea631d53390b49d9a60b62c4536621d0fe34297bf /src/amd/common/meson.build
parent07c83d25fd1c44dbc37677bc0e0ed2a567e900ff (diff)
ac: add LLVM code for triangle culling
Tested-by: Dieter Nützel <[email protected]> Acked-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/amd/common/meson.build')
-rw-r--r--src/amd/common/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/amd/common/meson.build b/src/amd/common/meson.build
index 6827a020947..c03433929d8 100644
--- a/src/amd/common/meson.build
+++ b/src/amd/common/meson.build
@@ -32,6 +32,8 @@ amd_common_files = files(
'ac_exp_param.h',
'ac_llvm_build.c',
'ac_llvm_build.h',
+ 'ac_llvm_cull.c',
+ 'ac_llvm_cull.h',
'ac_llvm_helper.cpp',
'ac_llvm_util.c',
'ac_llvm_util.h',