aboutsummaryrefslogtreecommitdiffstats
path: root/src/renderer.c
Commit message (Expand)AuthorAgeFilesLines
* Add diagonal line implementationBad Diode2021-06-061-66/+37
* Add line drawing func for horz/vert linesBad Diode2021-06-041-30/+177
* Add more perf improvements to draw rectBad Diode2021-06-041-13/+38
* Add initial performance optimization for rect drawBad Diode2021-06-041-17/+55
* Add slow rect drawing primitive to rendererBad Diode2021-06-041-0/+26
* Add explanatory comments on text drawing functionsBad Diode2021-06-041-1/+1
* Add text drawing support for framebufferBad Diode2021-06-041-25/+1
* Add tile drawing function for the framebufferBad Diode2021-06-031-2/+74
* Add initial text background drawing functionsBad Diode2021-06-031-15/+7
* Update comments on renderer.cBad Diode2021-06-021-0/+18
* Update the renderer to support a text layerBad Diode2021-06-021-23/+48
* Init repo with basic BG framebuffer rendererBad Diode2021-06-021-0/+86