Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-02 | Switch to OpenMP | Lars-Dominik Braun | 1 | -2/+3 | |
Replaces quality (target density) parameter with time limit. In preparation for rendering resumption. | |||||
2015-05-02 | Drop temporal filter/passes | Lars-Dominik Braun | 1 | -1/+1 | |
2015-05-02 | Prefetch bucket accumulator | Lars-Dominik Braun | 1 | -1/+1 | |
The bucket add is a hotspot. | |||||
2015-05-02 | Vectorize color clipping | Lars-Dominik Braun | 1 | -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-02 | Improve command line interface | Lars-Dominik Braun | 1 | -4/+1 | |
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-02 | Vectorize accumulation | Lars-Dominik Braun | 1 | -1/+1 | |
Also vectorizes some color functions and switches to double accumulation buffer. Does not seem to be slower. | |||||
2015-05-02 | Remove unused variables, fix compiler warnings | Lars-Dominik Braun | 1 | -0/+1 | |
2015-05-02 | Switch rng seed to /dev/urandom | Lars-Dominik Braun | 1 | -1/+0 | |
2015-05-02 | Unify prng use | Lars-Dominik Braun | 1 | -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-02 | Drop support for jpeg/netpbm output | Lars-Dominik Braun | 1 | -4/+2 | |
2015-05-02 | Drop Windows/Mac support, require pthreads | Lars-Dominik Braun | 1 | -1/+1 | |
2015-05-02 | Drop support for atomic ops and bucket formats | Lars-Dominik Braun | 1 | -2/+0 | |
Atomic ops are slower than locks, probably going to switch buckets to uint64_t later. | |||||
2015-05-02 | Vectorize c and post matrices as well apply_xform | Lars-Dominik Braun | 1 | -1/+1 | |
2015-05-02 | Move to waf | Lars-Dominik Braun | 1 | -0/+30 | |