diff options
| author | 2020-02-26 16:13:47 -0300 | |
|---|---|---|
| committer | 2020-03-09 18:40:06 -0300 | |
| commit | bd8b9bbcee93549f323352f227ff44d0e79e0ad4 (patch) | |
| tree | 5c68e7ab171db3f3d31bf27cd573c54a918f0708 /CMakeModules/GenerateSCMRev.cmake | |
| parent | Merge pull request #3301 from ReinUsesLisp/state-tracker (diff) | |
| download | yuzu-bd8b9bbcee93549f323352f227ff44d0e79e0ad4.tar.gz yuzu-bd8b9bbcee93549f323352f227ff44d0e79e0ad4.tar.xz yuzu-bd8b9bbcee93549f323352f227ff44d0e79e0ad4.zip | |
gl_shader_cache: Rework shader cache and remove post-specializations
Instead of pre-specializing shaders and then post-specializing them,
drop the later and only "specialize" the shader while decoding it.
Diffstat (limited to 'CMakeModules/GenerateSCMRev.cmake')
| -rw-r--r-- | CMakeModules/GenerateSCMRev.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeModules/GenerateSCMRev.cmake b/CMakeModules/GenerateSCMRev.cmake index fa7ae835f..6c2f201eb 100644 --- a/CMakeModules/GenerateSCMRev.cmake +++ b/CMakeModules/GenerateSCMRev.cmake | |||
| @@ -57,8 +57,6 @@ set(HASH_FILES | |||
| 57 | "${VIDEO_CORE}/renderer_opengl/gl_shader_decompiler.h" | 57 | "${VIDEO_CORE}/renderer_opengl/gl_shader_decompiler.h" |
| 58 | "${VIDEO_CORE}/renderer_opengl/gl_shader_disk_cache.cpp" | 58 | "${VIDEO_CORE}/renderer_opengl/gl_shader_disk_cache.cpp" |
| 59 | "${VIDEO_CORE}/renderer_opengl/gl_shader_disk_cache.h" | 59 | "${VIDEO_CORE}/renderer_opengl/gl_shader_disk_cache.h" |
| 60 | "${VIDEO_CORE}/renderer_opengl/gl_shader_gen.cpp" | ||
| 61 | "${VIDEO_CORE}/renderer_opengl/gl_shader_gen.h" | ||
| 62 | "${VIDEO_CORE}/shader/decode/arithmetic.cpp" | 60 | "${VIDEO_CORE}/shader/decode/arithmetic.cpp" |
| 63 | "${VIDEO_CORE}/shader/decode/arithmetic_half.cpp" | 61 | "${VIDEO_CORE}/shader/decode/arithmetic_half.cpp" |
| 64 | "${VIDEO_CORE}/shader/decode/arithmetic_half_immediate.cpp" | 62 | "${VIDEO_CORE}/shader/decode/arithmetic_half_immediate.cpp" |