summaryrefslogtreecommitdiff
path: root/private.h
AgeCommit message (Collapse)AuthorFilesLines
2015-05-02Rename project to “pucket”Lars-Dominik Braun1-1/+0
2015-05-02Switch to OpenMPLars-Dominik Braun1-2/+0
Replaces quality (target density) parameter with time limit. In preparation for rendering resumption.
2015-05-02Drop progress printing from rendering threadLars-Dominik Braun1-33/+0
2015-05-02Drop temporal filter/passesLars-Dominik Braun1-20/+1
2015-05-02Move iter_storage allocation to thread functionLars-Dominik Braun1-2/+0
2015-05-02Use rotation matrixLars-Dominik Braun1-1/+1
Reuse affine transformation code from variations.
2015-05-02Vectorize color clippingLars-Dominik Braun1-1/+1
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).
2015-05-02Use floating point color values in [0,1]Lars-Dominik Braun1-1/+0
Internal color representation is [0,1] now for every channel.
2015-05-02Remove all uses of getenvLars-Dominik Braun1-5/+0
Not much functionality lost here. Move on.
2015-05-02Improve command line interfaceLars-Dominik Braun1-2/+0
Initial arguments-based cli, replacing the three tools -animate, -genome and -render with just one. Still need to get rid of most calls to getenv.
2015-05-02Vectorize accumulationLars-Dominik Braun1-1/+1
Also vectorizes some color functions and switches to double accumulation buffer. Does not seem to be slower.
2015-05-02Unify prng useLars-Dominik Braun1-1/+1
Finally drop all isaac references, do not use system rng any more. Drop rng state from flam3_frame – it was not used anyway.
2015-05-02Drop Windows/Mac support, require pthreadsLars-Dominik Braun1-23/+0
2015-05-02Vectorize flam3_iterateLars-Dominik Braun1-1/+1
2015-05-02Explicit input coordinatesLars-Dominik Braun1-17/+0
Slower, obviously.
2015-05-02Vectorize variantsLars-Dominik Braun1-4/+4
Slightly worse with amdlibm, slightly better with gcc’s builtins (no optimization) and worse with optimization
2015-05-02Move out of subdirLars-Dominik Braun1-0/+154