mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 15:48:22 -05:00
shader: Constant propagation and global memory to storage buffer
This commit is contained in:
@ -59,7 +59,9 @@ add_executable(shader_recompiler
|
||||
frontend/maxwell/translate/impl/move_special_register.cpp
|
||||
frontend/maxwell/translate/translate.cpp
|
||||
frontend/maxwell/translate/translate.h
|
||||
ir_opt/constant_propagation_pass.cpp
|
||||
ir_opt/dead_code_elimination_pass.cpp
|
||||
ir_opt/global_memory_to_storage_buffer_pass.cpp
|
||||
ir_opt/identity_removal_pass.cpp
|
||||
ir_opt/passes.h
|
||||
ir_opt/ssa_rewrite_pass.cpp
|
||||
|
Reference in New Issue
Block a user