summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro/macro.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* video_core/macro: clear code on upload address assignmentLiam2022-05-101-0/+3
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | 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.
* video_core/macro: Remove unused parameter from Execute()Lioncash2022-01-251-1/+1
| | | | Simplifies the function interface.
* macro: Resolve missing parameter in doxygen commentLioncash2020-07-171-1/+2
| | | | Resolves a -Wdocumentation warning.
* Addressed issuesDavid Marcec2020-06-241-1/+1
|
* Macro HLE supportDavid Marcec2020-06-241-3/+16
|
* Mark parameters as constDavid Marcec2020-06-031-2/+2
|
* Pass by reference instead of copying parametersDavid Marcec2020-06-021-1/+1
|
* Implement macro JITDavid Marcec2020-05-301-0/+128