Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-02 | Drop striped rendering | Lars-Dominik Braun | 1 | -16/+0 | |
The amount of memory available is not a problem anymore. | |||||
2015-05-02 | Drop unused, exported functions | Lars-Dominik Braun | 1 | -351/+0 | |
2015-05-02 | Drop Windows/Mac support, require pthreads | Lars-Dominik Braun | 1 | -63/+0 | |
2015-05-02 | Drop support for atomic ops and bucket formats | Lars-Dominik Braun | 1 | -229/+2 | |
Atomic ops are slower than locks, probably going to switch buckets to uint64_t later. | |||||
2015-05-02 | Vectorize flam3_iterate | Lars-Dominik Braun | 1 | -39/+37 | |
2015-05-02 | Vectorize c and post matrices as well apply_xform | Lars-Dominik Braun | 1 | -16/+9 | |
2015-05-02 | Move to waf | Lars-Dominik Braun | 1 | -4/+1 | |
2015-05-02 | Replace isaac with xorshift | Lars-Dominik Braun | 1 | -44/+13 | |
No difference in performance. rdrand instruction alone is too slow. | |||||
2015-05-02 | Move out of subdir | Lars-Dominik Braun | 1 | -0/+4144 | |