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
/
control_flow.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
video_core/control_flow: Prevent sign conversion in TryGetBlock()
Lioncash
2019-07-19
1
-1
/
+1
*
video_core/control_flow: Remove unnecessary BlockStack copy constructor
Lioncash
2019-07-19
1
-2
/
+1
*
video_core/control_flow: Use std::move where applicable
Lioncash
2019-07-19
1
-10
/
+15
*
video_core/control_flow: Use the prefix variant of operator++ for iterators
Lioncash
2019-07-19
1
-2
/
+2
*
video_core/control_flow: Use empty() member function for checking emptiness
Lioncash
2019-07-19
1
-2
/
+2
*
video_core: Resolve -Wreorder warnings
Lioncash
2019-07-19
1
-1
/
+1
*
video_core/control_flow: Make program_size for ScanFlow() a std::size_t
Lioncash
2019-07-19
1
-2
/
+2
*
video_core/control_flow: Place all internally linked types/functions within an anonymous namespace
Lioncash
2019-07-19
1
-1
/
+2
*
control_flow: Correct block breaking algorithm.
Fernando Sahmkow
2019-07-09
1
-17
/
+17
*
control_flow: Assert shaders bigger than limit.
Fernando Sahmkow
2019-07-09
1
-0
/
+2
*
control_flow: Address feedback.
Fernando Sahmkow
2019-07-09
1
-89
/
+37
*
shader_ir: Correct parsing of scheduling instructions and correct sizing
Fernando Sahmkow
2019-07-09
1
-12
/
+29
*
shader_ir: Correct max sizing
Fernando Sahmkow
2019-07-09
1
-1
/
+1
*
shader_ir: Remove unnecessary constructors and use optional for ScanFlow result
Fernando Sahmkow
2019-07-09
1
-15
/
+6
*
shader_ir: Corrections, documenting and asserting control_flow
Fernando Sahmkow
2019-07-09
1
-43
/
+37
*
shader_ir: Unify blocks in decompiled shaders.
Fernando Sahmkow
2019-07-09
1
-32
/
+15
*
shader_ir: Decompile Flow Stack
Fernando Sahmkow
2019-07-09
1
-11
/
+156
*
shader_ir: Implement BRX & BRA.CC
Fernando Sahmkow
2019-07-09
1
-0
/
+3
*
shader_ir: Implement a new shader scanner
Fernando Sahmkow
2019-07-09
1
-0
/
+393