2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/shader_recompiler/ir_opt
2023-02-25 16:24:21 -05:00
..
collect_shader_info_pass.cpp video_core: Fix few issues in Tess stage 2022-11-07 15:42:42 +08:00
constant_propagation_pass.cpp Video_core: Address feedback 2023-01-04 14:39:42 -05:00
dead_code_elimination_pass.cpp
dual_vertex_pass.cpp
global_memory_to_storage_buffer_pass.cpp buffer_cache: Add logic for non-NVN storage buffer tracking 2023-02-25 16:24:21 -05:00
identity_removal_pass.cpp
layer_pass.cpp shader_recompiler: add gl_Layer translation GS for older hardware 2022-12-01 09:51:27 -05:00
lower_fp16_to_fp32.cpp
lower_int64_to_int32.cpp
passes.h Revert "shader_recompiler: Align SSBO offsets to meet host requirements" 2023-01-07 15:50:58 -05:00
position_pass.cpp
rescaling_pass.cpp
ssa_rewrite_pass.cpp
texture_pass.cpp Merge pull request #9699 from ameerj/texture-pass-desc 2023-01-29 12:27:41 -05:00
verification_pass.cpp