Commit graph

7 commits

Author SHA1 Message Date
lat9nq
a4e7a41e7f 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
FernandoS27
f573d3642e shader: Implement TLD4.PTP 2021-07-22 21:51:24 -04:00
FernandoS27
cac54d1eb6 shader: Fix Array Indices in TEX/TLD4 2021-07-22 21:51:24 -04:00
ReinUsesLisp
1e763c4c83 shader: Fix TEX mask 2021-07-22 21:51:24 -04:00
ReinUsesLisp
6398d03341 shader: Implement I2F 2021-07-22 21:51:23 -04:00
ReinUsesLisp
33090a74dd shader: Add partial rasterizer integration 2021-07-22 21:51:23 -04:00
ReinUsesLisp
1842c601ce shader: Implement TEXS 2021-07-22 21:51:23 -04:00
Renamed from src/shader_recompiler/frontend/maxwell/translate/impl/texture_sample.cpp (Browse further)