index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
draw
Age
Commit message (
Expand
)
Author
2010-07-07
Rename private functions to add fz prefix.
Tor Andersson
2010-07-01
Remove unnecessary (and invalid) assert.
Tor Andersson
2010-07-01
Remove silly warnings from MSVC.
Tor Andersson
2010-07-01
Remove unused blendover functions.
Tor Andersson
2010-07-01
Fix typo and rename some variables.
Tor Andersson
2010-07-01
Fix typo that caused shadings using functions to clobber the destination colors.
Tor Andersson
2010-06-30
Fix typo in duff_1i1o1 where the strides were not being adjusted.
Tor Andersson
2010-06-30
Fix typo in text_w4i1o4_32bit that picked up the wrong color components.
Tor Andersson
2010-06-30
Refactor and clean up shading code a bit.
Tor Andersson
2010-06-29
Reformat to remove all instances of double spaces (to easier spot indentation...
Tor Andersson
2010-06-29
Move over to RGBA instead of ARGB. Add missing gray-alpha 'duff' functions.
Robin Watts
2010-06-23
Implement ARM version of loadtile8.
Robin Watts
2010-06-23
Remove some stray spaces.
Tor Andersson
2010-06-23
Add special case loops for loadtile8 when pad is 1 and 3 (grayscale and rgb).
Tor Andersson
2010-06-23
Fix asserts in blit().
Tor Andersson
2010-06-23
Fix typo.
Tor Andersson
2010-06-22
Add support for greyscale rendering to the mupdf core and pdfdraw.
Robin Watts
2010-06-22
Add hints flag to device struct so that the interpreter doesn't need to load ...
Tor Andersson
2010-06-20
Rename the remaining non-reference-counted free functions to free instead of ...
Tor Andersson
2010-06-20
Move font size check from interpreter to font rendering.
Tor Andersson
2010-06-18
Add arm versions of scol4 and srow4.
Robin Watts
2010-06-18
Optimise image scaling.
Robin Watts
2010-06-18
SWAR implementations of the image drawing functions, plus some tweaks to the ...
Robin Watts
2010-06-19
Floats everywhere!
Tor Andersson
2010-06-17
Fix a handful typos reported in bug 691398.
Tor Andersson
2010-06-16
Accelerate some of the blitting functions using SWAR.
Robin Watts
2010-06-15
Remove all use of the fz_mul255 macro in the porterduff/imagedraw code in fav...
Robin Watts
2010-06-15
Use scissor bbox to clip shadings instead of using scratch buffers.
Tor Andersson
2010-06-16
Do runtime endianness test instead of relying on unreliable preprocessor macros.
Tor Andersson
2010-06-15
Don't process paths with missing moveto.
Tor Andersson
2010-06-13
Fix bug when loading edge from global edge list.
Sebastian Rasmussen
2010-05-27
Add optimized function written in C that depends on integers being exactly 32...
Tor Andersson
2010-05-27
Add Robin Watts' arm assembler version of path_w4i1o4.
Tor Andersson
2010-05-20
Draw images with anti-aliased edges.
Tor Andersson
2010-05-20
Use more accurate fz_mul255.
Tor Andersson
2010-05-19
Treat rectangular clip paths as a special case using scissoring rectangles.
Tor Andersson
2010-05-18
Do not check return value from fz_malloc() and fz_realloc() in pdfinfo and Wi...
Sebastian Rasmussen
2010-05-15
Fix off by one typo in MMX optimized clipmask blending.
Tor Andersson
2010-05-14
Add workaround to clip image blits against the unit rectangle.
Tor Andersson
2010-05-10
Use correct color index in image mask rendering. It still used the old indexe...
Tor Andersson
2010-05-10
Reference count font pointers in the glyph cache keys.
Tor Andersson
2010-04-25
Move stroking state to a separate struct in preparation for stroked text rend...
Tor Andersson
2010-04-24
Only pass non-pre-multiplied color to the w4i1o4 functions.
Tor Andersson
2010-04-19
Convert colors before rendering the shade mesh instead of converting the pixmap.
Tor Andersson
2010-04-16
Don't cache glyphs bigger than a threshold size, and clear the cache when it ...
Tor Andersson
2010-04-16
Rewrite glyph cache to use fz_hashtable without a fixed size buffer.
Tor Andersson
2010-04-14
Remove test for NaN in shademesh rendering since it no longer appears.
Sebastian Rasmussen
2010-04-11
Rename fz_irect to fz_bbox.
Tor Andersson
2010-04-11
Remove unused functions.
Tor Andersson
2010-04-11
Remove unused file render.c
Tor Andersson
[prev]
[next]