summaryrefslogtreecommitdiff
path: root/src/video_core/macro_interpreter.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-30Implement macro JITGravatar David Marcec1-352/+0
2020-04-27VideoCore/Engines: Refactor Engines CallMethod.Gravatar Fernando Sahmkow1-1/+1
2020-03-22apply replay logic to all writes. remove replay from MacroInterpreter::Send (...Gravatar namkazy1-6/+0
2020-03-22maxwell_3d: update comments for shadow ram usageGravatar namkazy1-1/+1
2020-03-22marco_interpreter: write hw value when shadow ram requestedGravatar Nguyen Dac Nam1-0/+6
2019-10-17video_core/macro_interpreter: Make definitions of most private enums/unions h...Gravatar Lioncash1-0/+71
2019-09-19Video Core: initial Implementation of InstanceDraw PackagingGravatar Fernando Sahmkow1-1/+1
2019-09-04Revert "Revert #2466" and stub FirmwareCall 4Gravatar ReinUsesLisp1-3/+1
2019-09-04maxwell_3d: Avoid moving macro_paramsGravatar ReinUsesLisp1-5/+13
2019-07-14GPU: Add a microprofile for macro interpreterGravatar Fernando Sahmkow1-0/+4
2019-05-19Revert #2466Gravatar Fernando Sahmkow1-1/+3
2019-05-12GPU/MMEInterpreter: Ignore the 'exit' flag when it's executed inside a delay ...Gravatar Sebastian Valle1-3/+3
2019-04-05video_core/macro_interpreter: Remove assertion within FetchParameter()Gravatar Lioncash1-2/+1
2019-04-05video_core/macro_interpreter: Simplify GetRegister()Gravatar Lioncash1-11/+6
2018-12-19Fixed uninitialized memory due to missing returns in canaryGravatar David Marcec1-0/+2
2018-11-26gpu: Rewrite GPU command list processing with DmaPusher class.Gravatar bunnei1-1/+1
2018-11-22macro_interpreter: Implement AddWithCarry and SubtractWithBorrow.Gravatar bunnei1-7/+22
2018-10-31maxwell_3d: Restructure macro upload to use a single macro code memory.Gravatar bunnei1-9/+10
2018-10-30global: Use std::optional instead of boost::optional (#1578)Gravatar Frederic L1-3/+3
2018-07-30MacroInterpreter: Avoid left shifting negative values.Gravatar Subv1-2/+2
2018-04-27general: Convert assertion macros over to be fmt-compatibleGravatar Lioncash1-3/+3
2018-04-01GPU: Implemented a gpu macro interpreter.Gravatar Subv1-0/+257