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
/
video_core
/
shader
/
decode
/
arithmetic.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
video_core: Remove unnecessary enum class casting in logging messages
Lioncash
2020-12-07
1
-2
/
+1
*
shader/arithmetic: Implement FCMP immediate + register variant
ReinUsesLisp
2020-10-28
1
-1
/
+2
*
shader/arithmetic: Add FCMP_CR variant
ReinUsesLisp
2020-04-15
1
-1
/
+2
*
shader: FMUL switch to using LUT (#3441)
Nguyen Dac Nam
2020-02-27
1
-19
/
+14
*
shader/arithmetic: Implement FCMP
ReinUsesLisp
2020-01-27
1
-1
/
+10
*
shader/decode: Reduce severity of arithmetic rounding warnings
ReinUsesLisp
2019-11-07
1
-4
/
+4
*
shader/arithmetic: Reduce RRO stub severity
ReinUsesLisp
2019-11-07
1
-1
/
+2
*
Shader_Ir: Change Debug Asserts for Log Warnings
Fernando Sahmkow
2019-07-20
1
-5
/
+8
*
Shader_Ir: Downgrade precision and rounding asserts to debug asserts.
Fernando Sahmkow
2019-07-18
1
-4
/
+4
*
shader: Use shared_ptr to store nodes and move initialization to file
ReinUsesLisp
2019-06-06
1
-0
/
+1
*
shader/decode/*: Add missing newline to files lacking them
Lioncash
2019-05-23
1
-1
/
+1
*
shader/decode/*: Eliminate indirect inclusions
Lioncash
2019-05-23
1
-0
/
+1
*
shader_ir: Rename BasicBlock to NodeBlock
ReinUsesLisp
2019-02-03
1
-1
/
+1
*
shader_ir: Pass decoded nodes as a whole instead of per basic blocks
ReinUsesLisp
2019-02-03
1
-1
/
+1
*
shader_ir: Unify constant buffer offset values
ReinUsesLisp
2019-01-30
1
-1
/
+1
*
shader_ir: Pass to decoder functions basic block's code
ReinUsesLisp
2019-01-15
1
-1
/
+1
*
shader_decode: Improve zero flag implementation
ReinUsesLisp
2019-01-15
1
-10
/
+5
*
video_core: Return safe values after an assert hits
ReinUsesLisp
2019-01-15
1
-0
/
+1
*
shader_decode: Stub RRO_C, RRO_R and RRO_IMM
ReinUsesLisp
2019-01-15
1
-0
/
+9
*
shader_decode: Implement FMNMX_C, FMNMX_R and FMNMX_IMM
ReinUsesLisp
2019-01-15
1
-0
/
+18
*
shader_decode: Implement MUFU
ReinUsesLisp
2019-01-15
1
-0
/
+29
*
shader_decode: Implement FADD_C, FADD_R and FADD_IMM
ReinUsesLisp
2019-01-15
1
-0
/
+15
*
shader_decode: Implement FMUL_C, FMUL_R and FMUL_IMM
ReinUsesLisp
2019-01-15
1
-0
/
+42
*
shader_decode: Implement MOV_C and MOV_R
ReinUsesLisp
2019-01-15
1
-1
/
+23
*
shader_ir: Initial implementation
ReinUsesLisp
2019-01-15
1
-0
/
+24