Commit Graph

8 Commits (7cb2ab358517d95ebcd35c94c72b9e91762906c3)

Author SHA1 Message Date
ReinUsesLisp 7cb2ab3585 shader: Implement SULD and SUST 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
FernandoS27 742d11c2ad shader: Implement TLD4.PTP 4 years ago
FernandoS27 981eb6f43b shader: Fix Array Indices in TEX/TLD4 4 years ago
ReinUsesLisp a8d8fd40f7 shader: Fix TEX mask 4 years ago
ReinUsesLisp f91859efd2 shader: Implement I2F 4 years ago
ReinUsesLisp 260743f371 shader: Add partial rasterizer integration 4 years ago
ReinUsesLisp 17a82b56d7 shader: Implement TEXS 4 years ago