summaryrefslogtreecommitdiff
path: root/rect.h
AgeCommit message (Collapse)AuthorFilesLines
2015-05-02Another massive cleanupLars-Dominik Braun1-1/+19
Drops unused functions, fixes function visibility.
2015-05-02Add bucket cacheLars-Dominik Braun1-0/+3
Stores accumulation buckets. Use case: Run n seconds, check image noise levels, run again (with cache and thus previous results), check image agin, …
2015-05-02Switch to OpenMPLars-Dominik Braun1-1/+13
Replaces quality (target density) parameter with time limit. In preparation for rendering resumption.
2015-05-02Drop progress printing from rendering threadLars-Dominik Braun1-1/+3
2015-05-02Drop fieldLars-Dominik Braun1-2/+1
2015-05-02Vectorize color clippingLars-Dominik Braun1-0/+5
Replaces redundant code with one function. Oddly this fixes rendering with earlyclip – not sure why. Drop transparency and channel settings (always transparent, always four channels).