summaryrefslogtreecommitdiff
path: root/color.c
Commit message (Expand)AuthorAgeFilesLines
* implement a parser for a model(6). get rid of the libobj dependency.rodri2024-09-261-1/+0
* change the raster format to RGBA32. draw to any image format. clean up.rodri2024-09-111-7/+33
* color: add ACES tone mapping functions.rodri2024-08-191-0/+71
* color: rgba2xrgb ≠ swabl.rodri2024-08-131-2/+2
* fix FPINVAL error. knob for fb clear color. general improvements.rodri2024-08-111-0/+7
* create a new texture interface.rodri2024-07-051-0/+4
* rough color space conversion implementation.rodri2024-07-041-0/+138