Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-02 | Use unsigned char type for coverage calculations to keep the value inside ↵ | Tor Andersson | |
the ring 0..255. This fixes a leaking pixel bug when drawing alpha blended paths. | |||
2008-08-24 | Don't try to draw zero dimensioned image. | Sebastian Rasmussen | |
2008-08-09 | Fixed scope bug in an unused(!) function. | Tor Andersson | |
2008-08-08 | Change debug pixmap to use a static counter instead. | Tor Andersson | |
2008-08-08 | Removed potential race-condition and fixed potentially lost file handle in ↵ | Sebastian Rasmussen | |
pixmap debug code. | |||
2008-08-07 | Paranoia check that paths begin with a moveto in stroking logic. | Tor Andersson | |
2008-08-07 | Fix static buffer overrun in fz_gammapixmap (it was the wrong size). | Tor Andersson | |
2008-07-06 | Added support for prefixing filenames when doing pixmap debugging. | Sebastian Rasmussen | |
2008-07-06 | Added support for sequence numbering of images when doing pixmap debugging. | Sebastian Rasmussen | |
2008-07-06 | Improved variable naming when debugging pixmaps. | Sebastian Rasmussen | |
2008-07-06 | Added support for debugging pixmap with one component and alpha. | Sebastian Rasmussen | |
2008-07-06 | Applied local idiom for pixmap debugging. | Sebastian Rasmussen | |
2008-07-06 | Added support for debugging CMYK pixmaps with alpha. | Sebastian Rasmussen | |
2008-07-01 | Fix band height calculation bug. | Tor Andersson | |
2008-06-30 | Correct rounding in image scale. | Glenn Kennard | |
2008-06-30 | Whitespace fix. | Tor Andersson | |
2008-04-25 | Remove unused meta node type. | Tor Andersson | |
2008-04-23 | Misc cleanups | Glenn Kennard | |
Fix refcount error in xobject resource inheritance from parent. Convert a printf to a proper log message. Don't leak FindFirstFile handle in pdf_createfontlistMS. | |||
2008-03-31 | fixes for native windows build with Visual Studio | Krzysztof Kowalczyk | |
2008-04-20 | Forgot to add blendmodes.c | Glenn Kennard | |
Not functional yet. | |||
2008-04-20 | Adhere to common idiom when not encoundering error. | Sebastian Rasmussen | |
2008-04-19 | Support hairlines (zero-width lines) | Glenn Kennard | |
2008-04-12 | Beginnings of pdf 1.4 blend modes implementation. | Glenn Kennard | |
Just the basic composition formulas. | |||
2008-04-09 | Check for NaN in fz_rendershade. | Glenn Kennard | |
Fixes crash rendering chinesopera.pdf | |||
2008-03-25 | Fix typo in text_w4i1o4 | Glenn Kennard | |
2008-03-24 | Fix endian issue in solid node fill optimization. | Glenn Kennard | |
2008-03-22 | Really, really fix mmx img_4o4mmx routine. | Glenn Kennard | |
2008-03-22 | Fix mmx lerping the wrong direction horizontally. | Glenn Kennard | |
2008-03-21 | Fix fast path compositing. Constant color is NOT premultiplied. | Glenn Kennard | |
2008-03-21 | Yup, premul alpha. Also, vectorize rendersolid. | Glenn Kennard | |
2008-03-21 | Propagate alpha into rendering routines | Glenn Kennard | |
I think these need premul, but not certain yet. | |||
2008-03-21 | Only reset alpha state for transparency group XObjects. | Glenn Kennard | |
2008-03-21 | Remove debug print when emptying glyphcache. | Sebastian Rasmussen | |
2008-03-21 | Fixed typo in image tiling. | Tor Andersson | |
2008-03-20 | Parse fill/stroke constant alpha values. | Tor Andersson | |
2008-03-20 | Whitespace fixes. | Sebastian Rasmussen | |
2008-03-20 | Fixed patch generating compiler warning. | Sebastian Rasmussen | |
2008-03-19 | Optimize pdf_loadtile for indexed images | Glenn Kennard | |
2008-03-20 | Fixed compiler warning. | Sebastian Rasmussen | |
2008-03-20 | Use C comments instead of C++ comments. | Sebastian Rasmussen | |
2008-03-19 | Split image decode and scaling work into bands for large images | Glenn Kennard | |
Images larger than will fit in a typical L2 cache that need scaling are now chopped up and processed in bands. Speeds up McCue.pdf overall by 1/3. Actual decoding of stream is still done in one chunk, which now has the highest overhead. | |||
2008-03-20 | Adapted whitespace in decodetile patch. | Sebastian Rasmussen | |
2008-03-19 | Special case decodetile for n | Glenn Kennard | |
2008-03-17 | Small speedup of decodetile | Glenn Kennard | |
2008-03-20 | Use C comments instead of C++ comments. | Sebastian Rasmussen | |
2008-03-20 | Fix for pixmap scaling patch. | Sebastian Rasmussen | |
2008-03-09 | Fixed initial line whitespace. | Sebastian Rasmussen | |
2008-03-17 | Special-case 1-5 components in image scale | Glenn Kennard | |
Approximately doubles the speed of this routine by getting rid of the per-component loops. | |||
2008-03-17 | Use fixed point in integer scale routines | Glenn Kennard | |
Speed up scaling by multiplying by 16.16 inverse of denom, instead of dividing per output pixel. | |||
2008-03-17 | Port y clipping from fitz experimental tree | Glenn Kennard | |
This speeds up a particular case from 47s to less than a second. |