Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-12 | Remove references to PICA and rasterizers in video_core | James Rowe | |
2017-05-20 | pica/swrasterizer: implement procedural texture | wwylele | |
2017-05-05 | pica: shader_dirty if texture2 coord changed | wwylele | |
2017-02-09 | Pica/Regs: Use binary search to look up reg names | Yuri 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-08 | VideoCore: Use union to index into Regs struct | Yuri Kunde Schlesner | |
Also remove some unused members. | |||
2017-02-04 | VideoCore: Move Regs to its own file | Yuri Kunde Schlesner | |