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
/
shader_ir.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
video_core: Address feedback
ReinUsesLisp
2019-01-15
1
-11
/
+10
*
shader_ir: Fixup file inclusions and clang-format
ReinUsesLisp
2019-01-15
1
-1
/
+0
*
shader_ir: Move comment node string
Mat M
2019-01-15
1
-2
/
+2
*
shader_ir: Address feedback to avoid UB in bit casting
ReinUsesLisp
2019-01-15
1
-2
/
+4
*
shader_decode: Implement LOP3
ReinUsesLisp
2019-01-15
1
-0
/
+2
*
shader_decode: Implement LOP32I
ReinUsesLisp
2019-01-15
1
-0
/
+5
*
shader_decode: Implement TEX and TXQ
ReinUsesLisp
2019-01-15
1
-0
/
+4
*
shader_decode: Implement TEXS (F32)
ReinUsesLisp
2019-01-15
1
-0
/
+18
*
shader_ir: Add condition code helper
ReinUsesLisp
2019-01-15
1
-0
/
+3
*
shader_ir: Add predicate combiner helper
ReinUsesLisp
2019-01-15
1
-0
/
+3
*
shader_ir: Add comparison helpers
ReinUsesLisp
2019-01-15
1
-0
/
+9
*
shader_ir: Add half float helpers
ReinUsesLisp
2019-01-15
1
-0
/
+7
*
shader_ir: Add integer helpers
ReinUsesLisp
2019-01-15
1
-0
/
+5
*
shader_ir: Add float helpers
ReinUsesLisp
2019-01-15
1
-0
/
+5
*
shader_ir: Add setters
ReinUsesLisp
2019-01-15
1
-0
/
+8
*
shader_ir: Add local memory getters
ReinUsesLisp
2019-01-15
1
-0
/
+3
*
shader_ir: Add internal flag getters
ReinUsesLisp
2019-01-15
1
-0
/
+2
*
shader_ir: Add attribute getters
ReinUsesLisp
2019-01-15
1
-0
/
+5
*
shader_ir: Add constant buffer getters
ReinUsesLisp
2019-01-15
1
-0
/
+4
*
shader_ir: Add register getter
ReinUsesLisp
2019-01-15
1
-0
/
+2
*
shader_ir: Add immediate node constructors
ReinUsesLisp
2019-01-15
1
-1
/
+18
*
shader_ir: Initial implementation
ReinUsesLisp
2019-01-15
1
-0
/
+662