summaryrefslogtreecommitdiff
path: root/draw
AgeCommit message (Expand)Author
2013-03-22Squash some warnings.Robin Watts
2013-03-22Fix store debugging fns so that all output goes to the same file.Robin Watts
2013-03-20Add caching of rendered tiles.Robin Watts
2013-03-20Fix incorrect scissor boxes for second and subsequent glyphs.Robin Watts
2013-03-04Fix misalignment of rotated images.Robin Watts
2013-02-27Bug 693640: Fix interpolated painting of images going out of rangeRobin Watts
2013-02-20Bug 693639: Avoid heap overflow and leaks in error cases.Robin Watts
2013-02-19Fix whitespace.Tor Andersson
2013-02-06Rename bbox to irect.Tor Andersson
2013-02-06Add some 'restrict' qualifiers to hopefully speed matrix ops.Robin Watts
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2013-01-30Rename fz_irect back to fz_bbox.Tor Andersson
2013-01-30Always pass value structs (rect, matrix, etc) as values not by pointer.Tor Andersson
2013-01-30Rename fz_rect_covering_rect to fz_irect_from_rect.Tor Andersson
2013-01-30Introduce fz_irect where the old fz_bbox was useful.Tor Andersson
2013-01-30Pass content/clip bbox to device functions by value.Tor Andersson
2013-01-30Eliminate fz_bbox in favor of fz_rect everywhere.Tor Andersson
2013-01-11Bug 693534: 0 bits of antialiasing brokenRobin Watts
2012-12-21Bug 593603: Fix problems with tiling.Robin Watts
2012-12-20Bug 693503: Fix SEGV in glyph painting due to bbox overflow.Robin Watts
2012-12-19Bug 693503: Fix potential SEGV in bitmap scalers.Robin Watts
2012-12-18Bug 693503: Fix out of bounds memory access in scaler.Robin Watts
2012-12-18Protect against draw device stack confusion due to errors while pushing.Robin Watts
2012-12-12Fix whitespace.Robin Watts
2012-12-09Rejig color conversion.Robin Watts
2012-12-08Optimise sharp scan conversion as we did with aa scan conversion.Robin Watts
2012-11-27Update scan converter to cope better with rectangular paths.Robin Watts
2012-11-21Add weights caches for pixmap scaling.Robin Watts
2012-11-21Android: Move draw_simple_scale.c back into Core.mkRobin Watts
2012-11-21ARM code pixmap subsampler.Robin Watts
2012-11-20Obsess about whitespace.Tor Andersson
2012-11-19Unroll inner loop of ARM version of scale_row_to_temp1.Robin Watts
2012-11-19Enable android profiler build.Robin Watts
2012-10-05Bug 693346: Fix memory leak when aborting.Robin Watts
2012-10-05Move local implementation of trig function to internal headerSebastian Rasmussen
2012-10-01Handle axial and radial shadings the same way as other shadings.Sebastian Rasmussen
2012-10-01Bug 693330: Change shadings to decompose to meshes at render time.Robin Watts
2012-09-26Implement oversized text clipping and stroked text clipping.Robin Watts
2012-07-18Remove pointless test.Robin Watts
2012-07-18Fix missing diagram in 1522*.pdfRobin Watts
2012-07-17Fall back to character path rendering if stroked text uses a dash pattern.Tor Andersson
2012-07-17Handle glyphs that are too large to render as pixmaps.Tor Andersson
2012-07-05Move to static inline functions from macros.Robin Watts
2012-06-11Fix Bug 693102: Overflows in large pixmap indexing.Robin Watts
2012-05-09Bug 693021: Texture position overflow problems.Robin Watts
2012-05-08Fix bug in ARM code in draw_simple_scaleRobin Watts
2012-04-23Fix whitespace and indentation.Tor Andersson
2012-04-20Bug 692995: Fix hang when rendering image.Robin Watts
2012-04-19Bug 692990: Fix 'underjoin' of strokes.Robin Watts
2012-04-18Add LOCAL_TRIG_FNS option.Robin Watts