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
/
macro_interpreter.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
video_core/macro_interpreter: Make definitions of most private enums/unions hidden
Lioncash
2019-10-17
1
-0
/
+71
*
Video Core: initial Implementation of InstanceDraw Packaging
Fernando Sahmkow
2019-09-19
1
-1
/
+1
*
Merge pull request #2824 from ReinUsesLisp/mme
Fernando Sahmkow
2019-09-15
1
-3
/
+1
|
\
|
*
Revert "Revert #2466" and stub FirmwareCall 4
ReinUsesLisp
2019-09-04
1
-3
/
+1
*
|
maxwell_3d: Avoid moving macro_params
ReinUsesLisp
2019-09-04
1
-5
/
+13
|
/
*
GPU: Add a microprofile for macro interpreter
Fernando Sahmkow
2019-07-14
1
-0
/
+4
*
Revert #2466
Fernando Sahmkow
2019-05-19
1
-1
/
+3
*
GPU/MMEInterpreter: Ignore the 'exit' flag when it's executed inside a delay slot.
Sebastian Valle
2019-05-12
1
-3
/
+3
*
video_core/macro_interpreter: Remove assertion within FetchParameter()
Lioncash
2019-04-06
1
-2
/
+1
*
video_core/macro_interpreter: Simplify GetRegister()
Lioncash
2019-04-06
1
-11
/
+6
*
Fixed uninitialized memory due to missing returns in canary
David Marcec
2018-12-19
1
-0
/
+2
*
gpu: Rewrite GPU command list processing with DmaPusher class.
bunnei
2018-11-27
1
-1
/
+1
*
macro_interpreter: Implement AddWithCarry and SubtractWithBorrow.
bunnei
2018-11-22
1
-7
/
+22
*
maxwell_3d: Restructure macro upload to use a single macro code memory.
bunnei
2018-11-01
1
-9
/
+10
*
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-30
1
-3
/
+3
*
MacroInterpreter: Avoid left shifting negative values.
Subv
2018-07-31
1
-2
/
+2
*
general: Convert assertion macros over to be fmt-compatible
Lioncash
2018-04-27
1
-3
/
+3
*
GPU: Implemented a gpu macro interpreter.
Subv
2018-04-01
1
-0
/
+257