aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/Makefile.sources
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/Makefile.sources
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/Makefile.sources')
-rw-r--r--src/amd/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/amd/Makefile.sources b/src/amd/Makefile.sources
index 58e0008ee62..e1557ff5365 100644
--- a/src/amd/Makefile.sources
+++ b/src/amd/Makefile.sources
@@ -39,6 +39,8 @@ AMD_COMPILER_FILES = \
common/ac_exp_param.h \
common/ac_llvm_build.c \
common/ac_llvm_build.h \
+ common/ac_llvm_cull.c \
+ common/ac_llvm_cull.h \
common/ac_llvm_helper.cpp \
common/ac_llvm_util.c \
common/ac_llvm_util.h \