index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
shader
/
node.h
Age
Commit message (
Expand
)
Author
2019-12-10
shader: Implement MEMBAR.GL
ReinUsesLisp
2019-12-09
shader_ir/other: Implement S2R InvocationId
ReinUsesLisp
2019-12-09
shader_ir/memory: Implement patch stores
ReinUsesLisp
2019-12-06
Merge pull request #3109 from FernandoS27/new-instr
bunnei
2019-11-22
shader/texture: Deduce texture buffers from locker
ReinUsesLisp
2019-11-14
Shader_IR: Implement TXD instruction.
Fernando Sahmkow
2019-11-14
Shader_IR: Implement FLO instruction.
Fernando Sahmkow
2019-11-07
shader_ir/warp: Implement FSWZADD
ReinUsesLisp
2019-11-07
gl_shader_decompiler: Reimplement shuffles with platform agnostic intrinsics
ReinUsesLisp
2019-10-29
shader/node: Unpack bindless texture encoding
ReinUsesLisp
2019-10-15
shader/node: std::move Meta instance within OperationNode constructor
Lioncash
2019-09-21
gl_shader_decompiler: Use uint for images and fix SUATOM
ReinUsesLisp
2019-09-21
shader/image: Implement SULD and remove irrelevant code
ReinUsesLisp
2019-09-20
Merge pull request #2855 from ReinUsesLisp/shfl
bunnei
2019-09-18
Merge pull request #2784 from ReinUsesLisp/smem
bunnei
2019-09-17
shader_ir/warp: Implement SHFL
ReinUsesLisp
2019-09-10
shader/image: Implement SUATOM and fix SUST
ReinUsesLisp
2019-09-05
gl_shader_decompiler: Keep track of written images and mark them as modified
ReinUsesLisp
2019-09-05
kepler_compute: Implement texture queries
ReinUsesLisp
2019-09-05
shader_ir: Implement ST_S
ReinUsesLisp
2019-08-21
shader_ir: Implement VOTE
ReinUsesLisp
2019-07-20
Shader_Ir: Implement F16 Variants of F2F, F2I, I2F.
Fernando Sahmkow
2019-07-19
shader/half_set_predicate: Fix HSETP2 implementation
ReinUsesLisp
2019-07-09
shader_ir: Unify blocks in decompiled shaders.
Fernando Sahmkow
2019-07-09
shader_ir: Implement BRX & BRA.CC
Fernando Sahmkow
2019-06-20
texture_cache: Style and Corrections
Fernando Sahmkow
2019-06-20
shader: Implement bindless images
ReinUsesLisp
2019-06-20
shader: Decode SUST and implement backing image functionality
ReinUsesLisp
2019-06-07
shader: Split SSY and PBK stack
ReinUsesLisp
2019-06-06
shader/node: Minor changes
ReinUsesLisp
2019-06-06
shader: Move Node declarations out of the shader IR header
ReinUsesLisp