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_spirv.h
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
shader: Implement HADD2
ReinUsesLisp
2021-07-23
1
-6
/
+22
|
*
shader: Implement FLO
ameerj
2021-07-23
1
-1
/
+3
|
*
shader: Implement IMNMX
ameerj
2021-07-23
1
-0
/
+4
|
*
shader: Implement POPC
ameerj
2021-07-23
1
-0
/
+2
|
*
shader: Implement SHR
ameerj
2021-07-23
1
-2
/
+3
|
*
shader: Implement more of XMAD and FFMA32I and fix XMAD.CBCC
ReinUsesLisp
2021-07-23
1
-2
/
+2
|
*
shader: FMUL, select, RRO, and MUFU fixes
ReinUsesLisp
2021-07-23
1
-16
/
+51
|
*
shader: Fix MOV(reg), add SHL variants and emit neg and abs instructions
ReinUsesLisp
2021-07-23
1
-2
/
+2
|
*
spirv: Fixes and Intel specific workarounds
ReinUsesLisp
2021-07-23
1
-4
/
+4
|
*
shader: Rename, implement FADD.SAT and P2R (imm)
ReinUsesLisp
2021-07-23
1
-20
/
+20
|
*
shader: Add denorm flush support
ReinUsesLisp
2021-07-23
1
-1
/
+3
|
*
spirv: Add lower fp16 to fp32 pass
ReinUsesLisp
2021-07-23
1
-50
/
+53
|
*
shader: Primitive Vulkan integration
ReinUsesLisp
2021-07-23
1
-212
/
+207
|
*
spirv: Implement EmitIdentity
ReinUsesLisp
2021-07-23
1
-1
/
+1
|
*
spirv: Initial bindings support
ReinUsesLisp
2021-07-23
1
-76
/
+8
|
*
shader: Add support for forward declarations
ReinUsesLisp
2021-07-23
1
-39
/
+1
|
*
shader: Support SSA loops on IR
ReinUsesLisp
2021-07-23
1
-6
/
+6
|
*
shader: Misc fixes
ReinUsesLisp
2021-07-23
1
-0
/
+5
|
*
shader: Initial implementation of an AST
ReinUsesLisp
2021-07-23
1
-8
/
+10
|
*
spirv: Initial SPIR-V support
ReinUsesLisp
2021-07-23
1
-3
/
+311
|
*
shader: Add pools and rename files
ReinUsesLisp
2021-07-23
1
-0
/
+21