summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro_interpreter.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-22macro_interpreter: Implement AddWithCarry and SubtractWithBorrow.bunnei1-1/+3
2018-11-01maxwell_3d: Restructure macro upload to use a single macro code memory.bunnei1-6/+6
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L1-2/+3
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-1/+1
2018-07-31MacroInterpreter: Avoid left shifting negative values.Subv1-0/+4
2018-04-01GPU: Implemented a gpu macro interpreter.Subv1-0/+164