Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modularize the libdimension codebase. | Tavian Barnes | 2015-10-25 | 1 | -1/+1 |
| | |||||
* | canvas: Kill optimizers' ->ptr field. | Tavian Barnes | 2014-06-19 | 1 | -2/+2 |
| | |||||
* | Add a C99 conformance test for the headers. | Tavian Barnes | 2014-06-12 | 1 | -3/+1 |
| | |||||
* | Use // comments when possible. | Tavian Barnes | 2014-06-07 | 1 | -12/+12 |
| | |||||
* | csg: Avoid copying the child array for unions. | Tavian Barnes | 2014-06-04 | 1 | -8/+4 |
| | |||||
* | triangles: Better API. | Tavian Barnes | 2014-06-04 | 1 | -7/+9 |
| | |||||
* | object: Use pool. | Tavian Barnes | 2014-05-31 | 1 | -14/+14 |
| | |||||
* | texture: Use pool. | Tavian Barnes | 2014-05-31 | 1 | -12/+8 |
| | |||||
* | finish: Use pool. | Tavian Barnes | 2014-05-31 | 1 | -9/+6 |
| | |||||
* | pigment: Use pool. | Tavian Barnes | 2014-05-31 | 1 | -34/+31 |
| | |||||
* | array: Add DMNSN_NEW_ARRAY macro. | Tavian Barnes | 2014-05-31 | 1 | -4/+4 |
| | |||||
* | scene: Get rid of dmnsn_delete_scene(). | Tavian Barnes | 2014-05-30 | 1 | -22/+14 |
| | |||||
* | map: Use pool. | Tavian Barnes | 2014-05-30 | 1 | -4/+4 |
| | |||||
* | pattern: Use pool. | Tavian Barnes | 2014-05-30 | 1 | -10/+9 |
| | |||||
* | interior: Use pool. | Tavian Barnes | 2014-05-30 | 1 | -5/+5 |
| | |||||
* | light: Use pool. | Tavian Barnes | 2014-05-30 | 1 | -2/+3 |
| | |||||
* | camera: Use pool. | Tavian Barnes | 2014-05-30 | 1 | -3/+3 |
| | |||||
* | canvas: Use pool. | Tavian Barnes | 2014-05-30 | 1 | -6/+6 |
| | |||||
* | scene: Use pool. | Tavian Barnes | 2014-05-30 | 1 | -3/+5 |
| | |||||
* | future: Add a dmnsn_future_is_done() function. | Tavian Barnes | 2014-04-26 | 1 | -1/+1 |
| | |||||
* | future: Add a race-free way to examine a partial computation. | Tavian Barnes | 2014-04-23 | 1 | -7/+10 |
| | | | | | | 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/+1 |
| | |||||
* | Re-think colors. | Tavian Barnes | 2011-12-14 | 1 | -23/+34 |
| | | | | | | | | | 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. | ||||
* | Be more consistent about using sRGB in the client. | Tavian Barnes | 2011-11-28 | 1 | -9/+7 |
| | | | | Also, expose the sRGB C and C^-1 functions. | ||||
* | Make API more consistent. | Tavian Barnes | 2011-10-30 | 1 | -4/+4 |
| | | | | Object methods should be dmnsn_<object>_<fn>(). | ||||
* | Rename progress objects to future objects. | Tavian Barnes | 2011-10-19 | 1 | -3/+3 |
| | |||||
* | Add ImageMaps to Python module. | Tavian Barnes | 2011-09-18 | 1 | -1/+21 |
| | |||||
* | Replace sky_spheres with a single background pigment. | Tavian Barnes | 2011-08-21 | 1 | -8/+3 |
| | |||||
* | Handle reflection correctly in the client. | Tavian Barnes | 2011-08-18 | 1 | -4/+2 |
| | |||||
* | Remove color_maps. | Tavian Barnes | 2011-07-28 | 1 | -49/+89 |
| | |||||
* | Implement triangles. | Tavian Barnes | 2011-07-13 | 1 | -0/+33 |
| | |||||
* | Clean up tests a bit. | Tavian Barnes | 2011-07-13 | 1 | -10/+12 |
| | |||||
* | 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. | ||||
* | Vast libdimension API and internals improvements. | Tavian Barnes | 2011-06-13 | 1 | -22/+30 |
| | | | | | 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 | 1 | -1/+1 |
| | |||||
* | Handle sRGB gamma correctly. | Tavian Barnes | 2011-05-28 | 1 | -8/+16 |
| | |||||
* | Add refcounts to cameras. | Tavian Barnes | 2011-05-21 | 1 | -2/+3 |
| | |||||
* | Switch to Blender model of filtered transparency. | Tavian Barnes | 2011-05-20 | 1 | -3/+3 |
| | |||||
* | Add a refcount to canvases. | Tavian Barnes | 2011-05-20 | 1 | -1/+1 |
| | |||||
* | Add a refcount to objects. | Tavian Barnes | 2011-05-16 | 1 | -4/+4 |
| | |||||
* | Group tests and benchmarks with the corresponding source code. | Tavian Barnes | 2011-05-15 | 1 | -0/+309 |