summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-04Default init labels and use initializer list for macro engineDavid Marcec1-1/+1
2020-06-03Mark parameters as constDavid Marcec6-8/+9
2020-06-02Pass by reference instead of copying parametersDavid Marcec2-2/+2
2020-05-30Favor switch case over jump tableDavid Marcec2-18/+26
2020-05-30Implement macro JITDavid Marcec6-0/+1294