summaryrefslogtreecommitdiff
path: root/draw
AgeCommit message (Expand)Author
2010-06-13Fix bug when loading edge from global edge list.Sebastian Rasmussen
2010-05-27Add optimized function written in C that depends on integers being exactly 32...Tor Andersson
2010-05-27Add Robin Watts' arm assembler version of path_w4i1o4.Tor Andersson
2010-05-20Draw images with anti-aliased edges.Tor Andersson
2010-05-20Use more accurate fz_mul255.Tor Andersson
2010-05-19Treat rectangular clip paths as a special case using scissoring rectangles.Tor Andersson
2010-05-18Do not check return value from fz_malloc() and fz_realloc() in pdfinfo and Wi...Sebastian Rasmussen
2010-05-15Fix off by one typo in MMX optimized clipmask blending.Tor Andersson
2010-05-14Add workaround to clip image blits against the unit rectangle.Tor Andersson
2010-05-10Use correct color index in image mask rendering. It still used the old indexe...Tor Andersson
2010-05-10Reference count font pointers in the glyph cache keys.Tor Andersson
2010-04-25Move stroking state to a separate struct in preparation for stroked text rend...Tor Andersson
2010-04-24Only pass non-pre-multiplied color to the w4i1o4 functions.Tor Andersson
2010-04-19Convert colors before rendering the shade mesh instead of converting the pixmap.Tor Andersson
2010-04-16Don't cache glyphs bigger than a threshold size, and clear the cache when it ...Tor Andersson
2010-04-16Rewrite glyph cache to use fz_hashtable without a fixed size buffer.Tor Andersson
2010-04-14Remove test for NaN in shademesh rendering since it no longer appears.Sebastian Rasmussen
2010-04-11Rename fz_irect to fz_bbox.Tor Andersson
2010-04-11Remove unused functions.Tor Andersson
2010-04-11Remove unused file render.cTor Andersson
2010-04-11Remove obsolete cpu-specific optimization detection code.Tor Andersson
2010-04-08Move fz_pixmap from draw directory to fitz.Tor Andersson
2010-04-08Add display list device.Tor Andersson
2010-03-15Rename fitzdraw directory to draw.Tor Andersson