index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
fitz
/
draw-paint.c
Age
Commit message (
Expand
)
Author
2017-04-27
Include required system headers.
Tor Andersson
2016-11-07
Bug 697241: Fix blending through clips.
Robin Watts
2016-10-07
More SWAR optimisation in plotters.
Robin Watts
2016-10-07
SWAR optimisation in plotters.
Robin Watts
2016-10-07
Correct maths error in painters.
Robin Watts
2016-10-07
Optimise painters: Use SWAR to accelerate plotting.
Robin Watts
2016-10-07
Tweak painters: If painting 0 alpha, skip it.
Robin Watts
2016-10-07
Tweak painters.
Robin Watts
2016-07-20
Fix missing alpha only plotter.
Robin Watts
2016-07-08
Bug 696872: Avoid trying to paint with zero alpha.
Robin Watts
2016-06-16
Silence warnings.
Tor Andersson
2016-06-06
Fix problem with FZ_PLOTTER_G only builds.
Robin Watts
2016-05-30
Ensure that we can use FZ_PLOTTERS_N instead of FZ_PLOTTERS_RGB.
Robin Watts
2016-05-30
Add config.h include file.
Robin Watts
2016-05-29
Accelerate common n=3 color case.
Robin Watts
2016-05-29
Tweak plotter code slightly for speed.
Robin Watts
2016-05-29
Improve speed of fz_paint_solid_color and friends.
Robin Watts
2016-05-29
Split draw-paint.c plotters out into separate functions.
Robin Watts
2016-05-27
Add facility to track usage of functions.
Robin Watts
2016-05-24
Fix optimisation in fz_paint_affine_N_near
Robin Watts
2016-05-24
Sprinkle some consts and restricts in plotters.
Robin Watts
2016-05-24
fz_pixmap revamp: add stride and make alpha optional
Robin Watts
2016-05-16
Fit another mistake in cmyk plotters.
Robin Watts
2016-05-13
Fix error in CMYK plotters.
Robin Watts
2016-03-25
Optimise fz_paint_solid_color_5
Robin Watts
2016-03-22
Remove dead code.
Robin Watts
2016-03-16
glyph plotter; Use repeated inclusion of header
Robin Watts
2016-03-16
Add optimised CMYK plotters.
Robin Watts
2013-08-30
Use RLE coding scheme for glyph bitmaps.
Robin Watts
2013-08-28
Fix big endian operation of paint code.
Robin Watts
2013-08-26
Optimise fz_paint_scan_with_color and fz_paint_span
Robin Watts
2013-08-26
Remove conditional code from draw-paint.c
Robin Watts
2013-08-26
Optimise fz_paint_span_with_color and fz_paint_solid_color
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson