| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove references to PICA and rasterizers in video_core | 2018-01-12 | 1 | -149/+0 | |
| | | |||||
| * | pica/swrasterizer: implement procedural texture | 2017-05-20 | 1 | -0/+7 | |
| | | |||||
| * | pica: shader_dirty if texture2 coord changed | 2017-05-05 | 1 | -1/+1 | |
| | | |||||
| * | Pica/Regs: Use binary search to look up reg names | 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 | 2017-02-08 | 1 | -42/+20 | |
| | | | | | Also remove some unused members. | ||||
| * | VideoCore: Move Regs to its own file | 2017-02-04 | 1 | -0/+164 | |