suyu/src/shader_recompiler
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
..
backend/spirv shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
frontend shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
ir_opt shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
CMakeLists.txt shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
environment.h shader: Implement BRX 2021-07-22 21:51:25 -04:00
exception.h
file_environment.cpp vk_pipeline_cache: Add pipeline cache 2021-07-22 21:51:24 -04:00
file_environment.h shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
main.cpp shader: Add denorm flush support 2021-07-22 21:51:22 -04:00
object_pool.h shader: Fix use-after-free bug in object_pool 2021-07-22 21:51:24 -04:00
profile.h shader: Implement ViewportIndex 2021-07-22 21:51:25 -04:00
program_header.h shader: Implement indexed Position and ClipDistances 2021-07-22 21:51:26 -04:00
shader_info.h shader: Interact texture buffers with buffer cache 2021-07-22 21:51:26 -04:00
stage.h vk_pipeline_cache: Add pipeline cache 2021-07-22 21:51:24 -04:00