summaryrefslogtreecommitdiff
path: root/source/fitz/shade.c
AgeCommit message (Expand)Author
2018-08-14Bug 699631: Handle unsupported triangle mesh edge flags.Sebastian Rasmussen
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2017-05-29Make PI/RADIAN/SQRT2/LN2 global single precision float constants.Sebastian Rasmussen
2017-04-27Remove debug printing code.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2016-10-18Avoid checking argument to fz_drop_*()/fz_free().Sebastian Rasmussen
2016-10-07Rename fz_process_mesh to fz_process_shade.Robin Watts
2016-10-06Hide internals of fz_colorspaceRobin Watts
2016-02-22Drop const from fz_shade.Tor Andersson
2016-01-13Add lots of consts.Robin Watts
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2014-08-27Allow NULL callback functions in the mesh processor.Tor Andersson
2014-05-01Fix 694084: compute number of segments in radial shading from radius.Tor Andersson
2014-02-17Simplify shade vertex preparation and remove redundant memcpy calls.Tor Andersson
2014-01-02Bug 694585: Slow rendering of meshesRobin Watts
2013-06-20Rearrange source files.Tor Andersson