summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Pass by reference instead of copying parametersDavid Marcec2020-06-022-2/+2
|
* Favor switch case over jump tableDavid Marcec2020-05-302-18/+26
| | | | Easier to read and will emit a jump table automatically.
* Implement macro JITDavid Marcec2020-05-306-0/+1294