aboutsummaryrefslogtreecommitdiff
path: root/GPU.h
Commit message (Collapse)AuthorAge
* reorganize repo, move shit aroundStapleButter2017-03-16
|
* textures.StapleButter2017-03-02
| | | | well, it's a start.
* dumb copypasta bug of the year.StapleButter2017-02-27
|
* correct VRAM emulation.StapleButter2017-02-27
| | | | there is room for optimizations esp. in the GPU drawing routines.
* 18-bit graphics pipelineStapleButter2017-02-14
| | | | (final buffer is 32-bit)
* * lay base for 3D engineStapleButter2017-02-07
| | | | | | * add failure reporting to Init functions, and DeInit functions * GPU-related notes * readme update
* BG extended palettes!StapleButter2017-02-02
|
* implement screen swap.StapleButter2017-02-01
| | | | silence some logging for 3D GPU writes.
* * start GPU shit: draw BG0 16-color.StapleButter2017-01-18
| | | | | | * fix a few DMA bugs. * fix a bug where some code could still run right after a halt instruction. * fix VRAM mapping, too. I'm an idiot.
* skeleton for 2D GPUStapleButter2017-01-18