yuzu/src/shader_recompiler/frontend/maxwell
ameerj 862dc2b2b3 structured_control_flow: Add DemoteCombinationPass
Some drivers misread data when demotes are interleaved in the program. This moves demote branches to be checked at the end of the program.
Fixes "wireframe" issue in Pokemon SwSh on some drivers
2021-08-28 11:35:25 -04:00
..
translate shader: Support out of bound local memory reads and immediate writes 2021-07-22 21:51:41 -04:00
control_flow.cpp control_flow: Fix duplicate switch case in OpcodeToken 2021-07-26 04:16:34 -04:00
control_flow.h shader_recompiler, video_core: Resolve clang errors 2021-07-22 21:51:40 -04:00
decode.cpp shader: Address feedback + clang format 2021-07-22 21:51:26 -04:00
decode.h
indirect_branch_table_track.cpp shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
indirect_branch_table_track.h shader: Implement BRX 2021-07-22 21:51:25 -04:00
instruction.h shader: Implement BRX 2021-07-22 21:51:25 -04:00
location.h
maxwell.inc shader: Implement Int32 SUATOM/SURED 2021-07-22 21:51:30 -04:00
opcodes.cpp shader: Handle host exceptions 2021-07-22 21:51:34 -04:00
opcodes.h
structured_control_flow.cpp structured_control_flow: Add DemoteCombinationPass 2021-08-28 11:35:25 -04:00
structured_control_flow.h glasm: Rework control flow introducing a syntax list 2021-07-22 21:51:31 -04:00
translate_program.cpp shader: Avoid usage of C++20 ranges to build in clang 2021-07-22 21:51:40 -04:00
translate_program.h shader: Add support for native 16-bit floats 2021-07-22 21:51:38 -04:00