summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro_interpreter.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-01maxwell_3d: Restructure macro upload to use a single macro code memory.bunnei1-9/+10
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L1-3/+3
2018-07-31MacroInterpreter: Avoid left shifting negative values.Subv1-2/+2
2018-04-27general: Convert assertion macros over to be fmt-compatibleLioncash1-3/+3
2018-04-01GPU: Implemented a gpu macro interpreter.Subv1-0/+257