summaryrefslogtreecommitdiff
path: root/source/fitz/draw-mesh.c
AgeCommit message (Expand)Author
2018-09-13Make naming of effective overprint argument consistent.Sebastian Rasmussen
2018-07-05Pass rects by value: device and document interface.Tor Andersson
2018-07-05Pass matrices by value: device and document interface.Tor Andersson
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2018-06-22Don't pollute namespace with our 'restrict' macro. Use FZ_RESTRICT instead.Tor Andersson
2018-01-24Make sure to drop color converter when painting shades, even upon error.Sebastian Rasmussen
2018-01-24Bug 698904: Drop pixmap only once upon error when painting shades.Sebastian Rasmussen
2017-10-24Make sure shades use proper "default" color space.Michael Vrhel
2017-10-24Only do proof conversion in final pop.Michael Vrhel
2017-10-24Fix overprint with shadings.Robin Watts
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