index
:
pucket.git
master
Fractal flame renderer, fork of flam3 (see flam3.com)
lars
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-02
Fix memory leaks
Lars-Dominik Braun
1
-2
/
+3
2015-05-02
Correctly align malloc’d vector arrays
Lars-Dominik Braun
2
-4
/
+17
2015-05-02
Support clang vector attribute
Lars-Dominik Braun
1
-0
/
+9
2015-05-02
Vectorize accumulation
Lars-Dominik Braun
8
-178
/
+97
2015-05-02
Drop density estimator
Lars-Dominik Braun
9
-545
/
+22
2015-05-02
Remove unused variables, fix compiler warnings
Lars-Dominik Braun
7
-20
/
+11
2015-05-02
Switch rng seed to /dev/urandom
Lars-Dominik Braun
2
-13
/
+12
2015-05-02
Unify prng use
Lars-Dominik Braun
19
-433
/
+373
2015-05-02
Fix fuse iterations
Lars-Dominik Braun
1
-1
/
+1
2015-05-02
Drop striped rendering
Lars-Dominik Braun
4
-174
/
+35
2015-05-02
Drop support for jpeg/netpbm output
Lars-Dominik Braun
6
-206
/
+6
2015-05-02
Drop unused, exported functions
Lars-Dominik Braun
6
-709
/
+19
2015-05-02
Drop Windows/Mac support, require pthreads
Lars-Dominik Braun
12
-279
/
+6
2015-05-02
Drop support for atomic ops and bucket formats
Lars-Dominik Braun
3
-257
/
+2
2015-05-02
Fix curve variation
Lars-Dominik Braun
1
-2
/
+2
2015-05-02
Vectorize flam3_iterate
Lars-Dominik Braun
4
-52
/
+51
2015-05-02
Vectorize c and post matrices as well apply_xform
Lars-Dominik Braun
8
-74
/
+66
2015-05-02
Bugfixes for variations vectorization
Lars-Dominik Braun
1
-5
/
+5
2015-05-02
Explicit input coordinates
Lars-Dominik Braun
2
-392
/
+389
2015-05-02
Vectorize variants
Lars-Dominik Braun
2
-657
/
+562
2015-05-02
Move to waf
Lars-Dominik Braun
14
-3001
/
+43
2015-05-02
Declare variation functions static
Lars-Dominik Braun
2
-220
/
+107
2015-05-02
Fix compiler warning
Lars-Dominik Braun
1
-1
/
+1
2015-05-02
Remove autoconf stuff from git
Lars-Dominik Braun
21
-50796
/
+13
2015-05-02
Replace isaac with xorshift
Lars-Dominik Braun
14
-271
/
+79
2015-05-02
Fix crash
Lars-Dominik Braun
1
-3
/
+2
2015-05-02
Move out of subdir
Lars-Dominik Braun
65
-0
/
+0
2015-02-15
Modified for libpng 1.5 API support.
Erik Reckase
1
-14
/
+14
2015-02-15
s array in interpolate_n was one element too small
Erik Reckase
1
-1
/
+1
2015-02-15
moved #defines from filters.h to flam3.h so that they can be used by external...
Erik Reckase
2
-21
/
+23
2015-02-15
was incorrectly adding symmetry xforms when a final xform was present, as wel...
Erik Reckase
1
-1
/
+12
2015-02-15
When using motion elements with the final xform, the closing tag on the final...
Erik Reckase
1
-1
/
+5
2015-02-15
fixed flam3_version for 'exported' SVN_REV
Erik Reckase
1
-9
/
+37
2015-02-15
roundoff error was introducing some strangeness in smoothly interpolated geno...
Erik Reckase
1
-0
/
+7
2015-02-15
handled missing unistd.h on windows
Erik Reckase
1
-1
/
+3
2015-02-15
in some circumstances, temporary files are not created as they are supposed t...
Erik Reckase
2
-1
/
+29
2015-02-15
CMAP_SIZE can be used when creating the dmap - I had erroneously thought that...
Erik Reckase
1
-3
/
+3
2015-02-15
apophysis only uses the bottom 255 elements of the palette (instead of all 25...
Erik Reckase
4
-13
/
+20
2015-02-15
added mobius variation (the one with 8 params, eralex's).
Erik Reckase
6
-2
/
+115
2015-02-15
updated version to 3.0.1
Erik Reckase
1
-1
/
+1
2015-02-15
updated readme for 3.0.1
Erik Reckase
1
-0
/
+4
2015-02-15
now multiplies the count by the opacity to allow xform opacity to affect DE f...
Erik Reckase
1
-2
/
+2
2015-02-15
flam3-animate would not write out 16 bpc png images properly. thanks david.
Erik Reckase
1
-1
/
+1
2015-02-15
added --version option to print flam3 version from flam3-genome
Erik Reckase
1
-1
/
+10
2015-02-15
support for 64-bit Apple OS in memory check
Erik Reckase
1
-9
/
+15
2015-02-15
png_set_swap must be called after the png_write_info call, otherwise it doesn...
Erik Reckase
1
-16
/
+6
2015-02-15
Issue 1: remove specific libpng12 reference in flam3.pc.in, replace with gene...
Erik Reckase
1
-1
/
+1
2015-02-15
16 bpc PNG images were not being written properly when strips were being used...
Erik Reckase
3
-8
/
+15
2015-02-15
removed all exit() calls from functions compiled into shared library. palett...
Erik Reckase
4
-45
/
+88
2015-02-15
needed to re-run configure to pull in new version number for checked in files
Erik Reckase
3
-3
/
+3
[prev]
[next]