summaryrefslogtreecommitdiff
path: root/parser.c
AgeCommit message (Collapse)AuthorFilesLines
2015-05-02Rename project to “pucket”Lars-Dominik Braun1-1/+0
2015-05-02Drop temporal filter/passesLars-Dominik Braun1-52/+0
2015-05-02Drop oversamplingLars-Dominik Braun1-4/+0
Just scale it down.
2015-05-02Factor out palette interpolationLars-Dominik Braun1-2/+2
2015-05-02Remove all uses of getenvLars-Dominik Braun1-6/+1
Not much functionality lost here. Move on.
2015-05-02Drop density estimatorLars-Dominik Braun1-6/+0
First of all, it does not look too pretty. But more importantly now we can reduce the bucket size to four (instead of five) and vectorize that stuff.
2015-05-02Remove unused variables, fix compiler warningsLars-Dominik Braun1-9/+4
2015-05-02Unify prng useLars-Dominik Braun1-7/+8
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-02Move out of subdirLars-Dominik Braun1-0/+1384