aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/macro_interpreter.cpp
AgeCommit message (Expand)Author
2019-04-05video_core/macro_interpreter: Remove assertion within FetchParameter()Lioncash
2019-04-05video_core/macro_interpreter: Simplify GetRegister()Lioncash
2018-12-19Fixed uninitialized memory due to missing returns in canaryDavid Marcec
2018-11-26gpu: Rewrite GPU command list processing with DmaPusher class.bunnei
2018-11-22macro_interpreter: Implement AddWithCarry and SubtractWithBorrow.bunnei
2018-10-31maxwell_3d: Restructure macro upload to use a single macro code memory.bunnei
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-07-30MacroInterpreter: Avoid left shifting negative values.Subv
2018-04-27general: Convert assertion macros over to be fmt-compatibleLioncash
2018-04-01GPU: Implemented a gpu macro interpreter.Subv