diff options
author | Marek Olšák <[email protected]> | 2019-02-12 21:02:04 -0500 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2019-05-16 13:06:58 -0400 |
commit | eda281e9772deee630275ddd7c23fbac841ecb38 (patch) | |
tree | a631d53390b49d9a60b62c4536621d0fe34297bf /src/amd/Makefile.sources | |
parent | 07c83d25fd1c44dbc37677bc0e0ed2a567e900ff (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.sources | 2 |
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 \ |