Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix up malloc.h documentation. | Tavian Barnes | 2011-11-19 | 1 | -1/+1 |
| | |||||
* | Get rid of dmnsn_vector_element(). | Tavian Barnes | 2011-11-17 | 1 | -33/+0 |
| | |||||
* | Add a non-cached case to the PR-tree benchmark. | Tavian Barnes | 2011-11-17 | 1 | -0/+5 |
| | |||||
* | Add some branch instrumentation from gcov profile. | Tavian Barnes | 2011-11-16 | 3 | -6/+7 |
| | |||||
* | Add a dmnsn_unreachable() macro. | Tavian Barnes | 2011-11-16 | 7 | -14/+30 |
| | | | | Also rename inline.h to compiler.h. | ||||
* | Get rid of DMNSN_ARRAY_FOREACH_REVERSE. | Tavian Barnes | 2011-11-13 | 1 | -11/+0 |
| | |||||
* | Get rid of dmnsn_color_is_black(). | Tavian Barnes | 2011-11-07 | 2 | -22/+15 |
| | |||||
* | Prevent hangs in dmnsn_polynomial_solve. | Tavian Barnes | 2011-11-04 | 1 | -13/+21 |
| | |||||
* | Simplify loop condition in PR-tree traversal. | Tavian Barnes | 2011-11-03 | 1 | -6/+4 |
| | | | | | Doing this used to actually generate *worse* code, but now it looks like it generates much better code. | ||||
* | Clean up PR-tree intersection code. | Tavian Barnes | 2011-11-02 | 1 | -24/+23 |
| | |||||
* | Use Rouillier and Zimmerman's version of the Uspensky algorithm. | Tavian Barnes | 2011-10-31 | 3 | -191/+153 |
| | |||||
* | Make PNG and GL share the same optimizer. | Tavian Barnes | 2011-10-30 | 6 | -74/+103 |
| | |||||
* | Make API more consistent. | Tavian Barnes | 2011-10-30 | 39 | -159/+184 |
| | | | | Object methods should be dmnsn_<object>_<fn>(). | ||||
* | Rename progress objects to future objects. | Tavian Barnes | 2011-10-19 | 16 | -264/+261 |
| | |||||
* | Add a getrusage() implementation of dmnsn_get_times(). | Tavian Barnes | 2011-09-30 | 1 | -13/+37 |
| | |||||
* | Correct pattern documentation. | Tavian Barnes | 2011-09-23 | 1 | -1/+1 |
| | |||||
* | Make dmnsn_color_mul() scale dmnsn_color::trans too. | Tavian Barnes | 2011-09-19 | 1 | -2/+7 |
| | |||||
* | Add ImageMaps to Python module. | Tavian Barnes | 2011-09-18 | 2 | -1/+23 |
| | |||||
* | Round correctly when converting colors to integers. | Tavian Barnes | 2011-09-18 | 4 | -24/+35 |
| | |||||
* | Transform normals as pseudovectors, not vectors. | Tavian Barnes | 2011-09-14 | 6 | -45/+67 |
| | | | | | | | | Also clarify the vector transformation API. Instead of dmnsn_transform_vector(), we have: - dmnsn_transform_point() - dmnsn_transform_direction() - dmnsn_transform_normal() | ||||
* | Slight cone intersection code improvements. | Tavian Barnes | 2011-09-12 | 1 | -3/+4 |
| | |||||
* | Use dmnsn_object::intrinsic_trans from Python. | Tavian Barnes | 2011-09-12 | 1 | -1/+1 |
| | |||||
* | Implement cone caps as separate objects. | Tavian Barnes | 2011-09-12 | 1 | -45/+68 |
| | |||||
* | Fix pigment_trans calculation in deeply nested objects. | Tavian Barnes | 2011-09-12 | 1 | -11/+22 |
| | |||||
* | Add dmnsn_color printf macros. | Tavian Barnes | 2011-09-12 | 1 | -3/+9 |
| | |||||
* | Update copyright years. | Tavian Barnes | 2011-08-31 | 54 | -54/+54 |
| | |||||
* | Use a more interesting pattern than "blue" for canvas import/export tests. | Tavian Barnes | 2011-08-29 | 5 | -6/+68 |
| | |||||
* | Simplify canvas export functions a bit. | Tavian Barnes | 2011-08-27 | 2 | -143/+27 |
| | |||||
* | Update configure.ac to autoconf 2.68. | Tavian Barnes | 2011-08-26 | 1 | -2/+4 |
| | |||||
* | Remove .bench files on make clean. | Tavian Barnes | 2011-08-26 | 1 | -0/+3 |
| | |||||
* | Use the AX_PTHREAD macro to detect pthread flags properly. | Tavian Barnes | 2011-08-26 | 1 | -3/+4 |
| | |||||
* | Use DMNSN_INTERNAL for prtree functions. | Tavian Barnes | 2011-08-25 | 4 | -8/+15 |
| | |||||
* | Rename dimension-impl.h to dimension-internal.h | Tavian Barnes | 2011-08-25 | 18 | -20/+20 |
| | |||||
* | Don't evaluate the background color if we don't have to. | Tavian Barnes | 2011-08-21 | 1 | -6/+5 |
| | |||||
* | Replace sky_spheres with a single background pigment. | Tavian Barnes | 2011-08-21 | 8 | -161/+14 |
| | |||||
* | Don't dynamically allocate timers. | Tavian Barnes | 2011-08-21 | 5 | -39/+15 |
| | |||||
* | Cancel all ccthreads first before joining them on cleanup. | Tavian Barnes | 2011-08-19 | 1 | -0/+6 |
| | |||||
* | Support thread cancelation, and handle ^C in the client. | Tavian Barnes | 2011-08-19 | 4 | -23/+82 |
| | |||||
* | Handle reflection correctly in the client. | Tavian Barnes | 2011-08-18 | 1 | -4/+2 |
| | |||||
* | Handle reflection of light and transmitted rays. | Tavian Barnes | 2011-08-18 | 5 | -42/+108 |
| | |||||
* | Fix dmnsn_png_read_canvas() error handling. | Tavian Barnes | 2011-08-15 | 1 | -14/+9 |
| | |||||
* | Rename "translucency" to "transparency". | Tavian Barnes | 2011-08-12 | 4 | -12/+12 |
| | | | | Perhaps I should look up terms before I use them. | ||||
* | Make min_wait less hacky. | Tavian Barnes | 2011-08-08 | 2 | -8/+9 |
| | | | | I wish C had the `mutable' keyword. | ||||
* | Fix doc cleanup. | Tavian Barnes | 2011-08-03 | 1 | -3/+3 |
| | |||||
* | Wrap pthread API to reduce duplicated error tests. | Tavian Barnes | 2011-08-02 | 7 | -189/+369 |
| | |||||
* | Support rendering image subregions. | Tavian Barnes | 2011-07-29 | 3 | -2/+19 |
| | | | | This is the first step to supporting distributed renders. | ||||
* | Add leopard pigment. | Tavian Barnes | 2011-07-28 | 4 | -1/+56 |
| | |||||
* | Make the checker pattern a singleton. | Tavian Barnes | 2011-07-28 | 5 | -26/+16 |
| | |||||
* | Remove color_maps. | Tavian Barnes | 2011-07-28 | 6 | -169/+109 |
| | |||||
* | Use quick_color only for solid pigments. | Tavian Barnes | 2011-07-27 | 2 | -18/+6 |
| |