summaryrefslogtreecommitdiff
path: root/src/video_core/regs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove references to PICA and rasterizers in video_coreGravatar James Rowe2018-01-121-149/+0
|
* pica/swrasterizer: implement procedural textureGravatar wwylele2017-05-201-0/+7
|
* pica: shader_dirty if texture2 coord changedGravatar wwylele2017-05-051-1/+1
|
* Pica/Regs: Use binary search to look up reg namesGravatar Yuri 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 structGravatar Yuri Kunde Schlesner2017-02-081-42/+20
| | | | Also remove some unused members.
* VideoCore: Move Regs to its own fileGravatar Yuri Kunde Schlesner2017-02-041-0/+164