diff options
| author | 2019-06-28 20:54:21 -0400 | |
|---|---|---|
| committer | 2019-10-04 18:52:48 -0400 | |
| commit | 8be6e1c5221066a49b6ad27efbd20a999a7c16b3 (patch) | |
| tree | a00263eb962503bec08ec4bc870a9546c3b80d22 /src/common | |
| parent | shader_ir: Add basic goto elimination (diff) | |
| download | yuzu-8be6e1c5221066a49b6ad27efbd20a999a7c16b3.tar.gz yuzu-8be6e1c5221066a49b6ad27efbd20a999a7c16b3.tar.xz yuzu-8be6e1c5221066a49b6ad27efbd20a999a7c16b3.zip | |
shader_ir: Corrections to outward movements and misc stuffs
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index dfed8b51d..afc5ff736 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -60,9 +60,13 @@ add_custom_command(OUTPUT scm_rev.cpp | |||
| 60 | "${VIDEO_CORE}/shader/decode/video.cpp" | 60 | "${VIDEO_CORE}/shader/decode/video.cpp" |
| 61 | "${VIDEO_CORE}/shader/decode/warp.cpp" | 61 | "${VIDEO_CORE}/shader/decode/warp.cpp" |
| 62 | "${VIDEO_CORE}/shader/decode/xmad.cpp" | 62 | "${VIDEO_CORE}/shader/decode/xmad.cpp" |
| 63 | "${VIDEO_CORE}/shader/ast.cpp" | ||
| 64 | "${VIDEO_CORE}/shader/ast.h" | ||
| 63 | "${VIDEO_CORE}/shader/control_flow.cpp" | 65 | "${VIDEO_CORE}/shader/control_flow.cpp" |
| 64 | "${VIDEO_CORE}/shader/control_flow.h" | 66 | "${VIDEO_CORE}/shader/control_flow.h" |
| 65 | "${VIDEO_CORE}/shader/decode.cpp" | 67 | "${VIDEO_CORE}/shader/decode.cpp" |
| 68 | "${VIDEO_CORE}/shader/expr.cpp" | ||
| 69 | "${VIDEO_CORE}/shader/expr.h" | ||
| 66 | "${VIDEO_CORE}/shader/node.h" | 70 | "${VIDEO_CORE}/shader/node.h" |
| 67 | "${VIDEO_CORE}/shader/node_helper.cpp" | 71 | "${VIDEO_CORE}/shader/node_helper.cpp" |
| 68 | "${VIDEO_CORE}/shader/node_helper.h" | 72 | "${VIDEO_CORE}/shader/node_helper.h" |