Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some copyright dates. | Tavian Barnes | 2010-05-10 | 1 | -1/+1 |
| | |||||
* | Clean up some unused variables. | Tavian Barnes | 2010-05-09 | 1 | -1/+0 |
| | |||||
* | New DMNSN_ARRAY_FOREACH() macro, faster than iterating with dmnsn_array_get(). | Tavian Barnes | 2010-05-08 | 1 | -9/+6 |
| | |||||
* | Use C99 for loop initializers. | Tavian Barnes | 2010-05-05 | 1 | -15/+12 |
| | |||||
* | 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 | -20/+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. | ||||
* | Set errno on failures. | Tavian Barnes | 2010-04-01 | 1 | -2/+6 |
| | |||||
* | Fix up license blurbs and copyright year. | Tavian Barnes | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | Don't check if it's too late to add canvas optimizers. | Tavian Barnes | 2009-10-26 | 1 | -6/+1 |
| | | | | This fixes some errors displayed by concurrency checkers like helgrind and drd. | ||||
* | Update license copyrights to 2009. | Tavian Barnes | 2009-07-08 | 1 | -1/+1 |
| | |||||
* | Comments and style adjustments, and a couple fixes. | Tavian Barnes | 2009-07-08 | 1 | -3/+12 |
| | |||||
* | Make optimizer registration fail if a canvas has already been written | Tavian Barnes | 2009-07-05 | 1 | -1/+4 |
| | | | | to. | ||||
* | New interface for optimizing canvas conversions by registering | Tavian Barnes | 2009-07-04 | 1 | -24/+112 |
| | | | | dmnsn_set_pixel() callbacks. | ||||
* | Implement dmnsn_gl_read_canvas. | Tavian Barnes | 2009-07-02 | 1 | -2/+38 |
| | |||||
* | Provide interface to export canvas to openGL. | Tavian Barnes | 2009-07-02 | 1 | -0/+91 |