This repository has been archived on 2025-12-14. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
github.ong19th.Citron/src/shader_recompiler/ir_opt
2021-07-22 21:51:28 -04:00
..
collect_shader_info_pass.cpp shader: Address feedback 2021-07-22 21:51:28 -04:00
constant_propagation_pass.cpp shader: Add coarse derivatives 2021-07-22 21:51:28 -04:00
dead_code_elimination_pass.cpp shader: Implement CAL inlining function calls 2021-07-22 21:51:23 -04:00
global_memory_to_storage_buffer_pass.cpp shader: Mark atomic instructions as writes 2021-07-22 21:51:27 -04:00
identity_removal_pass.cpp shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
lower_fp16_to_fp32.cpp shader: Implement ATOM/S and RED 2021-07-22 21:51:27 -04:00
passes.h shader: Implement indexed attributes 2021-07-22 21:51:26 -04:00
ssa_rewrite_pass.cpp shader: Fix Phi node types 2021-07-22 21:51:28 -04:00
texture_pass.cpp spirv: Implement image buffers 2021-07-22 21:51:27 -04:00
verification_pass.cpp shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00