Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-07 | Bug 694801: fast_cmyk_to_rgb caching broken. | Robin Watts | |
fast_cmyk_to_rgb had a simple 1 place cache to avoid recalculating the same conversions again and again. The implementation was broken though, both in C and ARM code versions. This seems to fix it. | |||
2014-02-17 | Add const to colorspace source arguments and dependencies. | Tor Andersson | |
2014-01-02 | Bug 694585: Further improve mesh rendering times | Robin Watts | |
Add a cached color converter mechanism. Use this for rendering meshes to speed repeated conversions. This reduces a (release build to ppm at default resolution) run from 23.5s to 13.2 seconds. | |||
2013-10-31 | Fix bug in gray to cmyk color converters. | Tor Andersson | |
2013-08-28 | fix various typos | Simon Bünzli | |
2013-06-20 | Rearrange source files. | Tor Andersson | |