aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/macro_interpreter.cpp
AgeCommit message (Expand)Author
2020-05-30Implement macro JITDavid Marcec
2020-04-27VideoCore/Engines: Refactor Engines CallMethod.Fernando Sahmkow
2019-10-17video_core/macro_interpreter: Make definitions of most private enums/unions h...Lioncash
2019-09-19Video Core: initial Implementation of InstanceDraw PackagingFernando Sahmkow
2019-09-15Merge pull request #2824 from ReinUsesLisp/mmeFernando Sahmkow
2019-09-04Revert "Revert #2466" and stub FirmwareCall 4ReinUsesLisp
2019-09-04maxwell_3d: Avoid moving macro_paramsReinUsesLisp
2019-07-14GPU: Add a microprofile for macro interpreterFernando Sahmkow
2019-05-19Revert #2466Fernando Sahmkow
2019-05-12GPU/MMEInterpreter: Ignore the 'exit' flag when it's executed inside a delay ...Sebastian Valle
2019-04-05video_core/macro_interpreter: Remove assertion within FetchParameter()Lioncash
2019-04-05video_core/macro_interpreter: Simplify GetRegister()Lioncash
2018-12-19Fixed uninitialized memory due to missing returns in canaryDavid Marcec
2018-11-26gpu: Rewrite GPU command list processing with DmaPusher class.bunnei
2018-11-22macro_interpreter: Implement AddWithCarry and SubtractWithBorrow.bunnei
2018-10-31maxwell_3d: Restructure macro upload to use a single macro code memory.bunnei
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-07-30MacroInterpreter: Avoid left shifting negative values.Subv
2018-04-27general: Convert assertion macros over to be fmt-compatibleLioncash
2018-04-01GPU: Implemented a gpu macro interpreter.Subv