Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-30 | Use RLE coding scheme for glyph bitmaps. | Robin Watts | |
Rather than generating fz_pixmaps for glyphs, we generate fz_glyphs. fz_glyphs can either contain a pixmap, or an RLEd representation (if it's a mask, and it's smaller). Should take less memory in the cache, and should be faster to plot. | |||
2013-08-28 | Fix big endian operation of paint code. | Robin Watts | |
Broken in recent optimisations. | |||
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 | |
If we want the alternative versions we can pull them out of git later. | |||
2013-08-26 | Optimise fz_paint_span_with_color and fz_paint_solid_color | Robin Watts | |
The 2 biggest hotspots in benchmarking on the Raspberry pi at 1200dpi. | |||
2013-06-20 | Rearrange source files. | Tor Andersson | |