Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-10 | Refactor initialize_xforms | Lars-Dominik Braun | 1 | -160/+0 | |
2015-05-02 | Clean up apply_xform | Lars-Dominik Braun | 1 | -414/+398 | |
2015-05-02 | Drop unused amw_amp | Lars-Dominik Braun | 1 | -1/+0 | |
2015-05-02 | Store pointer to array element once | Lars-Dominik Braun | 1 | -44/+46 | |
Instead of indexing the array over and over | |||||
2015-05-02 | Refactor flam3_iterate | Lars-Dominik Braun | 1 | -1/+1 | |
2015-05-02 | Precalc variation constants once | Lars-Dominik Braun | 1 | -10/+11 | |
No difference measureable. | |||||
2015-05-02 | Another massive cleanup | Lars-Dominik Braun | 1 | -0/+7 | |
Drops unused functions, fixes function visibility. | |||||
2015-05-02 | Remove motion language | Lars-Dominik Braun | 1 | -2/+0 | |
2015-05-02 | Rename project to “pucket” | Lars-Dominik Braun | 1 | -1/+0 | |
2015-05-02 | Use rotation matrix | Lars-Dominik Braun | 1 | -10/+0 | |
Reuse affine transformation code from variations. | |||||
2015-05-02 | Vectorize color clipping | Lars-Dominik Braun | 1 | -5/+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 | Remove unused variables, fix compiler warnings | Lars-Dominik Braun | 1 | -4/+1 | |
2015-05-02 | Unify prng use | Lars-Dominik Braun | 1 | -34/+34 | |
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 Windows/Mac support, require pthreads | Lars-Dominik Braun | 1 | -11/+0 | |
2015-05-02 | Fix curve variation | Lars-Dominik Braun | 1 | -2/+2 | |
2015-05-02 | Vectorize c and post matrices as well apply_xform | Lars-Dominik Braun | 1 | -32/+31 | |
2015-05-02 | Bugfixes for variations vectorization | Lars-Dominik Braun | 1 | -5/+5 | |
2015-05-02 | Explicit input coordinates | Lars-Dominik Braun | 1 | -375/+389 | |
Slower, obviously. | |||||
2015-05-02 | Vectorize variants | Lars-Dominik Braun | 1 | -653/+558 | |
Slightly worse with amdlibm, slightly better with gcc’s builtins (no optimization) and worse with optimization | |||||
2015-05-02 | Move to waf | Lars-Dominik Braun | 1 | -0/+5 | |
2015-05-02 | Declare variation functions static | Lars-Dominik Braun | 1 | -107/+107 | |
2015-05-02 | Move out of subdir | Lars-Dominik Braun | 1 | -0/+2566 | |