aboutsummaryrefslogtreecommitdiff
path: root/src/CP15.cpp
Commit message (Collapse)AuthorAge
...
* begin PU workStapleButter2018-12-04
|
* begin work on general timing renovation. way shitty because it behaves as if ↵StapleButter2018-12-04
| | | | caches were off, so everything will be slow as shit.
* 3D: keep the rasterizer from accidentally going out of bounds when given ↵StapleButter2018-11-04
| | | | | | | | very flat X-major edge slopes. this, by a fucking shitshow of butterfly effect, ends up fixing #234. technically, the rasterizer was going out of bounds, which, under certain circumstances, caused interpolation to shit itself and generate Z values that were out of range (but still ended up in the zbuffer). sometimes those values ended up negative, which caused these glitches when polygons had to be drawn over those. about fucking time.
* savestate shito: fix compile errors.StapleButter2018-10-18
| | | | still far from being finished, so avoid using unless you want to spawn blackholes or some pretty bad shit.
* start implementing actual shitoStapleButter2018-09-15
| | | | (also looks like the test bench in libui_sdl/main.cpp snuck in with the copyright update. shit)
* fixor copyright years.StapleButter2018-09-15
|
* * delay 3D rendering a bit (fixes Monster Trucks flickering)StapleButter2017-05-27
| | | | * remove logging for ITCM/DTCM
* reorganize repo, move shit aroundStapleButter2017-03-16