This website requires JavaScript.
Explore
Help
Sign In
renil
/
yuzu
Archived
Watch
1
Star
0
Fork
0
You've already forked yuzu
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-05-02
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
655f7a570a10218ffb2ed175bb7f0b84530ccae0
yuzu
/
src
/
shader_recompiler
/
frontend
/
ir
History
FernandoS27
655f7a570a
shader: Implement MEMBAR
2021-07-22 21:51:26 -04:00
..
attribute.cpp
shader: Add partial rasterizer integration
2021-07-22 21:51:23 -04:00
attribute.h
shader: Add partial rasterizer integration
2021-07-22 21:51:23 -04:00
basic_block.cpp
shader: Primitive Vulkan integration
2021-07-22 21:51:22 -04:00
basic_block.h
spirv: Initial bindings support
2021-07-22 21:51:22 -04:00
condition.cpp
shader: Initial implementation of an AST
2021-07-22 21:51:22 -04:00
condition.h
spirv: Add lower fp16 to fp32 pass
2021-07-22 21:51:22 -04:00
flow_test.cpp
shader: Initial recompiler work
2021-07-22 21:51:21 -04:00
flow_test.h
shader: Implement CSET and CSETP
2021-07-22 21:51:23 -04:00
ir_emitter.cpp
shader: Implement MEMBAR
2021-07-22 21:51:26 -04:00
ir_emitter.h
shader: Implement MEMBAR
2021-07-22 21:51:26 -04:00
microinstruction.cpp
shader: Store type of phi nodes in flags
2021-07-22 21:51:25 -04:00
microinstruction.h
shader: Refactor PTP and other minor changes
2021-07-22 21:51:24 -04:00
modifiers.h
shader: Implement MEMBAR
2021-07-22 21:51:26 -04:00
opcodes.cpp
shader: Unroll "using enum" for opcode declarations
2021-07-22 21:51:25 -04:00
opcodes.h
shader: Add pools and rename files
2021-07-22 21:51:21 -04:00
opcodes.inc
shader: Implement MEMBAR
2021-07-22 21:51:26 -04:00
post_order.cpp
shader: Primitive Vulkan integration
2021-07-22 21:51:22 -04:00
post_order.h
shader: Support SSA loops on IR
2021-07-22 21:51:22 -04:00
pred.h
shader: Rename, implement FADD.SAT and P2R (imm)
2021-07-22 21:51:22 -04:00
program.cpp
shader: Implement CAL inlining function calls
2021-07-22 21:51:23 -04:00
program.h
shader: Implement LDS, STS, LDL, and STS and use SPIR-V 1.4 when available
2021-07-22 21:51:25 -04:00
reg.h
shader: Fix alignment checks on RZ
2021-07-22 21:51:25 -04:00
type.cpp
shader: Make typed IR
2021-07-22 21:51:21 -04:00
type.h
shader: Make typed IR
2021-07-22 21:51:21 -04:00
value.cpp
shader: Store type of phi nodes in flags
2021-07-22 21:51:25 -04:00
value.h
shader: Refactor PTP and other minor changes
2021-07-22 21:51:24 -04:00