index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
macro_interpreter.cpp
Age
Commit message (
Expand
)
Author
2020-05-30
Implement macro JIT
David Marcec
2020-04-27
VideoCore/Engines: Refactor Engines CallMethod.
Fernando Sahmkow
2019-10-17
video_core/macro_interpreter: Make definitions of most private enums/unions h...
Lioncash
2019-09-19
Video Core: initial Implementation of InstanceDraw Packaging
Fernando Sahmkow
2019-09-15
Merge pull request #2824 from ReinUsesLisp/mme
Fernando Sahmkow
2019-09-04
Revert "Revert #2466" and stub FirmwareCall 4
ReinUsesLisp
2019-09-04
maxwell_3d: Avoid moving macro_params
ReinUsesLisp
2019-07-14
GPU: Add a microprofile for macro interpreter
Fernando Sahmkow
2019-05-19
Revert #2466
Fernando Sahmkow
2019-05-12
GPU/MMEInterpreter: Ignore the 'exit' flag when it's executed inside a delay ...
Sebastian Valle
2019-04-05
video_core/macro_interpreter: Remove assertion within FetchParameter()
Lioncash
2019-04-05
video_core/macro_interpreter: Simplify GetRegister()
Lioncash
2018-12-19
Fixed uninitialized memory due to missing returns in canary
David Marcec
2018-11-26
gpu: Rewrite GPU command list processing with DmaPusher class.
bunnei
2018-11-22
macro_interpreter: Implement AddWithCarry and SubtractWithBorrow.
bunnei
2018-10-31
maxwell_3d: Restructure macro upload to use a single macro code memory.
bunnei
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-07-30
MacroInterpreter: Avoid left shifting negative values.
Subv
2018-04-27
general: Convert assertion macros over to be fmt-compatible
Lioncash
2018-04-01
GPU: Implemented a gpu macro interpreter.
Subv