| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-09-21 | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | |
| 2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | |
| This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | |||
| 2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | |
| 2016-05-23 | Merge pull request #1733 from lioncash/vert_loader | bunnei | |
| VertexLoader: Minor changes | |||
| 2016-05-12 | Move default_attributes into Pica state | Jannik Vogel | |
| 2016-05-08 | vertex_loader: Provide an assertion for ensuring the loader has been setup | Lioncash | |
| Also adds an assert to ensure that Setup is not called more than once during a VertexLoader's lifetime. | |||
| 2016-05-08 | vertex_loader: Correct header ordering | Lioncash | |
| 2016-04-30 | VideoCore: Run include-what-you-use and fix most includes. | Emmanuel Gil Peyrot | |
| 2016-04-29 | Move and rename the MemoryAccesses class to MemoryAccessTracker. | Henrik Rydgard | |
| 2016-04-28 | Debugger fix | Henrik Rydgard | |
| 2016-04-28 | Optimize the vertex loader, nearly doubling its speed. | Henrik Rydgard | |
| 2016-04-28 | Don't keep base_address in the loader, it doesn't belong there (with it, the ↵ | Henrik Rydgard | |
| loader can't be cached). | |||
| 2016-04-28 | Move "&" to their proper place, add missing includes and make some properly ↵ | Henrik Rydgard | |
| relative. | |||
| 2016-04-28 | Refactor: Extract VertexLoader from command_processor.cpp. | Henrik Rydgard | |
| Preparation for a similar concept to Dolphin or PPSSPP. These can be JIT-ed and cached. | |||
