aboutsummaryrefslogtreecommitdiff
path: root/src/GPU3D.h
Commit message (Collapse)AuthorAge
* (finally) make the threaded 3D renderer option actually workStapleButter2017-06-04
|
* clean up some shit. make framebuffer access less weird.StapleButter2017-06-03
|
* rework slope/edge code. lay groundwork for antialiasing.StapleButter2017-05-28
|
* fogStapleButter2017-05-26
|
* fix crapoed shadowsStapleButter2017-05-26
|
* first attempt at threading the 3D rendererStapleButter2017-05-23
|
* make the 3D renderer work per-scanlineStapleButter2017-05-21
|
* latch 3D registers upon VBlankStapleButter2017-05-09
| | | | (fixes the last bugs in Gericom's train game)
* fix Z-buffering. not really clean, and not perfectly accurate.StapleButter2017-04-29
|
* misc optimizationsStapleButter2017-04-25
|
* a few attempts at optimizationStapleButter2017-04-23
|
* attempt at shadows. they're still a bit weird tho.StapleButter2017-04-22
|
* optimize the 3D renderer somewhatStapleButter2017-04-21
|
* * decal texture blendingStapleButter2017-04-12
| | | | | * start implementing toon shading * temp. revert the DMA fix, causes issues
* * always render normal BG/OBJ graphics (even if they're not getting ↵StapleButter2017-04-10
| | | | | | | displayed, they can still be fed to the capture unit) * fix 3D viewport calculation * keep track of the clearbuffer attributes before VBlank
* start 3D rendering at scanline 215. fixes Worms2D.StapleButter2017-03-21
|
* reorganize repo, move shit aroundStapleButter2017-03-16