Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for finishes (BRDFs). | Tavian Barnes | 2009-11-09 | 1 | -2/+27 |
| | |||||
* | Fix some memory leaks. | Tavian Barnes | 2009-10-19 | 1 | -2/+7 |
| | | | | | dmnsn_delete_pigment() was not using the free_fn, and kD splay trees were not being deleted after raytracing finished. | ||||
* | Improve garbage handling of dmnsn_delete_object(). | Tavian Barnes | 2009-10-19 | 1 | -1/+4 |
| | |||||
* | Add destructor callbacks for polymorphic C types, and use their base | Tavian Barnes | 2009-07-16 | 1 | -2/+10 |
| | | | | dmnsn_delete_*() function. | ||||
* | Begin dmnsn_texture* type. | Tavian Barnes | 2009-07-12 | 1 | -0/+50 |