Plumb dst color space in many places, rather than "mode"
[platform/upstream/libSkiaSharp.git] / src / pdf / SkPDFBitmap.cpp
2016-12-09 Brian OsmanPlumb dst color space in many places, rather than ...
2016-11-21 Brian OsmanSupport decoding images to multiple formats, depending...
2016-11-15 Brian OsmanRevert "Support decoding images to multiple formats...
2016-11-15 Brian OsmanSupport decoding images to multiple formats, depending...
2016-08-18 halcanarySkPDF: in-place font subsetting
2016-08-17 brianosmanAdd alphaType() to SkImage
2016-06-29 martina.kollarovaRemove unnecessary includes in src/pdf/
2016-06-03 halcanarySkPDF: handle unpremul right
2016-03-28 halcanarySkPDF s/SkAutoTDelete/std::unique_ptr/
2016-03-25 halcanarySkPDF: draw{Image,Bitmap} always serializes early
2016-03-21 halcanarySkPDF: add drop() virtual to release resources early.
2016-03-08 halcanarySkPDF: Add sk_sp setters; .release() becomes std::move()
2016-03-08 halcanaryRevert of SkPDF: Add sk_sp setters; .release() becomes...
2016-03-08 halcanarySkPDF: Add sk_sp setters; .release() becomes std::move()
2016-03-07 halcanarySkPDF: s/SkAutoTUnref/sk_sp/g
2016-03-06 halcanarySkPDF: AutoTUnref<T> changes in use
2016-02-26 halcanarySkPDF: Let client re-encode JPGs if they want to
2015-12-10 halcanarySkDocument::setDCTEncoder() for old versions of webkit
2015-11-22 halcanarySkPDF: add `final` keyword to leaf classes
2015-11-10 halcanarySkPDF: Deal with missing ColorTable (don't assert)
2015-11-06 halcanarySkPDF: images support 32-but-not-N32 colortype
2015-10-12 halcanarySkPDF: Optionally output PDF/A-2b archive format.
2015-10-09 bungemanRevert of SkPDF: Optionally output PDF/A-2b archive...
2015-10-09 halcanarySkPDF: Optionally output PDF/A-2b archive format.
2015-10-01 halcanarySkPDF: Implement drawImage*() properly
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-08-19 halcanarySkPDF: Simplify PDFStream / emitObject() const
2015-08-12 halcanarySkPDF: Move SkFlate into src/pdf (part 1/3) [reland]
2015-05-07 halcanarySkPDF: detect YUV-JPEG without relying on ImageGenerator
2015-04-27 halcanarySkPDF: clean up uses of deprecated calls in other SkPDF...
2015-04-17 halcanaryPDF: Correctly embed JPEG images directly into PDF...
2015-03-31 halcanarySkPDF: Factor SkPDFCatalog into SkPDFObjNumMap and...
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-25 halcanarySkPDF SkPDFObject::addResources signature simplified
2015-03-20 halcanaryPDF: remove last use of SkPDFImage
2015-03-20 reedRevert of PDF: remove last use of SkPDFImage (patchset...
2015-03-20 halcanaryPDF: remove last use of SkPDFImage
2015-03-01 halcanaryPDF: Switch some unit tests to higher level API.
2015-02-27 halcanaryPDF: Canon now owns a reference to all interned objects
2015-02-26 mtkleinminiz support in SkFlate / PDF
2015-02-20 halcanaryPDF: Now threadsafe!
2015-02-19 mtkleinPDF: why do we have flags no one uses (or can use)?
2015-02-18 halcanaryPDF: Add (low-memory) SkPDFBitmap class