suyu/src/shader_recompiler/frontend/maxwell
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>
2021-07-22 21:51:26 -04:00
..
translate shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
control_flow.cpp shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
control_flow.h shader: Fix BRX tracking 2021-07-22 21:51:26 -04:00
decode.cpp shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
decode.h shader: Add pools and rename files 2021-07-22 21:51:21 -04:00
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 shader: Initial implementation of an AST 2021-07-22 21:51:22 -04:00
maxwell.inc shader: Implement TXD 2021-07-22 21:51:25 -04:00
opcodes.cpp shader: Add pools and rename files 2021-07-22 21:51:21 -04:00
opcodes.h shader: Add pools and rename files 2021-07-22 21:51:21 -04:00
program.cpp shader: Implement indexed attributes 2021-07-22 21:51:26 -04:00
program.h shader: Initial implementation of an AST 2021-07-22 21:51:22 -04:00
structured_control_flow.cpp shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
structured_control_flow.h shader: Implement CAL inlining function calls 2021-07-22 21:51:23 -04:00