aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkFlate.cpp
Commit message (Expand)AuthorAge
* SkPDF: remove SK_NO_FLATE & dead code in SkPDFStreamGravatar halcanary2015-03-31
* Flate: skia_alloc_func works on both miniz and zlibGravatar halcanary2015-02-27
* Revert of Flate: fix valgrind miniz Conditional-jump-or-move-depends... error...Gravatar schenney2015-02-27
* Flate: fix valgrind miniz Conditional-jump-or-move-depends... errorGravatar halcanary2015-02-27
* miniz support in SkFlate / PDFGravatar mtklein2015-02-26
* zlib/pdf: remove HaveFlate(), depend on preprocessor definesGravatar halcanary2015-02-17
* SK_NO_FLATEGravatar mtklein2015-02-17
* fix more 64bit warningsGravatar reed@google.com2014-01-27
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Add SK_SYSTEM_ZLIB define.Gravatar justinlin@google.com2012-04-16
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Fix SkFlate.cpp when SK_ZLIB_INCLUDE is not #defined.Gravatar epoger@google.com2011-07-21
* [PDF] Make stream compression optional on a per device basis.Gravatar vandebo@chromium.org2011-07-20
* add ptr/len and SkData versions of Deflate()Gravatar reed@google.com2011-06-27
* use general SkWStream for parameterGravatar reed@google.com2011-06-24
* Make SkFlate buffers statically sized (fixes Windows compile).Gravatar vandebo@chromium.org2011-04-05
* Move where compression enable/disable is done to make recompilation faster.Gravatar vandebo@chromium.org2011-04-01
* Add flate compression test and fix bugs.Gravatar vandebo@chromium.org2010-12-02
* Add deflate support to SkPDFStream.Gravatar vandebo@chromium.org2010-12-01