Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use // comments when possible. | Tavian Barnes | 2014-06-07 | 1 | -1/+1 |
| | |||||
* | refcount: Remove. | Tavian Barnes | 2014-05-31 | 1 | -1/+0 |
| | |||||
* | gl: Make drawing faster by using a better pixel format. | Tavian Barnes | 2014-04-27 | 1 | -1/+1 |
| | |||||
* | Rename future-impl.h to future-internal.h. | Tavian Barnes | 2014-04-23 | 1 | -1/+1 |
| | |||||
* | Use strerror_r if available instead of sys_errlist. | Tavian Barnes | 2014-02-03 | 1 | -2/+1 |
| | |||||
* | Allow other BVH implementations to be used. | Tavian Barnes | 2012-12-17 | 1 | -1/+2 |
| | | | | | dmnsn_bvh is now a generic API, which could potentially support octrees, etc, in addition to PR-trees. | ||||
* | Add a dmnsn_unreachable() macro. | Tavian Barnes | 2011-11-16 | 1 | -1/+1 |
| | | | | Also rename inline.h to compiler.h. | ||||
* | Make PNG and GL share the same optimizer. | Tavian Barnes | 2011-10-30 | 1 | -0/+1 |
| | |||||
* | Make API more consistent. | Tavian Barnes | 2011-10-30 | 1 | -0/+1 |
| | | | | Object methods should be dmnsn_<object>_<fn>(). | ||||
* | Rename progress objects to future objects. | Tavian Barnes | 2011-10-19 | 1 | -1/+1 |
| | |||||
* | Rename dimension-impl.h to dimension-internal.h | Tavian Barnes | 2011-08-25 | 1 | -0/+39 |