Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Parse max_intersections. | Tavian Barnes | 2010-11-19 | 6 | -10/+21 | |
| | ||||||
* | Promote to floats whenever integer overflow occurs. | Tavian Barnes | 2010-11-19 | 4 | -18/+68 | |
| | ||||||
* | Add 'sturm' modifier to the AST anyway. | Tavian Barnes | 2010-11-19 | 4 | -2/+14 | |
| | ||||||
* | A couple polynomial.c improvements. | Tavian Barnes | 2010-11-18 | 1 | -13/+5 | |
| | ||||||
* | Fix signed/unsigned comparison in DMNSN_ARRAY_FOREACH. | Tavian Barnes | 2010-11-18 | 1 | -3/+3 | |
| | ||||||
* | Compare the cubic discriminant to 0 rather than dmnsn_epsilon. | Tavian Barnes | 2010-11-18 | 1 | -2/+2 | |
| | ||||||
* | Handle all special cases in dmnsn_solve_cubic(). | Tavian Barnes | 2010-11-17 | 1 | -24/+24 | |
| | ||||||
* | Fix det/disc variable naming thinko. | Tavian Barnes | 2010-11-17 | 1 | -6/+6 | |
| | ||||||
* | Add algebraic cubic solver. | Tavian Barnes | 2010-11-17 | 1 | -6/+73 | |
| | ||||||
* | Fix dmnsn_matrix_inverse_generic(). | Tavian Barnes | 2010-11-17 | 1 | -1/+1 | |
| | ||||||
* | Fix race when one worker thread errors out. | Tavian Barnes | 2010-11-17 | 1 | -4/+13 | |
| | ||||||
* | Make the bottom [0 0 0 1] of affine transformation matricies implicit. | Tavian Barnes | 2010-11-16 | 5 | -85/+62 | |
| | ||||||
* | End sentences with periods. | Tavian Barnes | 2010-11-15 | 18 | -83/+86 | |
| | ||||||
* | Document libdimension with Doxygen. | Tavian Barnes | 2010-11-14 | 89 | -1863/+1983 | |
| | ||||||
* | Revert "Add support for jemalloc." | Tavian Barnes | 2010-11-12 | 2 | -17/+0 | |
| | | | | | This reverts commit bac926b1e54696beee1d84834876cfadd9939132. Just use LD_PRELOAD if you want it. | |||||
* | Fix configure.ac underquoting. | Tavian Barnes | 2010-11-11 | 1 | -8/+8 | |
| | ||||||
* | Standard compliance. | Tavian Barnes | 2010-11-10 | 8 | -37/+60 | |
| | | | | Apparently ssize_t isn't a standard type... | |||||
* | Use Newton's method when the root bound is degenerate. | Tavian Barnes | 2010-11-10 | 2 | -5/+39 | |
| | ||||||
* | Stability fix for dmnsn_bisect_root(). | Tavian Barnes | 2010-11-09 | 1 | -4/+9 | |
| | | | | | | | When one of the bounds is close to a different root, make sure the result is more accurate than that bound. Otherwise we find the wrong root, and eventually hang. This could be seen with a 1920x1080 render of demo.pov, for example. | |||||
* | Don't just use quick_color for solid_color pigments. | Tavian Barnes | 2010-11-09 | 2 | -3/+24 | |
| | | | | | quick_color should be able to be used to change an object's color for low-quality-renders. | |||||
* | Add quick_color to pigments. | Tavian Barnes | 2010-11-08 | 15 | -33/+54 | |
| | ||||||
* | Fix default color_maps for pattern pigments. | Tavian Barnes | 2010-11-08 | 1 | -2/+5 | |
| | ||||||
* | Remove useless array node from color-lists. | Tavian Barnes | 2010-11-08 | 3 | -17/+9 | |
| | ||||||
* | Add gradient pattern support to dimension. | Tavian Barnes | 2010-11-08 | 11 | -10/+157 | |
| | ||||||
* | Add gradient pattern. | Tavian Barnes | 2010-11-08 | 4 | -20/+88 | |
| | ||||||
* | Fix double-init bug for inherited textures. | Tavian Barnes | 2010-11-08 | 3 | -7/+18 | |
| | ||||||
* | Optimize DMNSN_ARRAY_FOREACH_REVERSE() a bit. | Tavian Barnes | 2010-11-08 | 1 | -3/+3 | |
| | ||||||
* | Fix color_map values for negative parameters. | Tavian Barnes | 2010-11-08 | 1 | -0/+4 | |
| | ||||||
* | Add dmnsn_orange color. | Tavian Barnes | 2010-11-08 | 2 | -1/+8 | |
| | ||||||
* | Support checkered pigments in dimension. | Tavian Barnes | 2010-11-07 | 12 | -18/+165 | |
| | ||||||
* | Don't leak patterns in color_map pigments. | Tavian Barnes | 2010-11-06 | 2 | -2/+12 | |
| | ||||||
* | Add pattern framework, impelement checker pattern. | Tavian Barnes | 2010-11-06 | 11 | -7/+357 | |
| | ||||||
* | Add more in dmnsn_line_add_epsilon(). | Tavian Barnes | 2010-11-06 | 1 | -1/+1 | |
| | ||||||
* | Factor out transformation code from object callbacks. | Tavian Barnes | 2010-11-06 | 10 | -64/+82 | |
| | ||||||
* | Be more lenient about the root bracketing in dmnsn_bisect_root(). | Tavian Barnes | 2010-11-04 | 1 | -1/+14 | |
| | ||||||
* | Fix ++i/--i thinko. | Tavian Barnes | 2010-11-03 | 1 | -1/+1 | |
| | ||||||
* | Pull < DMNSN_NBINOM test outside of loop. | Tavian Barnes | 2010-11-03 | 1 | -20/+29 | |
| | ||||||
* | Slight ray-AABB intersection test optimization. | Tavian Barnes | 2010-11-02 | 1 | -1/+1 | |
| | ||||||
* | Small polynomial.c cleanup. | Tavian Barnes | 2010-11-01 | 1 | -4/+8 | |
| | ||||||
* | Slight polynomial base case optimizations. | Tavian Barnes | 2010-11-01 | 1 | -24/+25 | |
| | ||||||
* | More numerical tweaks. | Tavian Barnes | 2010-11-01 | 2 | -1/+12 | |
| | ||||||
* | Numerical fixes for polynomial.c. | Tavian Barnes | 2010-10-31 | 3 | -95/+115 | |
| | ||||||
* | Be const-correct in polynomial.{c,h}. | Tavian Barnes | 2010-10-30 | 2 | -11/+11 | |
| | ||||||
* | Remove debug print from polynomial.c. | Tavian Barnes | 2010-10-30 | 1 | -2/+0 | |
| | ||||||
* | New HACKING file. | Tavian Barnes | 2010-10-29 | 2 | -25/+24 | |
| | ||||||
* | Fix dmnsn_print_polynomial again. | Tavian Barnes | 2010-10-29 | 1 | -1/+3 | |
| | ||||||
* | Only return non-zero roots of polynomials. | Tavian Barnes | 2010-10-29 | 2 | -17/+16 | |
| | ||||||
* | Bound torii like POV-Ray. | Tavian Barnes | 2010-10-28 | 1 | -3/+51 | |
| | ||||||
* | Handle narrow ranges in dmnsn_bisect_root(). | Tavian Barnes | 2010-10-28 | 1 | -0/+3 | |
| | ||||||
* | Benchmark multiple degrees of polynomials. | Tavian Barnes | 2010-10-28 | 1 | -10/+36 | |
| |