Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Add some sanity checking. | Tavian Barnes | 2011-07-26 | 1 | -0/+2 |
| | |||||
* | Support multiple texture assignment properly. | Tavian Barnes | 2011-07-26 | 9 | -69/+80 |
| | |||||
* | Implement triangles. | Tavian Barnes | 2011-07-13 | 4 | -1/+128 |
| | |||||
* | Clean up tests a bit. | Tavian Barnes | 2011-07-13 | 1 | -10/+12 |
| | |||||
* | Fix up some Doxygen documentation. | Tavian Barnes | 2011-06-17 | 4 | -4/+8 |
| | |||||
* | Use a default diffuse amount of 0.7. | Tavian Barnes | 2011-06-17 | 1 | -1/+1 |
| | | | | | POV-Ray's default of 0.6 was added to a 0.1 ambient. But when you do the sRGB correctly, 0.6 + 0.1 ~= 0.6. | ||||
* | Add .pigment and .finish properties to Textures. | Tavian Barnes | 2011-06-15 | 2 | -0/+24 |
| | |||||
* | Don't force the error handler to deal with recursion. | Tavian Barnes | 2011-06-15 | 1 | -48/+33 |
| | |||||
* | Use propper extensions for tests. | Tavian Barnes | 2011-06-14 | 2 | -24/+24 |
| | |||||
* | Add Timers to Python module. | Tavian Barnes | 2011-06-14 | 2 | -1/+6 |
| | |||||
* | Fix rotational alignment. | Tavian Barnes | 2011-06-14 | 3 | -15/+40 |
| | |||||
* | Vast libdimension API and internals improvements. | Tavian Barnes | 2011-06-13 | 36 | -628/+585 |
| | | | | | Couldn't really do these while I was trying to be POV-Ray compatible, 'cause they would've broken compatibility. | ||||
* | Make lights more generic to support directional lights. | Tavian Barnes | 2011-05-30 | 7 | -34/+99 |
| | |||||
* | Don't allocate reference counts on the heap. | Tavian Barnes | 2011-05-28 | 13 | -86/+18 |
| | |||||
* | Handle sRGB gamma correctly. | Tavian Barnes | 2011-05-28 | 8 | -24/+162 |
| | |||||
* | Add refcounts to cameras. | Tavian Barnes | 2011-05-21 | 6 | -7/+29 |
| | |||||
* | Calculate alpha correctly for canvas exports. | Tavian Barnes | 2011-05-20 | 4 | -3/+19 |
| | |||||
* | Switch to Blender model of filtered transparency. | Tavian Barnes | 2011-05-20 | 7 | -55/+71 |
| | |||||
* | Add a refcount to canvases. | Tavian Barnes | 2011-05-20 | 5 | -11/+28 |
| | |||||
* | Rename to dmnsn_vector_normalized(). | Tavian Barnes | 2011-05-18 | 8 | -14/+14 |
| | |||||
* | Fix leak in failure path in GL test. | Tavian Barnes | 2011-05-17 | 1 | -0/+1 |
| | |||||
* | Add basic leak check. | Tavian Barnes | 2011-05-16 | 4 | -5/+40 |
| | |||||
* | Add a refcount to objects. | Tavian Barnes | 2011-05-16 | 9 | -11/+32 |
| | |||||
* | Fix typo in PNG reading. | Tavian Barnes | 2011-05-16 | 1 | -4/+4 |
| | |||||
* | Consolidate reference counting code. | Tavian Barnes | 2011-05-16 | 10 | -27/+124 |
| |