1. b2a6fe7 Enable both static and dynamically linked libpng by djsollen · 9 years ago
  2. 1865900 Revert of Enable both static and dynamically linked libpng (patchset #4 id:60001 of https://codereview.chromium.org/1032253003/) by djsollen · 9 years ago
  3. 2469c99 Enable both static and dynamically linked libpng by djsollen · 9 years ago
  4. 8c8f22a Creating a new wrapper for gif decoder by msarett · 9 years ago
  5. d588c01 Housekeeping to rename GrGL compressed texture formats to match GL specs by egdaniel · 9 years ago
  6. f24f224 Add SkCodec, including PNG implementation. by scroggo · 9 years ago
  7. 3da9181 On windows, build zlib as a static library. by scroggo · 9 years ago
  8. e6cf9cb miniz support in SkFlate / PDF by mtklein · 9 years ago
  9. fbaace0 DM warning-free on win64 by bsalomon · 10 years ago
  10. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  11. 6b0d6b4 Fail gracefully for KTX files with width or height of zero. by djsollen · 10 years ago
  12. 95b1b3d Add astcbitmap to gm slides. by krajcevski · 10 years ago
  13. 7b62448 Revert of - Add astcbitmap to gm slides (https://codereview.chromium.org/444093002/) by krajcevski · 10 years ago
  14. 2fc0582 - Add astcbitmap to gm slides by krajcevski · 10 years ago
  15. 40a1e11 Add support for all compressed formats in KTX file format by krajcevski · 10 years ago
  16. 15840a2 Delete third_party/harfbuzz by Mike Klein · 10 years ago
  17. c3b3266 hide SkBitmap::Config entirely (behind a flag) by reed · 10 years ago
  18. c250d2e Initial KTX encoder by krajcevski · 10 years ago
  19. 99ffe24 Initial KTX file decoder by krajcevski · 10 years ago
  20. 8a35140 Add LICENSE & README.google files to third_party/etc1 by robertphillips · 10 years ago
  21. 8cf81e0 Simple PKM image decoder. by robertphillips@google.com · 10 years ago
  22. 3056bdd Since we're only using it on Linux now, just require poppler as a system dependency. by commit-bot@chromium.org · 10 years ago
  23. 53ba425 Drop executable flag from headers so that they can be packaged by robertphillips@google.com · 10 years ago
  24. 8065ec5 Add new module for distance field generation. by commit-bot@chromium.org · 10 years ago
  25. b5f3b35 Revert of Add new module for distance field generation. (https://codereview.chromium.org/178543007/) by commit-bot@chromium.org · 10 years ago
  26. bf99824 Add new module for distance field generation. by commit-bot@chromium.org · 10 years ago
  27. fa190be Roll fontconfig to 2.11.0 and reenable poppler on mac by commit-bot@chromium.org · 10 years ago
  28. 83f5692 Fix Mac fontconfig build (try 2) by commit-bot@chromium.org · 11 years ago
  29. 32eea43 Revert of https://codereview.chromium.org/113203003/ by commit-bot@chromium.org · 11 years ago
  30. 9a907fa Fix Mac fontconfig build by commit-bot@chromium.org · 11 years ago
  31. 611fde1 Remove the comments settings for vim tab width and expansion variables. by commit-bot@chromium.org · 11 years ago
  32. d830d13 Hook in rough distance field support for fonts by jvanverth@google.com · 11 years ago
  33. 327c081 Add libpoppler for PDF rendering, take 2 by commit-bot@chromium.org · 11 years ago
  34. 54c538e Revert "The CL adds libpoppler to DEPS and adds a libpoppler-cpp gyp target for Linux, Windows, and Mac. This does not currently change the GM tool to use poppler - that will be a refactor job in a separate CL." by vandebo@chromium.org · 11 years ago
  35. 85e9db0 The CL adds libpoppler to DEPS and adds a libpoppler-cpp gyp target for Linux, Windows, and Mac. This does not currently change the GM tool to use poppler - that will be a refactor job in a separate CL. by commit-bot@chromium.org · 11 years ago
  36. bcc6d7d Update freetype to version 2.5.0.1 when building it from source. by djsollen@google.com · 11 years ago
  37. 2e767c3 Update freetype DEPS to version 2.5 with PNG encoded color bitmap glyphs by djsollen@google.com · 11 years ago
  38. fbe03bc Remove svn:externals and update the README. by djsollen@google.com · 11 years ago
  39. dff7e11 add SkLuaCanvas by reed@google.com · 11 years ago
  40. b2c1647 Add BSON implementation to third_party by djsollen@google.com · 12 years ago
  41. 7ffe681 Remove tesselated path renderer and supporting code, glu, and libtess target by bsalomon@google.com · 12 years ago
  42. 05141c2 Fixed minor c++ issues found by cppcheck by robertphillips@google.com · 12 years ago
  43. d3b9fbb Code changes for ANGLE GL interface. .gyp file changes will be delivered later. by robertphillips@google.com · 12 years ago
  44. 7288c49 Fix a warning in libtess in Release builds; define NDEBUG in Release on all by senorblanco@chromium.org · 12 years ago
  45. 5ed23de [Committed on behalf of scottmg@chromium.org] by senorblanco@chromium.org · 13 years ago
  46. b1b721a remove libpng and zlib from third_party http://codereview.appspot.com/4571077 by epoger@google.com · 13 years ago
  47. 25e9283 fix gm on Mac, and Linux buildbot build, by adding zlib source to third_party by epoger@google.com · 13 years ago
  48. 38a9134 add libpng source to repo and make Unix build use it by epoger@google.com · 13 years ago
  49. 353c252 delete manually-imported Gyp source see http://codereview.appspot.com/4610045 by epoger@google.com · 13 years ago
  50. 8cdb78c set externals/gyp dependency to same version as manually imported gyp code by epoger@google.com · 13 years ago
  51. cc9cf9a Modify DEPS so that it works properly for the buildbot by epoger@google.com · 13 years ago
  52. e7ccdb3 revert to manually imported gyp source (from SVN externals) by epoger@google.com · 13 years ago
  53. f01b7cb Add third_party/externals dir that brings in gyp by epoger@google.com · 13 years ago
  54. 1bc8f60 Put back our old gyp dir by epoger@google.com · 13 years ago
  55. 3a09e62 Move third_party/gyp to third_party/gyp-old in anticipation of replacement by epoger@google.com · 13 years ago
  56. e6ff8ab Rename some global symbols defined by glu's libtess which conflict with the by senorblanco@chromium.org · 13 years ago
  57. 1fa803d Rename glu libtess symbols. When enabled in WebKit, the internal_glu libtess by senorblanco@chromium.org · 13 years ago
  58. 30ca0a6 Add pdf to skia.gyp and checkin a snap of GYP. by bsalomon@google.com · 13 years ago
  59. 7eb492e Add the GLU tesselator source files to third_party. Add a libtess static by senorblanco@chromium.org · 13 years ago
  60. 5469607 add by reed@android.com · 14 years ago