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
/
frontend
/
ir
/
ir_emitter.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shader: Implement F2F
FernandoS27
2021-07-23
1
-1
/
+2
*
shader: Add support for fp16 comparisons and misc fixes
ReinUsesLisp
2021-07-23
1
-3
/
+3
*
shader: Implement I2F
ReinUsesLisp
2021-07-23
1
-5
/
+9
*
shader: Add partial rasterizer integration
ReinUsesLisp
2021-07-23
1
-0
/
+4
*
shader: Implement CSET and CSETP
ameerj
2021-07-23
1
-0
/
+1
*
shader: Implement TEXS
ReinUsesLisp
2021-07-23
1
-0
/
+3
*
shader: Implement FMNMX
ameerj
2021-07-23
1
-0
/
+2
*
shader: Implement FCMP
ameerj
2021-07-23
1
-6
/
+13
*
shader: Partial implementation of LDC
ReinUsesLisp
2021-07-23
1
-0
/
+3
*
shader: Initial support for textures and TEX
ReinUsesLisp
2021-07-23
1
-1
/
+20
*
shader: Implement SHF
ameerj
2021-07-23
1
-2
/
+2
*
shader: Implement LEA
ameerj
2021-07-23
1
-2
/
+2
*
shader: Implement HADD2
ReinUsesLisp
2021-07-23
1
-1
/
+3
*
shader: Implement FLO
ameerj
2021-07-23
1
-1
/
+3
*
shader: Implement IMNMX
ameerj
2021-07-23
1
-0
/
+5
*
shader: Implement POPC
ameerj
2021-07-23
1
-0
/
+2
*
shader: Implement SHR
ameerj
2021-07-23
1
-0
/
+1
*
shader: FMUL, select, RRO, and MUFU fixes
ReinUsesLisp
2021-07-23
1
-4
/
+14
*
shader: Add denorm flush support
ReinUsesLisp
2021-07-23
1
-4
/
+4
*
shader: Add support for forward declarations
ReinUsesLisp
2021-07-23
1
-2
/
+2
*
shader: Initial implementation of an AST
ReinUsesLisp
2021-07-23
1
-9
/
+14
*
shader: Make typed IR
ReinUsesLisp
2021-07-23
1
-33
/
+36
*
shader: Constant propagation and global memory to storage buffer
ReinUsesLisp
2021-07-23
1
-1
/
+4
*
shader: Initial instruction support
ReinUsesLisp
2021-07-23
1
-2
/
+65
*
shader: Initial recompiler work
ReinUsesLisp
2021-07-23
1
-0
/
+123