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
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
spirv: Rework storage buffers and shader memory
ReinUsesLisp
2021-07-23
1
-2
/
+2
|
*
spirv: Define StorageImageWriteWithoutFormat capability when used
ReinUsesLisp
2021-07-23
1
-0
/
+1
|
*
shader: Implement SR_THREAD_KILL
ReinUsesLisp
2021-07-23
1
-0
/
+1
|
*
shader: Implement ATOM/S and RED
ameerj
2021-07-23
1
-0
/
+13
|
*
spirv: Guard against typeless image reads on unsupported devices
ReinUsesLisp
2021-07-23
1
-0
/
+1
|
*
shader: Implement SULD and SUST
ReinUsesLisp
2021-07-23
1
-15
/
+32
|
*
shader: Interact texture buffers with buffer cache
ReinUsesLisp
2021-07-23
1
-1
/
+1
|
*
shader: Implement texture buffers
ReinUsesLisp
2021-07-23
1
-0
/
+9
|
*
shader: Implement indexed attributes
FernandoS27
2021-07-23
1
-0
/
+2
|
*
shader: Add subgroup masks
ReinUsesLisp
2021-07-23
1
-0
/
+1
|
*
shader: Mark SSBOs as written when they are
FernandoS27
2021-07-23
1
-0
/
+1
|
*
shader: Implement ViewportIndex
FernandoS27
2021-07-23
1
-0
/
+1
|
*
shader: Implement ClipDistance
FernandoS27
2021-07-23
1
-0
/
+1
|
*
shader: Add PointCoord attribute
FernandoS27
2021-07-23
1
-0
/
+1
|
*
shader: Add PointSize attribute
ameerj
2021-07-23
1
-0
/
+1
|
*
shader: Implement FSWZADD
ameerj
2021-07-23
1
-0
/
+1
|
*
shader: Better interpolation and disabled attributes support
ReinUsesLisp
2021-07-23
1
-1
/
+12
|
*
shader: Implement front face
ReinUsesLisp
2021-07-23
1
-0
/
+1
|
*
shader: Implement SHFL
ameerj
2021-07-23
1
-0
/
+1
|
*
shader: Implement VOTE
ameerj
2021-07-23
1
-0
/
+1
|
*
spirv: Implement VertexId and InstanceId, refactor code
ReinUsesLisp
2021-07-23
1
-0
/
+2
|
*
shader: Add partial rasterizer integration
ReinUsesLisp
2021-07-23
1
-0
/
+10
|
*
shader: Partial implementation of LDC
ReinUsesLisp
2021-07-23
1
-0
/
+6
|
*
shader: Initial support for textures and TEX
ReinUsesLisp
2021-07-23
1
-11
/
+41
|
*
shader: Add denorm flush support
ReinUsesLisp
2021-07-23
1
-3
/
+4
|
*
spirv: Initial bindings support
ReinUsesLisp
2021-07-23
1
-8
/
+25
|
*
shader: Initial implementation of an AST
ReinUsesLisp
2021-07-23
1
-0
/
+28