summaryrefslogtreecommitdiffstats
path: root/libdimension/rgba16.c
Commit message (Collapse)AuthorAgeFilesLines
* gl: Make drawing faster by using a better pixel format.Tavian Barnes2014-04-271-62/+0
|
* canvas: Avoid copying entire dmnsn_canvas_optimizer structs.Tavian Barnes2014-04-261-5/+5
|
* Re-think colors.Tavian Barnes2011-12-141-9/+8
| | | | | | | | | Color is a property of light, and thus doesn't include information about transparency. But canvas pixels and object pigments represent a color and a degree of transparency. The new type dmnsn_tcolor/ TColor encapsulates that information. Also, fix the transparent shadow implementation.
* Make PNG and GL share the same optimizer.Tavian Barnes2011-10-301-0/+63