Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | math: Make vectors have an array instead of different fields. | Tavian Barnes | 2015-10-25 | 1 | -4/+1 |
| | |||||
* | Modularize the libdimension codebase. | Tavian Barnes | 2015-10-25 | 1 | -2/+2 |
| | |||||
* | canvas: Kill optimizers' ->ptr field. | Tavian Barnes | 2014-06-19 | 1 | -2/+2 |
| | |||||
* | objects: Implement smooth triangle fans. | Tavian Barnes | 2014-06-08 | 1 | -0/+1 |
| | |||||
* | objects: Implement triangle fans. | Tavian Barnes | 2014-06-07 | 1 | -0/+10 |
| | |||||
* | csg: Avoid copying the child array for unions. | Tavian Barnes | 2014-06-04 | 1 | -0/+1 |
| | |||||
* | triangles: Better API. | Tavian Barnes | 2014-06-04 | 1 | -5/+2 |
| | |||||
* | object: Use pool. | Tavian Barnes | 2014-05-31 | 1 | -24/+17 |
| | |||||
* | texture: Use pool. | Tavian Barnes | 2014-05-31 | 1 | -4/+2 |
| | |||||
* | finish: Use pool. | Tavian Barnes | 2014-05-31 | 1 | -11/+7 |
| | |||||
* | pigment: Use pool. | Tavian Barnes | 2014-05-31 | 1 | -7/+4 |
| | |||||
* | scene: Get rid of dmnsn_delete_scene(). | Tavian Barnes | 2014-05-30 | 1 | -1/+0 |
| | |||||
* | map: Use pool. | Tavian Barnes | 2014-05-30 | 1 | -3/+1 |
| | |||||
* | pattern: Use pool. | Tavian Barnes | 2014-05-30 | 1 | -4/+4 |
| | |||||
* | interior: Use pool. | Tavian Barnes | 2014-05-30 | 1 | -2/+1 |
| | |||||
* | light: Use pool. | Tavian Barnes | 2014-05-30 | 1 | -3/+2 |
| | |||||
* | camera: Use pool. | Tavian Barnes | 2014-05-30 | 1 | -4/+2 |
| | |||||
* | canvas: Use pool. | Tavian Barnes | 2014-05-30 | 1 | -3/+3 |
| | |||||
* | scene: Use pool. | Tavian Barnes | 2014-05-30 | 1 | -1/+1 |
| | |||||
* | python: Add simple global pool interface. | Tavian Barnes | 2014-05-30 | 1 | -0/+10 |
| | |||||
* | future: Add a dmnsn_future_is_done() function. | Tavian Barnes | 2014-04-26 | 1 | -0/+1 |
| | |||||
* | future: Add a race-free way to examine a partial computation. | Tavian Barnes | 2014-04-23 | 1 | -1/+3 |
| | | | | | | This allows safe OpenGL previews, for example. dmnsn_future* learned the dmnsn_future_{pause,resume}() functions which cause all worker threads to block. render.test now survives Helgrind with no errors. | ||||
* | Make triangles smooth. | Tavian Barnes | 2011-12-17 | 1 | -1/+7 |
| | |||||
* | Re-think colors. | Tavian Barnes | 2011-12-14 | 1 | -14/+22 |
| | | | | | | | | | Color is a property of light, and thus doesn't include information about transparency. But canvas pixels and object pigments represent a color and a degree of transparency. The new type dmnsn_tcolor/ TColor encapsulates that information. Also, fix the transparent shadow implementation. | ||||
* | Hide the presence of dimension.wrapper from wrapper types. | Tavian Barnes | 2011-12-05 | 1 | -0/+397 |
| | |||||
* | Ship dimension client inside the Python package. | Tavian Barnes | 2011-10-31 | 1 | -397/+0 |
| | |||||
* | Make API more consistent. | Tavian Barnes | 2011-10-30 | 1 | -9/+9 |
| | | | | Object methods should be dmnsn_<object>_<fn>(). | ||||
* | Rename progress objects to future objects. | Tavian Barnes | 2011-10-19 | 1 | -11/+11 |
| | |||||
* | Add ImageMaps to Python module. | Tavian Barnes | 2011-09-18 | 1 | -0/+2 |
| | |||||
* | Transform normals as pseudovectors, not vectors. | Tavian Barnes | 2011-09-14 | 1 | -1/+3 |
| | | | | | | | | Also clarify the vector transformation API. Instead of dmnsn_transform_vector(), we have: - dmnsn_transform_point() - dmnsn_transform_direction() - dmnsn_transform_normal() | ||||
* | Use dmnsn_object::intrinsic_trans from Python. | Tavian Barnes | 2011-09-12 | 1 | -0/+1 |
| | |||||
* | Replace sky_spheres with a single background pigment. | Tavian Barnes | 2011-08-21 | 1 | -13/+1 |
| | |||||
* | Don't dynamically allocate timers. | Tavian Barnes | 2011-08-21 | 1 | -5/+4 |
| | |||||
* | Support thread cancelation, and handle ^C in the client. | Tavian Barnes | 2011-08-19 | 1 | -0/+1 |
| | |||||
* | Rename "translucency" to "transparency". | Tavian Barnes | 2011-08-12 | 1 | -1/+1 |
| | | | | Perhaps I should look up terms before I use them. | ||||
* | Add [] accessors to Canvases. | Tavian Barnes | 2011-07-29 | 1 | -0/+4 |
| | |||||
* | Support rendering image subregions. | Tavian Barnes | 2011-07-29 | 1 | -1/+6 |
| | | | | This is the first step to supporting distributed renders. | ||||
* | Add leopard pigment. | Tavian Barnes | 2011-07-28 | 1 | -0/+1 |
| | |||||
* | Make the checker pattern a singleton. | Tavian Barnes | 2011-07-28 | 1 | -1/+1 |
| | |||||
* | Remove color_maps. | Tavian Barnes | 2011-07-28 | 1 | -4/+0 |
| | |||||
* | Implement quick_color for Pigments. | Tavian Barnes | 2011-07-13 | 1 | -0/+1 |
| | |||||
* | Implement triangles. | Tavian Barnes | 2011-07-13 | 1 | -0/+3 |
| | |||||
* | Implement Progress class. | Tavian Barnes | 2011-06-16 | 1 | -0/+15 |
| | |||||
* | Fix python module license. | Tavian Barnes | 2011-06-16 | 1 | -6/+7 |
| | |||||
* | Add .pigment and .finish properties to Textures. | Tavian Barnes | 2011-06-15 | 1 | -0/+4 |
| | |||||
* | Add Timers to Python module. | Tavian Barnes | 2011-06-14 | 1 | -0/+16 |
| | |||||
* | Fix rotational alignment. | Tavian Barnes | 2011-06-14 | 1 | -3/+2 |
| | |||||
* | Use Cython for the Python module. | Tavian Barnes | 2011-06-13 | 1 | -0/+359 |