summaryrefslogtreecommitdiff
path: root/src/video_core/regs.h
AgeCommit message (Collapse)Author
2018-01-12Remove references to PICA and rasterizers in video_coreJames Rowe
2017-05-20pica/swrasterizer: implement procedural texturewwylele
2017-05-05pica: shader_dirty if texture2 coord changedwwylele
2017-02-09Pica/Regs: Use binary search to look up reg namesYuri Kunde Schlesner
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.)
2017-02-08VideoCore: Use union to index into Regs structYuri Kunde Schlesner
Also remove some unused members.
2017-02-04VideoCore: Move Regs to its own fileYuri Kunde Schlesner