Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace BVSTs with priority R-trees. | Tavian Barnes | 2010-05-05 | 1 | -388/+0 |
| | |||||
* | Support infinitely large bounding boxes. | Tavian Barnes | 2010-04-15 | 1 | -10/+8 |
| | |||||
* | Add transformations to textures and pigments. | Tavian Barnes | 2010-04-15 | 1 | -27/+6 |
| | | | | | Also, object intersection callbacks are now responsible for handling their own transformations. | ||||
* | Don't use dynamic memory for dmnsn_intersection's. | Tavian Barnes | 2010-04-07 | 1 | -25/+26 |
| | | | | Drops us from ~400,000 allocs to ~1000. Oops ><. | ||||
* | New dmnsn_malloc() function, and friends. | Tavian Barnes | 2010-04-07 | 1 | -10/+3 |
| | | | | | | 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. | ||||
* | New dmnsn_bounding_box type. | Tavian Barnes | 2010-04-06 | 1 | -88/+52 |
| | |||||
* | New dmnsn_vector_min() and _max() functions. | Tavian Barnes | 2010-04-06 | 1 | -7/+2 |
| | |||||
* | Set errno on failures. | Tavian Barnes | 2010-04-01 | 1 | -20/+17 |
| | |||||
* | Fix some warnings reported by clang static analysis. | Tavian Barnes | 2010-03-18 | 1 | -1/+0 |
| | |||||
* | Rename dmnsn_bvst_copy() to dmnsn_copy_bvst(). | Tavian Barnes | 2010-03-16 | 1 | -1/+1 |
| | |||||
* | Fix up license blurbs and copyright year. | Tavian Barnes | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | Missed some kD splay tree references. | Tavian Barnes | 2010-01-17 | 1 | -6/+6 |
| | |||||
* | Rename kD splay trees to Bounding Volume Splay Trees. | Tavian Barnes | 2010-01-15 | 1 | -0/+462 |