Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | video_core/macro_interpreter: Make definitions of most private enums/unions hidden | Lioncash | 2019-10-17 | 1 | -72/+8 |
* | maxwell_3d: Avoid moving macro_params | ReinUsesLisp | 2019-09-04 | 1 | -3/+5 |
* | macro_interpreter: Implement AddWithCarry and SubtractWithBorrow. | bunnei | 2018-11-22 | 1 | -1/+3 |
* | maxwell_3d: Restructure macro upload to use a single macro code memory. | bunnei | 2018-11-01 | 1 | -6/+6 |
* | global: Use std::optional instead of boost::optional (#1578) | Frederic L | 2018-10-30 | 1 | -2/+3 |
* | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 2018-09-15 | 1 | -1/+1 |
* | MacroInterpreter: Avoid left shifting negative values. | Subv | 2018-07-31 | 1 | -0/+4 |
* | GPU: Implemented a gpu macro interpreter. | Subv | 2018-04-01 | 1 | -0/+164 |