| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
| This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | |||
| 2022-01-25 | video_core/macro_interpreter: Move impl class to the cpp file | Lioncash | |
| Keeps the implementation hidden from the intended API and lessens the header dependencies on the interpreter's header. | |||
| 2020-12-04 | video_core: Resolve more variable shadowing scenarios | Lioncash | |
| Resolves variable shadowing scenarios up to the end of the OpenGL code to make it nicer to review. The rest will be resolved in a following commit. | |||
| 2020-06-03 | Mark parameters as const | David Marcec | |
| 2020-05-30 | Implement macro JIT | David Marcec | |
