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
/
shader_info.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-23
shader: Mark SSBOs as written when they are
FernandoS27
1
-0
/
+1
2021-07-23
shader: Implement ViewportIndex
FernandoS27
1
-0
/
+1
2021-07-23
shader: Implement ClipDistance
FernandoS27
1
-0
/
+1
2021-07-23
shader: Add PointCoord attribute
FernandoS27
1
-0
/
+1
2021-07-23
shader: Add PointSize attribute
ameerj
1
-0
/
+1
2021-07-23
shader: Implement FSWZADD
ameerj
1
-0
/
+1
2021-07-23
shader: Better interpolation and disabled attributes support
ReinUsesLisp
1
-1
/
+12
2021-07-23
shader: Implement front face
ReinUsesLisp
1
-0
/
+1
2021-07-23
shader: Implement SHFL
ameerj
1
-0
/
+1
2021-07-23
shader: Implement VOTE
ameerj
1
-0
/
+1
2021-07-23
spirv: Implement VertexId and InstanceId, refactor code
ReinUsesLisp
1
-0
/
+2
2021-07-23
shader: Add partial rasterizer integration
ReinUsesLisp
1
-0
/
+10
2021-07-23
shader: Partial implementation of LDC
ReinUsesLisp
1
-0
/
+6
2021-07-23
shader: Initial support for textures and TEX
ReinUsesLisp
1
-11
/
+41
2021-07-23
shader: Add denorm flush support
ReinUsesLisp
1
-3
/
+4
2021-07-23
spirv: Initial bindings support
ReinUsesLisp
1
-8
/
+25
2021-07-23
shader: Initial implementation of an AST
ReinUsesLisp
1
-0
/
+28