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_floating_point.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shader_recompiler: Reduce unused includes
ameerj
2022-03-20
1
-1
/
+0
*
emit_spirv: Reduce emit_spirv.h include overhead
ameerj
2021-12-06
1
-0
/
+1
*
Move SPIR-V emission functions to their own header
ReinUsesLisp
2021-07-23
1
-0
/
+1
*
spirv: Be aware of NAN unaware drivers
ReinUsesLisp
2021-07-23
1
-18
/
+40
*
spirv: Replace Constant/ConstantComposite with Const helper
ameerj
2021-07-23
1
-3
/
+3
*
shader: Fix F2I
FernandoS27
2021-07-23
1
-4
/
+16
*
shader: Add support for fp16 comparisons and misc fixes
ReinUsesLisp
2021-07-23
1
-0
/
+8
*
shader: Implement FMNMX
ameerj
2021-07-23
1
-8
/
+8
*
shader: Implement FCMP
ameerj
2021-07-23
1
-0
/
+4
*
shader: FMUL, select, RRO, and MUFU fixes
ReinUsesLisp
2021-07-23
1
-30
/
+162
*
spirv: Fixes and Intel specific workarounds
ReinUsesLisp
2021-07-23
1
-3
/
+10
*
shader: Rename, implement FADD.SAT and P2R (imm)
ReinUsesLisp
2021-07-23
1
-34
/
+24
*
shader: Add denorm flush support
ReinUsesLisp
2021-07-23
1
-3
/
+3
*
spirv: Add lower fp16 to fp32 pass
ReinUsesLisp
2021-07-23
1
-24
/
+24
*
shader: Primitive Vulkan integration
ReinUsesLisp
2021-07-23
1
-46
/
+46
*
spirv: Initial bindings support
ReinUsesLisp
2021-07-23
1
-9
/
+9
*
spirv: Initial SPIR-V support
ReinUsesLisp
2021-07-23
1
-0
/
+220