Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-think colors. | Tavian Barnes | 2011-12-14 | 1 | -29/+29 |
| | | | | | | | | | Color is a property of light, and thus doesn't include information about transparency. But canvas pixels and object pigments represent a color and a degree of transparency. The new type dmnsn_tcolor/ TColor encapsulates that information. Also, fix the transparent shadow implementation. | ||||
* | Fix reading of 8-bit PNG files. | Tavian Barnes | 2011-12-06 | 1 | -7/+7 |
| | |||||
* | Make PNG and GL share the same optimizer. | Tavian Barnes | 2011-10-30 | 1 | -39/+2 |
| | |||||
* | Make API more consistent. | Tavian Barnes | 2011-10-30 | 1 | -4/+5 |
| | | | | Object methods should be dmnsn_<object>_<fn>(). | ||||
* | Rename progress objects to future objects. | Tavian Barnes | 2011-10-19 | 1 | -30/+30 |
| | |||||
* | Round correctly when converting colors to integers. | Tavian Barnes | 2011-09-18 | 1 | -11/+10 |
| | |||||
* | Simplify canvas export functions a bit. | Tavian Barnes | 2011-08-27 | 1 | -63/+8 |
| | |||||
* | Rename dimension-impl.h to dimension-internal.h | Tavian Barnes | 2011-08-25 | 1 | -1/+1 |
| | |||||
* | Fix dmnsn_png_read_canvas() error handling. | Tavian Barnes | 2011-08-15 | 1 | -14/+9 |
| | |||||
* | Handle sRGB gamma correctly. | Tavian Barnes | 2011-05-28 | 1 | -1/+5 |
| | |||||
* | Calculate alpha correctly for canvas exports. | Tavian Barnes | 2011-05-20 | 1 | -1/+2 |
| | |||||
* | Switch to Blender model of filtered transparency. | Tavian Barnes | 2011-05-20 | 1 | -8/+6 |
| | |||||
* | Fix typo in PNG reading. | Tavian Barnes | 2011-05-16 | 1 | -4/+4 |
| | |||||
* | Make colors less abstract. | Tavian Barnes | 2011-04-22 | 1 | -94/+51 |
| | |||||
* | Take into account color intensity for filtered transparency in canvas export. | Tavian Barnes | 2011-04-22 | 1 | -1/+1 |
| | |||||
* | Don't use awkward (*fptr)() syntax. | Tavian Barnes | 2011-04-03 | 1 | -7/+7 |
| | |||||
* | Update email address. | Tavian Barnes | 2011-03-08 | 1 | -1/+1 |
| | |||||
* | Fix license years. | Tavian Barnes | 2011-02-17 | 1 | -1/+1 |
| | |||||
* | Get rid of the unused multi-level loop crap in dmnsn_progress* objects. | Tavian Barnes | 2011-02-17 | 1 | -2/+2 |
| | |||||
* | Add dmnsn_[un]likely() macros and a profiling framework. | Tavian Barnes | 2011-01-29 | 1 | -1/+0 |
| | |||||
* | Document libdimension with Doxygen. | Tavian Barnes | 2010-11-14 | 1 | -16/+22 |
| | |||||
* | Missed some free() -> dmnsn_free() conversions. | Tavian Barnes | 2010-10-18 | 1 | -1/+1 |
| | |||||
* | Use __thread for TLS in png.c. | Tavian Barnes | 2010-09-30 | 1 | -32/+3 |
| | |||||
* | Make dmnsn_new_thread() bail out on errors. | Tavian Barnes | 2010-09-29 | 1 | -10/+2 |
| | |||||
* | Add dmnsn_free() to match dmnsn_malloc(). | Tavian Barnes | 2010-09-26 | 1 | -13/+13 |
| | |||||
* | Rename dimension_impl.h to dimension-impl.h. | Tavian Barnes | 2010-07-14 | 1 | -1/+1 |
| | |||||
* | Move platform-specific stuff in libdimension into platform.c. | Tavian Barnes | 2010-06-29 | 1 | -2/+1 |
| | |||||
* | Fix some copyright dates. | Tavian Barnes | 2010-05-10 | 1 | -1/+1 |
| | |||||
* | New dmnsn_new_thread() function. | Tavian Barnes | 2010-05-09 | 1 | -145/+117 |
| | | | | | | | Two advantages: first, waiters are guaranteed to wake if a dmnsn_error() cancels a thread. Second, the thread library is fully abstracted over by threads.{c,h} and progress.{c,h} now, though raytrace.c is still using pthread_create() directly. | ||||
* | Clean up some unused variables. | Tavian Barnes | 2010-05-09 | 1 | -3/+1 |
| | |||||
* | New DMNSN_ARRAY_FOREACH() macro, faster than iterating with dmnsn_array_get(). | Tavian Barnes | 2010-05-08 | 1 | -7/+5 |
| | |||||
* | Use C99 for loop initializers. | Tavian Barnes | 2010-05-05 | 1 | -19/+16 |
| | |||||
* | New dmnsn_malloc() function, and friends. | Tavian Barnes | 2010-04-07 | 1 | -83/+35 |
| | | | | | | 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 | -8/+18 |
| | |||||
* | Fix up license blurbs and copyright year. | Tavian Barnes | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | Translucency support. | Tavian Barnes | 2009-11-18 | 1 | -4/+16 |
| | |||||
* | Don't flip optimized PNG writes. | Tavian Barnes | 2009-10-30 | 1 | -2/+3 |
| | |||||
* | Don't check if it's too late to add canvas optimizers. | Tavian Barnes | 2009-10-26 | 1 | -5/+1 |
| | | | | This fixes some errors displayed by concurrency checkers like helgrind and drd. | ||||
* | Code formatting. | Tavian Barnes | 2009-07-09 | 1 | -15/+29 |
| | |||||
* | New interface for background progress bars in C++ tests. | Tavian Barnes | 2009-07-09 | 1 | -1/+1 |
| | |||||
* | Update license copyrights to 2009. | Tavian Barnes | 2009-07-08 | 1 | -1/+1 |
| | |||||
* | 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 | -2/+96 |
| | | | | dmnsn_set_pixel() callbacks. | ||||
* | Add lots of comments, and some code fixes discovered in the process. | Tavian Barnes | 2009-06-26 | 1 | -12/+24 |
| | |||||
* | Finish asynchronous PNG interface, and test it in png test. | Tavian Barnes | 2009-06-22 | 1 | -29/+95 |
| | |||||
* | New asynchronous PNG interface. | Tavian Barnes | 2009-06-22 | 1 | -3/+119 |
| | |||||
* | Merge libdimension-png into libdimension. | Tavian Barnes | 2009-05-10 | 1 | -0/+328 |