This website requires JavaScript.
Explore
Help
Register
Sign In
groche97
/
torzu
Watch
1
Star
0
Fork
0
You've already forked torzu
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8c9febe8f7ad5136615821e05a670bada794199b
torzu
/
src
/
shader_recompiler
/
ir_opt
History
ReinUsesLisp
8c9febe8f7
shader: Fold UnpackFloat2x16 and PackFloat2x16
...
Simplifies the code a bit when possible. These instructions should be no-ops codegen wise.
2021-07-29 21:22:52 -03:00
..
collect_shader_info_pass.cpp
shader: Mark ConvertF16F32 and ConvertF32F16 as fp16 instructions
2021-07-27 21:33:05 -03:00
constant_propagation_pass.cpp
shader: Fold UnpackFloat2x16 and PackFloat2x16
2021-07-29 21:22:52 -03:00
dead_code_elimination_pass.cpp
shader: Avoid usage of C++20 ranges to build in clang
2021-07-22 21:51:40 -04:00
dual_vertex_pass.cpp
shader: Avoid usage of C++20 ranges to build in clang
2021-07-22 21:51:40 -04:00
global_memory_to_storage_buffer_pass.cpp
shader: Avoid usage of C++20 ranges to build in clang
2021-07-22 21:51:40 -04:00
identity_removal_pass.cpp
glasm: Rework control flow introducing a syntax list
2021-07-22 21:51:31 -04:00
lower_fp16_to_fp32.cpp
shader: Move microinstruction header to the value header
2021-07-22 21:51:28 -04:00
lower_int64_to_int32.cpp
shader: Avoid usage of C++20 ranges to build in clang
2021-07-22 21:51:40 -04:00
passes.h
shader: Add int64 to int32 lowering pass
2021-07-22 21:51:39 -04:00
ssa_rewrite_pass.cpp
shader: Avoid usage of C++20 ranges to build in clang
2021-07-22 21:51:40 -04:00
texture_pass.cpp
texture_pass: Fix is_read image qualification
2021-07-22 21:51:38 -04:00
verification_pass.cpp
glasm: Remove unintentionally committed fmt::prints
2021-07-22 21:51:33 -04:00