yuzu/src/shader_recompiler/backend/spirv
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
..
emit_context.cpp shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
emit_context.h shader: Interact texture buffers with buffer cache 2021-07-22 21:51:26 -04:00
emit_spirv.cpp shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
emit_spirv.h shader: Implement indexed attributes 2021-07-22 21:51:26 -04:00
emit_spirv_barriers.cpp shader: Implement BAR and fix memory barriers 2021-07-22 21:51:26 -04:00
emit_spirv_bitwise_conversion.cpp shader: Implement LEA 2021-07-22 21:51:23 -04:00
emit_spirv_composite.cpp shader: Refactor PTP and other minor changes 2021-07-22 21:51:24 -04:00
emit_spirv_context_get_set.cpp shader: Implement indexed attributes 2021-07-22 21:51:26 -04:00
emit_spirv_control_flow.cpp shader: Implement BRX 2021-07-22 21:51:25 -04:00
emit_spirv_convert.cpp shader: Implement I2F 2021-07-22 21:51:23 -04:00
emit_spirv_floating_point.cpp shader: Fix F2I 2021-07-22 21:51:24 -04:00
emit_spirv_image.cpp shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
emit_spirv_integer.cpp shader: Implement I2I CC 2021-07-22 21:51:25 -04:00
emit_spirv_logical.cpp spirv: Fixes and Intel specific workarounds 2021-07-22 21:51:22 -04:00
emit_spirv_memory.cpp spirv: Implement VertexId and InstanceId, refactor code 2021-07-22 21:51:23 -04:00
emit_spirv_select.cpp shader: Implement DMNMX, DSET, DSETP 2021-07-22 21:51:24 -04:00
emit_spirv_shared_memory.cpp shader: Implement LDS, STS, LDL, and STS and use SPIR-V 1.4 when available 2021-07-22 21:51:25 -04:00
emit_spirv_special.cpp spirv: Add fixed pipeline point size 2021-07-22 21:51:25 -04:00
emit_spirv_undefined.cpp shader: Primitive Vulkan integration 2021-07-22 21:51:22 -04:00
emit_spirv_warp.cpp shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00