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
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.
4 years ago
..
decode video_core: Resolve more variable shadowing scenarios pt.2 4 years ago
ast.cpp Shader_IR: Implement Fast BRX and allow multi-branches in the CFG. 6 years ago
ast.h General: Make use of std::nullopt where applicable 5 years ago
async_shaders.cpp async_shaders: emplace threads into the worker thread vector 4 years ago
async_shaders.h renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphore 5 years ago
compiler_settings.cpp Shader_Ir: Refactor Decompilation process and allow multiple decompilation modes. 6 years ago
compiler_settings.h Shader_IR: allow else derivation to be optional. 6 years ago
control_flow.cpp video_core: Resolve more variable shadowing scenarios pt.2 4 years ago
control_flow.h video_core: Rename "const buffer locker" to "registry" 5 years ago
decode.cpp shader_ir: Separate float-point comparisons in ordered and unordered 5 years ago
expr.cpp video_core/expr: Supply operator!= along with operator== 6 years ago
expr.h Shader_IR: Address Feedback. 6 years ago
memory_util.cpp video_core: Remove all Core::System references in renderer 5 years ago
memory_util.h video_core: Remove all Core::System references in renderer 5 years ago
node.h node: Mark member functions as [[nodiscard]] where applicable 4 years ago
node_helper.cpp shader_decode: ATOM/ATOMS: add function to avoid code repetition 5 years ago
node_helper.h shader/texture: Join separate image and sampler pairs offline 5 years ago
registry.cpp shader/registry: Silence a -Wshadow warning 5 years ago
registry.h shader/registry: Silence a -Wshadow warning 5 years ago
shader_ir.cpp video_core: Allow copy elision to take place where applicable 5 years ago
shader_ir.h shader/texture: Join separate image and sampler pairs offline 5 years ago
track.cpp General: Make use of std::nullopt where applicable 5 years ago
transform_feedback.cpp shader/transform_feedback: Expose buffer stride 5 years ago
transform_feedback.h shader/transform_feedback: Expose buffer stride 5 years ago