summaryrefslogtreecommitdiff
path: root/raster/render.c
AgeCommit message (Collapse)Author
2009-02-28Moved Fitz files into one directory.Tor Andersson
2009-02-23Refactor fz_font and pdf_font mess into fz_font and pdf_fontdesc with more ↵Tor Andersson
font logic on the PDF side and freetype rendering on the fitz side.
2008-08-24Don't try to draw zero dimensioned image.Sebastian Rasmussen
2008-07-01Fix band height calculation bug.Tor Andersson
2008-06-30Whitespace fix.Tor Andersson
2008-04-25Remove unused meta node type.Tor Andersson
2008-04-23Misc cleanupsGlenn 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-31fixes for native windows build with Visual StudioKrzysztof Kowalczyk
2008-04-20Forgot to add blendmodes.cGlenn Kennard
Not functional yet.
2008-04-20Adhere to common idiom when not encoundering error.Sebastian Rasmussen
2008-04-19Support hairlines (zero-width lines)Glenn Kennard
2008-03-24Fix endian issue in solid node fill optimization.Glenn Kennard
2008-03-21Fix fast path compositing. Constant color is NOT premultiplied.Glenn Kennard
2008-03-21Yup, premul alpha. Also, vectorize rendersolid.Glenn Kennard
2008-03-21Propagate alpha into rendering routinesGlenn Kennard
I think these need premul, but not certain yet.
2008-03-20Parse fill/stroke constant alpha values.Tor Andersson
2008-03-20Whitespace fixes.Sebastian Rasmussen
2008-03-20Fixed patch generating compiler warning.Sebastian Rasmussen
2008-03-19Optimize pdf_loadtile for indexed imagesGlenn Kennard
2008-03-20Fixed compiler warning.Sebastian Rasmussen
2008-03-20Use C comments instead of C++ comments.Sebastian Rasmussen
2008-03-19Split image decode and scaling work into bands for large imagesGlenn 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-09Fixed initial line whitespace.Sebastian Rasmussen
2008-03-17Port y clipping from fitz experimental treeGlenn Kennard
This speeds up a particular case from 47s to less than a second.
2008-03-08Fixed almost all compiler warnings.Sebastian Rasmussen
2005-06-06rename fz_colornode to fz_solidnodeTor Andersson
2005-06-04new world order ii -- revenge of the header filesTor Andersson
2005-06-04new world orderTor Andersson