You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src/video_core/shader/decode
Lioncash 414a87a4f4 video_core: Resolve more variable shadowing scenarios pt.2
Migrates the video core code closer to enabling variable shadowing
warnings as errors.

This primarily sorts out shadowing occurrences within the Vulkan code.
5 years ago
..
arithmetic.cpp shader/arithmetic: Implement FCMP immediate + register variant 5 years ago
arithmetic_half.cpp video_core: Enforce -Werror=switch 5 years ago
arithmetic_half_immediate.cpp shader/decode: Reduce severity of arithmetic rounding warnings 6 years ago
arithmetic_immediate.cpp shader: Use shared_ptr to store nodes and move initialization to file 6 years ago
arithmetic_integer.cpp video_core: Allow copy elision to take place where applicable 5 years ago
arithmetic_integer_immediate.cpp arithmetic_integer_immediate: Make use of std::move where applicable 5 years ago
bfe.cpp clang-format 5 years ago
bfi.cpp shader/decode: Fix constant buffer offsets 5 years ago
conversion.cpp shader/conversion: Implement I2I sign extension, saturation and selection 5 years ago
ffma.cpp shader/decode: Reduce severity of arithmetic rounding warnings 6 years ago
float_set.cpp video_core: Silent miscellaneous warnings (#2820) 6 years ago
float_set_predicate.cpp Merge pull request #2811 from ReinUsesLisp/fsetp-fix 6 years ago
half_set.cpp shader/half_set: Implement HSET2_IMM 5 years ago
half_set_predicate.cpp shader/decode: Reduce severity of arithmetic rounding warnings 6 years ago
hfma2.cpp Shader_Ir: Downgrade precision and rounding asserts to debug asserts. 6 years ago
image.cpp video_core: Resolve more variable shadowing scenarios pt.2 5 years ago
integer_set.cpp video_core: Silent miscellaneous warnings (#2820) 6 years ago
integer_set_predicate.cpp video_core: Silent miscellaneous warnings (#2820) 6 years ago
memory.cpp shader/memory: Amend UNIMPLEMENTED_IF_MSG without a message 5 years ago
other.cpp video_core: Resolve more variable shadowing scenarios pt.2 5 years ago
predicate_set_predicate.cpp shader: Use shared_ptr to store nodes and move initialization to file 6 years ago
predicate_set_register.cpp video_core: Silent miscellaneous warnings (#2820) 6 years ago
register_set_predicate.cpp decode/register_set_predicate: Implement CC 5 years ago
shift.cpp decode/shift: Remove unused variable within Shift() 5 years ago
texture.cpp shader: Partially implement texture cube array shadow 5 years ago
video.cpp video_core: Allow copy elision to take place where applicable 5 years ago
warp.cpp shader: Keep track of shaders using warp instructions 6 years ago
xmad.cpp video_core: Allow copy elision to take place where applicable 5 years ago