From eda281e9772deee630275ddd7c23fbac841ecb38 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Tue, 12 Feb 2019 21:02:04 -0500 Subject: ac: add LLVM code for triangle culling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tested-by: Dieter Nützel Acked-by: Nicolai Hähnle --- src/amd/Makefile.sources | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/amd/Makefile.sources') 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 \ -- cgit v1.2.3