summaryrefslogtreecommitdiffstats
path: root/src/video_core/regs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove references to PICA and rasterizers in video_coreJames Rowe2018-01-131-149/+0
|
* pica/swrasterizer: implement procedural texturewwylele2017-05-201-0/+7
|
* pica: shader_dirty if texture2 coord changedwwylele2017-05-051-1/+1
|
* Pica/Regs: Use binary search to look up reg namesYuri Kunde Schlesner2017-02-091-2/+2
| | | | | | 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: Use union to index into Regs structYuri Kunde Schlesner2017-02-091-42/+20
| | | | Also remove some unused members.
* VideoCore: Move Regs to its own fileYuri Kunde Schlesner2017-02-041-0/+164