aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add initial performance optimization for rect drawBad Diode2021-06-042-21/+65
|
* Add slow rect drawing primitive to rendererBad Diode2021-06-042-1/+29
|
* Add explanatory comments on text drawing functionsBad Diode2021-06-043-25/+29
|
* Add text drawing support for framebufferBad Diode2021-06-044-34/+63
|
* Add tile drawing function for the framebufferBad Diode2021-06-032-13/+79
|
* Add initial text background drawing functionsBad Diode2021-06-036-23/+556
|
* Update comments on renderer.cBad Diode2021-06-022-1/+18
|
* Update the renderer to support a text layerBad Diode2021-06-029-33/+203
|
* Init repo with basic BG framebuffer rendererBad Diode2021-06-0211-0/+1923