| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-29 | Rasterizer: Pre-divide vertex attributes by W | Yuri Kunde Schlesner | |
| Execute the division-by-W for perspective-correct interpolation of values in the clipper, moving them out of the rasterization inner loop. | |||
| 2014-12-29 | Clipper: Compact buffers on each clipping pass | Yuri Kunde Schlesner | |
| Use a new buffer management scheme in the clipper that allows using a bounded minimal amount of buffer space. Even though it copies more data it is still slightly faster likely due to using less cache. | |||
| 2014-12-29 | Clipper: Avoid dynamic allocations | Yuri Kunde Schlesner | |
| The triangle clipper was allocating its temporary input, output and work buffers using a std::vector. Since this is a hot path, it's desirable to use stack allocation instead. | |||
| 2014-12-20 | License change | purpasmart96 | |
| 2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | |
| 2014-11-14 | Fix two format strings. | Lioncash | |
| 2014-10-29 | Fix some warnings | Sean | |
| 2014-10-07 | Fix warnings in video_core | Lioncash | |
| 2014-08-26 | VideoCore: Fixes rendering issues on Qt and corrects framebuffer output size. | bunnei | |
| 2014-08-12 | Pica: Add basic rasterizer. | Tony Wasserka | |
| 2014-08-12 | Pica: Add triangle clipper. | Tony Wasserka | |
