index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shader_recompiler
/
backend
/
spirv
/
emit_context.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-23
shader: Implement LDS, STS, LDL, and STS and use SPIR-V 1.4 when available
ReinUsesLisp
1
-1
/
+114
2021-07-23
shader: Better interpolation and disabled attributes support
ReinUsesLisp
1
-3
/
+26
2021-07-23
shader: Implement front face
ReinUsesLisp
1
-0
/
+3
2021-07-23
shader: Implement TXQ and fix FragDepth
ReinUsesLisp
1
-3
/
+5
2021-07-23
shader: Refactor PTP and other minor changes
ReinUsesLisp
1
-11
/
+9
2021-07-23
shader: Implement TLD4.PTP
FernandoS27
1
-0
/
+1
2021-07-23
shader: Implement FragDepth
FernandoS27
1
-0
/
+6
2021-07-23
shader: Implement SHFL
ameerj
1
-1
/
+2
2021-07-23
shader: Implement NDC [-1, 1], attribute types and default varying initialization
ReinUsesLisp
1
-10
/
+25
2021-07-23
shader: Implement VOTE
ameerj
1
-0
/
+4
2021-07-23
spirv: Implement VertexId and InstanceId, refactor code
ReinUsesLisp
1
-80
/
+111
2021-07-23
shader: Implement I2F
ReinUsesLisp
1
-0
/
+2
2021-07-23
shader: Add partial rasterizer integration
ReinUsesLisp
1
-12
/
+52
2021-07-23
shader: Implement DADD
ameerj
1
-0
/
+2
2021-07-23
shader: Implement CAL inlining function calls
ReinUsesLisp
1
-4
/
+2
2021-07-23
shader: Partial implementation of LDC
ReinUsesLisp
1
-15
/
+48
2021-07-23
shader: Initial support for textures and TEX
ReinUsesLisp
1
-2
/
+67
2021-07-23
spirv: Fixes and Intel specific workarounds
ReinUsesLisp
1
-1
/
+2
2021-07-23
spirv: Add lower fp16 to fp32 pass
ReinUsesLisp
1
-9
/
+20
2021-07-23
shader: Primitive Vulkan integration
ReinUsesLisp
1
-0
/
+2
2021-07-23
spirv: Initial bindings support
ReinUsesLisp
1
-0
/
+160