summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro_interpreter.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement macro JITDavid Marcec2020-05-301-109/+0
* video_core/macro_interpreter: Make definitions of most private enums/unions hiddenLioncash2019-10-171-72/+8
* maxwell_3d: Avoid moving macro_paramsReinUsesLisp2019-09-041-3/+5
* macro_interpreter: Implement AddWithCarry and SubtractWithBorrow.bunnei2018-11-221-1/+3
* maxwell_3d: Restructure macro upload to use a single macro code memory.bunnei2018-11-011-6/+6
* global: Use std::optional instead of boost::optional (#1578)Frederic L2018-10-301-2/+3
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-1/+1
* MacroInterpreter: Avoid left shifting negative values.Subv2018-07-311-0/+4
* GPU: Implemented a gpu macro interpreter.Subv2018-04-011-0/+164