summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro_interpreter.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* video_core/macro_interpreter: Remove assertion within FetchParameter()Lioncash2019-04-061-2/+1
* video_core/macro_interpreter: Simplify GetRegister()Lioncash2019-04-061-11/+6
* Fixed uninitialized memory due to missing returns in canaryDavid Marcec2018-12-191-0/+2
* gpu: Rewrite GPU command list processing with DmaPusher class.bunnei2018-11-271-1/+1
* macro_interpreter: Implement AddWithCarry and SubtractWithBorrow.bunnei2018-11-221-7/+22
* maxwell_3d: Restructure macro upload to use a single macro code memory.bunnei2018-11-011-9/+10
* global: Use std::optional instead of boost::optional (#1578)Frederic L2018-10-301-3/+3
* MacroInterpreter: Avoid left shifting negative values.Subv2018-07-311-2/+2
* general: Convert assertion macros over to be fmt-compatibleLioncash2018-04-271-3/+3
* GPU: Implemented a gpu macro interpreter.Subv2018-04-011-0/+257