diff options
| author | 2019-08-29 12:58:10 -0400 | |
|---|---|---|
| committer | 2019-08-29 12:58:10 -0400 | |
| commit | 680ab6132726946435081df6c4f2ef01ec2f1691 (patch) | |
| tree | 230bc98a8bdd67a95c5abde32294655469845b3b /src/common | |
| parent | Merge pull request #2748 from FernandoS27/align-memory (diff) | |
| parent | shader_ir: Implement VOTE (diff) | |
| download | yuzu-680ab6132726946435081df6c4f2ef01ec2f1691.tar.gz yuzu-680ab6132726946435081df6c4f2ef01ec2f1691.tar.xz yuzu-680ab6132726946435081df6c4f2ef01ec2f1691.zip | |
Merge pull request #2786 from ReinUsesLisp/vote
shader_ir: Implement VOTE on Nvidia drivers
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 2b4266f29..01abdb3bb 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -55,6 +55,7 @@ add_custom_command(OUTPUT scm_rev.cpp | |||
| 55 | "${VIDEO_CORE}/shader/decode/register_set_predicate.cpp" | 55 | "${VIDEO_CORE}/shader/decode/register_set_predicate.cpp" |
| 56 | "${VIDEO_CORE}/shader/decode/shift.cpp" | 56 | "${VIDEO_CORE}/shader/decode/shift.cpp" |
| 57 | "${VIDEO_CORE}/shader/decode/video.cpp" | 57 | "${VIDEO_CORE}/shader/decode/video.cpp" |
| 58 | "${VIDEO_CORE}/shader/decode/warp.cpp" | ||
| 58 | "${VIDEO_CORE}/shader/decode/xmad.cpp" | 59 | "${VIDEO_CORE}/shader/decode/xmad.cpp" |
| 59 | "${VIDEO_CORE}/shader/control_flow.cpp" | 60 | "${VIDEO_CORE}/shader/control_flow.cpp" |
| 60 | "${VIDEO_CORE}/shader/control_flow.h" | 61 | "${VIDEO_CORE}/shader/control_flow.h" |