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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shader: Use shared_ptr to store nodes and move initialization to file
ReinUsesLisp
2019-06-06
1
-92
/
+10
*
shader/shader_ir: Make Comment() take a std::string by value
Lioncash
2019-05-23
1
-2
/
+2
*
Merge pull request #2441 from ReinUsesLisp/al2p
bunnei
2019-05-19
1
-6
/
+7
|
\
|
*
shader: Add physical attributes commentaries
ReinUsesLisp
2019-05-03
1
-1
/
+1
|
*
shader_ir/memory: Implement physical input attributes
ReinUsesLisp
2019-05-03
1
-0
/
+5
|
*
shader: Remove unused AbufNode Ipa mode
ReinUsesLisp
2019-05-03
1
-7
/
+3
*
|
shader/shader_ir: Place implementations of constructor and destructor in cpp file
Lioncash
2019-05-19
1
-0
/
+7
|
/
*
Merge pull request #2322 from ReinUsesLisp/wswitch
bunnei
2019-04-29
1
-3
/
+6
|
\
|
*
video_core: Silent -Wswitch warnings
ReinUsesLisp
2019-04-18
1
-3
/
+6
*
|
shader_ir/decode: Fix half float pre-operations and remove MetaHalfArithmetic
ReinUsesLisp
2019-04-16
1
-7
/
+11
*
|
shader_ir/decode: Implement half float saturation
ReinUsesLisp
2019-04-16
1
-0
/
+9
*
|
renderer_opengl: Implement half float NaN comparisons
ReinUsesLisp
2019-04-16
1
-12
/
+5
*
|
shader_ir: Avoid using static on heap-allocated objects
ReinUsesLisp
2019-04-16
1
-5
/
+4
|
/
*
shader_ir: Rename BasicBlock to NodeBlock
ReinUsesLisp
2019-02-03
1
-7
/
+7
*
shader_decode: Improve zero flag implementation
ReinUsesLisp
2019-01-15
1
-0
/
+19
*
shader_ir: Remove composite primitives and use temporals instead
ReinUsesLisp
2019-01-15
1
-0
/
+8
*
shader_decode: Use BitfieldExtract instead of shift + and
ReinUsesLisp
2019-01-15
1
-0
/
+5
*
shader_decode: Rework HSETP2
ReinUsesLisp
2019-01-15
1
-11
/
+11
*
shader_decode: Implement POPC
ReinUsesLisp
2019-01-15
1
-0
/
+2
*
video_core: Return safe values after an assert hits
ReinUsesLisp
2019-01-15
1
-0
/
+2
*
shader_ir: Add condition code helper
ReinUsesLisp
2019-01-15
1
-0
/
+10
*
shader_ir: Add predicate combiner helper
ReinUsesLisp
2019-01-15
1
-0
/
+12
*
shader_ir: Add comparison helpers
ReinUsesLisp
2019-01-15
1
-0
/
+97
*
shader_ir: Add half float helpers
ReinUsesLisp
2019-01-15
1
-0
/
+37
*
shader_ir: Add integer helpers
ReinUsesLisp
2019-01-15
1
-0
/
+35
*
shader_ir: Add float helpers
ReinUsesLisp
2019-01-15
1
-0
/
+19
*
shader_ir: Add setters
ReinUsesLisp
2019-01-15
1
-0
/
+16
*
shader_ir: Add local memory getters
ReinUsesLisp
2019-01-15
1
-0
/
+4
*
shader_ir: Add internal flag getters
ReinUsesLisp
2019-01-15
1
-0
/
+8
*
shader_ir: Add attribute getters
ReinUsesLisp
2019-01-15
1
-0
/
+21
*
shader_ir: Add constant buffer getters
ReinUsesLisp
2019-01-15
1
-0
/
+21
*
shader_ir: Add register getter
ReinUsesLisp
2019-01-15
1
-0
/
+7
*
shader_ir: Add immediate node constructors
ReinUsesLisp
2019-01-15
1
-0
/
+16
*
shader_ir: Initial implementation
ReinUsesLisp
2019-01-15
1
-0
/
+105