Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use // comments when possible. | Tavian Barnes | 2014-06-07 | 1 | -3/+3 |
| | |||||
* | objects: Refactor how bounding and initialization work. | Tavian Barnes | 2014-06-07 | 1 | -9/+11 |
| | |||||
* | object: Use pool. | Tavian Barnes | 2014-05-31 | 1 | -13/+9 |
| | |||||
* | array: Add DMNSN_NEW_ARRAY macro. | Tavian Barnes | 2014-05-31 | 1 | -2/+2 |
| | |||||
* | Use strerror_r if available instead of sys_errlist. | Tavian Barnes | 2014-02-03 | 1 | -3/+3 |
| | |||||
* | prtree: Sort large workloads in parallel. | Tavian Barnes | 2014-02-01 | 1 | -0/+1 |
| | | | | Performance benefit is around 33% for more than 1000 objects. | ||||
* | Allow other BVH implementations to be used. | Tavian Barnes | 2012-12-17 | 1 | -13/+14 |
| | | | | | dmnsn_bvh is now a generic API, which could potentially support octrees, etc, in addition to PR-trees. | ||||
* | Add a non-cached case to the PR-tree benchmark. | Tavian Barnes | 2011-11-17 | 1 | -0/+5 |
| | |||||
* | Make API more consistent. | Tavian Barnes | 2011-10-30 | 1 | -1/+1 |
| | | | | Object methods should be dmnsn_<object>_<fn>(). | ||||
* | Rename progress objects to future objects. | Tavian Barnes | 2011-10-19 | 1 | -1/+1 |
| | |||||
* | Use DMNSN_INTERNAL for prtree functions. | Tavian Barnes | 2011-08-25 | 1 | -1/+3 |
| | |||||
* | Rename dimension-impl.h to dimension-internal.h | Tavian Barnes | 2011-08-25 | 1 | -1/+1 |
| | |||||
* | Vast libdimension API and internals improvements. | Tavian Barnes | 2011-06-13 | 1 | -5/+7 |
| | | | | | Couldn't really do these while I was trying to be POV-Ray compatible, 'cause they would've broken compatibility. | ||||
* | Group tests and benchmarks with the corresponding source code. | Tavian Barnes | 2011-05-15 | 1 | -0/+119 |