Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set errno on failures. | Tavian Barnes | 2010-04-01 | 1 | -0/+7 |
| | |||||
* | New dmnsn_interior* type. | Tavian Barnes | 2010-02-25 | 1 | -1/+1 |
| | |||||
* | Fix up license blurbs and copyright year. | Tavian Barnes | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | Split finish_fn into diffuse_fn and specular_fn. | Tavian Barnes | 2010-01-13 | 1 | -1/+2 |
| | |||||
* | Implement reflection. | Tavian Barnes | 2010-01-09 | 1 | -3/+4 |
| | |||||
* | Separate finishes into single-purpose finishes. | Tavian Barnes | 2009-12-23 | 1 | -1/+3 |
| | |||||
* | 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 |