citra/src/shader_recompiler/ir_opt
2023-01-05 22:18:10 +00: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 Revert "shader_recompiler/dead_code_elimination: Add DeadBranchElimination pass" 2022-10-25 12:57:25 +08:00
dual_vertex_pass.cpp
global_memory_to_storage_buffer_pass.cpp Run clang-format 2023-01-05 22:18:10 +00: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 shader_recompiler: Align SSBO offsets to meet host requirements 2023-01-05 22:13:07 +00:00
position_pass.cpp video_core: Generate mipmap texture by drawing 2022-09-20 11:55:43 +08:00
rescaling_pass.cpp video_code: support rectangle texture 2022-08-25 12:45:58 +08:00
ssa_rewrite_pass.cpp
texture_pass.cpp ir/texture_pass: Use host_info instead of querying Settings::values (#9176) 2022-11-11 03:32:53 +01:00
verification_pass.cpp