summaryrefslogtreecommitdiff
path: root/source/fitz/draw-mesh.c
AgeCommit message (Expand)Author
2017-10-05Remove shadowed variables.Sebastian Rasmussen
2017-09-12Fix Gradients in the presence of spots.Robin Watts
2017-07-19Add spots to fz_pixmaps.Robin Watts
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-05-08Bug 697864: Free temporary pixmaps only if created.Sebastian Rasmussen
2017-04-27Typedef function pointers consistently.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2016-10-07Rename fz_process_mesh to fz_process_shade.Robin Watts
2016-10-06Hide internals of fz_colorspaceRobin Watts
2016-09-14Add scripts to remove/replace 'static' from functions.Robin Watts
2016-05-29Tweak plotter code slightly for speed.Robin Watts
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
2016-02-22Drop const from fz_shade.Tor Andersson
2016-01-13Add lots of consts.Robin Watts
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2014-02-17Simplify shade vertex preparation and remove redundant memcpy calls.Tor Andersson
2014-01-02Bug 694585: Further improve mesh rendering timesRobin Watts
2014-01-02Bug 694585: Slow rendering of meshesRobin Watts
2013-06-20Rearrange source files.Tor Andersson