summaryrefslogtreecommitdiffstats
path: root/src/video_core/regs.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove references to PICA and rasterizers in video_coreJames Rowe2018-01-131-488/+0
|
* Pica/Regs: Use binary search to look up reg namesYuri Kunde Schlesner2017-02-091-13/+8
| | | | | | This gets rid of the static unordered_map. Also changes the return type const char*, avoiding unnecessary allocations (the result was only used by calling .c_str() on it.)
* VideoCore: Move Regs to its own fileYuri Kunde Schlesner2017-02-041-0/+493