skia2/third_party
msarett e9e3ee33f3 Add libjpeg-turbo library (depends on yasm)
Mangle external function names to avoid conflict with libjpeg
Take advantage of direct color conversion (RGBA, BGRA, 565)
Prepare to use jpeg_skip_scanlines (when it is upstreamed)

BUG=skia:

Committed: https://skia.googlesource.com/skia/+/b60c3f8291529303299262dba19b1a896060bd2d

Committed: https://skia.googlesource.com/skia/+/f8bf9181d7b0463c8e371755cfbb9ece90b34fc5

Review URL: https://codereview.chromium.org/1180983002
2015-07-01 12:36:18 -07:00
..
etc1 Add LICENSE & README.google files to third_party/etc1 2014-06-03 12:31:09 -07:00
freetype/include_overrides/freetype/config Update freetype to version 2.5.0.1 when building it from source. 2013-07-23 15:51:12 +00:00
giflib Creating a new wrapper for gif decoder 2015-04-01 06:58:48 -07:00
ktx Housekeeping to rename GrGL compressed texture formats to match GL specs 2015-03-27 12:22:10 -07:00
libpng Enable both static and dynamically linked libpng 2015-04-03 12:35:27 -07:00
lua add SkLuaCanvas 2013-05-15 19:34:20 +00:00
yasm Add libjpeg-turbo library (depends on yasm) 2015-07-01 12:36:18 -07:00
README Remove svn:externals and update the README. 2013-06-12 14:57:33 +00:00

This directory contains a set of dependencies that are needed to build various
components and tools within Skia.  Some of these dependencies reside within
the Skia repo, while others are pulled from other repositories and placed
in the third_party/externals directory. These external dependencies are defined
in a DEPS file and are kept up-to-date using 'gclient sync'.