summaryrefslogtreecommitdiff
path: root/src/video_core/macro_interpreter.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* GPU: Add a microprofile for macro interpreterGravatar Fernando Sahmkow2019-07-141-0/+4
* Revert #2466Gravatar Fernando Sahmkow2019-05-191-1/+3
* GPU/MMEInterpreter: Ignore the 'exit' flag when it's executed inside a delay ...Gravatar Sebastian Valle2019-05-121-3/+3
* video_core/macro_interpreter: Remove assertion within FetchParameter()Gravatar Lioncash2019-04-051-2/+1
* video_core/macro_interpreter: Simplify GetRegister()Gravatar Lioncash2019-04-051-11/+6
* Fixed uninitialized memory due to missing returns in canaryGravatar David Marcec2018-12-191-0/+2
* gpu: Rewrite GPU command list processing with DmaPusher class.Gravatar bunnei2018-11-261-1/+1
* macro_interpreter: Implement AddWithCarry and SubtractWithBorrow.Gravatar bunnei2018-11-221-7/+22
* maxwell_3d: Restructure macro upload to use a single macro code memory.Gravatar bunnei2018-10-311-9/+10
* global: Use std::optional instead of boost::optional (#1578)Gravatar Frederic L2018-10-301-3/+3
* MacroInterpreter: Avoid left shifting negative values.Gravatar Subv2018-07-301-2/+2
* general: Convert assertion macros over to be fmt-compatibleGravatar Lioncash2018-04-271-3/+3
* GPU: Implemented a gpu macro interpreter.Gravatar Subv2018-04-011-0/+257