Commit Graph

19 Commits (0b67df1f7c09696e928a357f1b8e22a198cfa3b4)

Author SHA1 Message Date
Lioncash 0b67df1f7c control_flow: Fix duplicate switch case in OpcodeToken
This previously duplicated the case of the PBK case above it.
4 years ago
ReinUsesLisp bf2956d77a shader: Avoid usage of C++20 ranges to build in clang 4 years ago
FernandoS27 c49d56c931 shader: Address feedback 4 years ago
FernandoS27 da936d6ad8 shader: Implement delegation of Exit to dispatcher on CFG 4 years ago
lat9nq 5bfcafa0a2 shader: Address feedback + clang format 4 years ago
lat9nq 0bb85f6a75 shader_recompiler,video_core: Cleanup some GCC and Clang errors
Mostly fixing unused *, implicit conversion, braced scalar init,
fpermissive, and some others.

Some Clang errors likely remain in video_core, and std::ranges is still
a pertinent issue in shader_recompiler

shader_recompiler: cmake: Force bracket depth to 1024 on Clang
Increases the maximum fold expression depth

thread_worker: Include condition_variable

Don't use list initializers in control flow

Co-authored-by: ReinUsesLisp <reinuseslisp@airmail.cc>
4 years ago
ReinUsesLisp 233e39bb7b shader: Fix dangling labels 4 years ago
FernandoS27 20ba0ea0a9 shader: Fix BRX tracking 4 years ago
ReinUsesLisp 9e6fe430bd shader: Fix splits on blocks using indirect branches 4 years ago
ReinUsesLisp b4a5e767d0 shader: Fix branches to visited virtual blocks 4 years ago
ReinUsesLisp b0d5572abf shader: Fix indirect branches to scheduler instructions 4 years ago
FernandoS27 34aba9627a shader: Implement BRX 4 years ago
ReinUsesLisp 260743f371 shader: Add partial rasterizer integration 4 years ago
ReinUsesLisp 71f96fa636 shader: Implement CAL inlining function calls 4 years ago
ReinUsesLisp 622d676202 shader: Fix conditional execution of exit instructions 4 years ago
ReinUsesLisp e87a502da2 shader: Fix control flow 4 years ago
ReinUsesLisp 9170200a11 shader: Initial implementation of an AST 4 years ago
ReinUsesLisp 6c4cc0cd06 shader: SSA and dominance 4 years ago
ReinUsesLisp 2d48a7b4d0 shader: Initial recompiler work 4 years ago