Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some includes. | Tavian Barnes | 2010-04-27 | 1 | -0/+1 |
| | |||||
* | Remove a bunch of errno.h includes. | Tavian Barnes | 2010-04-13 | 1 | -1/+0 |
| | |||||
* | New dmnsn_malloc() function, and friends. | Tavian Barnes | 2010-04-07 | 1 | -43/+22 |
| | | | | | | I'm tired of checking for malloc failures everywhere, considering it never happens. So just bail out whenever it does. A lot of stuff is guaranteed to succeed if it returns now. | ||||
* | Set errno on failures. | Tavian Barnes | 2010-04-01 | 1 | -0/+2 |
| | |||||
* | 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 | -16/+39 |
| | |||||
* | Implement reflection. | Tavian Barnes | 2010-01-09 | 1 | -6/+34 |
| | |||||
* | Split up objects, finishes, pigments, lights, cameras, etc. | Tavian Barnes | 2010-01-06 | 1 | -0/+112 |