Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pica/swrasterizer: implement procedural texture | wwylele | 2017-05-20 | 1 | -0/+7 |
| | |||||
* | pica: shader_dirty if texture2 coord changed | wwylele | 2017-05-05 | 1 | -1/+1 |
| | |||||
* | Pica/Regs: Use binary search to look up reg names | Yuri Kunde Schlesner | 2017-02-09 | 1 | -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 struct | Yuri Kunde Schlesner | 2017-02-09 | 1 | -42/+20 |
| | | | | Also remove some unused members. | ||||
* | VideoCore: Move Regs to its own file | Yuri Kunde Schlesner | 2017-02-04 | 1 | -0/+164 |