Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-02 | Rewrite flam3_random | Lars-Dominik Braun | 1 | -11/+63 | |
Disables flam3_mutate. | |||||
2015-05-02 | Drop edit lists | Lars-Dominik Braun | 1 | -2/+2 | |
2015-05-02 | Rewrite color palettes | Lars-Dominik Braun | 1 | -2/+10 | |
Supports palettes with != 256 colors properly now. A lot of old code still (silently!) relies on that number though. | |||||
2015-05-02 | Rename project to “pucket” | Lars-Dominik Braun | 1 | -8/+6 | |
2015-05-02 | Add bucket cache | Lars-Dominik Braun | 1 | -2/+15 | |
Stores accumulation buckets. Use case: Run n seconds, check image noise levels, run again (with cache and thus previous results), check image agin, … | |||||
2015-05-02 | Switch to OpenMP | Lars-Dominik Braun | 1 | -40/+19 | |
Replaces quality (target density) parameter with time limit. In preparation for rendering resumption. | |||||
2015-05-02 | Drop progress printing from rendering thread | Lars-Dominik Braun | 1 | -4/+2 | |
2015-05-02 | Drop field | Lars-Dominik Braun | 1 | -1/+1 | |
2015-05-02 | Drop temporal filter/passes | Lars-Dominik Braun | 1 | -2/+0 | |
2015-05-02 | Drop oversampling | Lars-Dominik Braun | 1 | -14/+1 | |
Just scale it down. | |||||
2015-05-02 | Factor out genome printf | Lars-Dominik Braun | 1 | -10/+9 | |
Fixes -random’s output. | |||||
2015-05-02 | Move width/height options from render to random | Lars-Dominik Braun | 1 | -29/+63 | |
flam3’s design is a little wonky here. An explicit bounding box in the flame’s coordinate system would help. | |||||
2015-05-02 | random: Adjust bounding box | Lars-Dominik Braun | 1 | -0/+34 | |
2015-05-02 | render: Add width/height command line options | Lars-Dominik Braun | 1 | -3/+33 | |
2015-05-02 | Vectorize color clipping | Lars-Dominik Braun | 1 | -5/+4 | |
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 | render: Add oversample argument | Lars-Dominik Braun | 1 | -1/+13 | |
2015-05-02 | Improve command line interface | Lars-Dominik Braun | 1 | -0/+434 | |
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. |