1. 9d1d618 Don't require getLength on Mac. by scroggo@google.com · 11 years ago
  2. f445970 Avoid getLength in ico decoder. by scroggo@google.com · 11 years ago
  3. d845c14 Fixes for JPEG subset decoding. by scroggo@google.com · 11 years ago
  4. d547180 Update freetype to version 2.5.0.1 when building it from source. by djsollen@google.com · 11 years ago
  5. fe0c902 Update obvious deps. by bungeman@google.com · 11 years ago
  6. 9674f66 Revert deps changes in r10220 and r10217. by bungeman@google.com · 11 years ago
  7. ac4a505 Update obvious deps. by bungeman@google.com · 11 years ago
  8. f7d47c2 remove double including of libpng decoder by commit-bot@chromium.org · 11 years ago
  9. 881ed1e GYP Changes and Scripts for Compiling Skia for ChromeOS by borenet@google.com · 11 years ago
  10. 3702c9f Separate core and images project. by scroggo@google.com · 11 years ago
  11. 2341c09 Add a comment to the top of images.gyp. by scroggo@google.com · 11 years ago
  12. 69bd56b Force linking with image decoders for images project. by scroggo@google.com · 11 years ago
  13. 75a895e Updates to skimage tool to use it for testing. by scroggo@google.com · 11 years ago
  14. ed9f52c ARGB image encoder for checksums. https://codereview.chromium.org/14267031/ by bungeman@google.com · 11 years ago
  15. ce3def5 Remove exclude of file which no longer exists. by bungeman@google.com · 11 years ago
  16. 05efd1c Updates to images project. by scroggo@google.com · 11 years ago
  17. 366056a Fix the NaCl build. by scroggo@google.com · 11 years ago
  18. c257cd9 Include gif image decoding in images/ on linux. by scroggo@google.com · 11 years ago
  19. 2b8cbdf Update gyp\images.gyp for move of SkJpegUtility.h from include\images to src\images (in r8267) by robertphillips@google.com · 11 years ago
  20. 46ff642 Remove SK_ENABLE_LIBPNG define as it is no longer needed by Android. by djsollen@google.com · 11 years ago
  21. abfba02 Upstream Android modifications to the image encoders/decoders. by commit-bot@chromium.org · 11 years ago
  22. 789cb05 Gyp changes for NaCl debugger by borenet@google.com · 11 years ago
  23. a7f4e3d move SkFDStream out of images into core by reed@google.com · 11 years ago
  24. c720674 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 11 years ago
  25. ae5359b Fix android errors when unflattening an SkImageRef_ashmem object. by djsollen@google.com · 11 years ago
  26. fb7f8cd kill unused SkFlipPixelRef Review URL: https://codereview.appspot.com/6949043 by reed@google.com · 12 years ago
  27. 4fcef2c Create a factory to decode an SkBitmap from an SkData. by scroggo@google.com · 12 years ago
  28. a50f02d Improve NaCl support by borenet@google.com · 12 years ago
  29. 0dcb15d Build Skia as a static library by borenet@google.com · 12 years ago
  30. e948370 Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
  31. 7151577 update gyp files to build on iOS by caryclark@google.com · 12 years ago
  32. 4c3aa2f Set bench/gm/tests as explicit dependencies of SkiaAndroidApp (trunk) by borenet@google.com · 12 years ago
  33. 1e57a14 Redelivering r3611 changes (enabling cmyk jpeg changes in .gyps) by robertphillips@google.com · 12 years ago
  34. b4e5570 Rolling back r3611 until the Android compilation issue is resolved by robertphillips@google.com · 12 years ago
  35. 62c5a4a Finally enabled libjpeg functionality in .gyps by robertphillips@google.com · 12 years ago
  36. a3eafbe Revert 3538. by bungeman@google.com · 12 years ago
  37. 404b9f7 Correct dependencies in gyp files. http://codereview.appspot.com/5934044/ by bungeman@google.com · 12 years ago
  38. cf4ff2a Remove unused classes from the build. by djsollen@google.com · 12 years ago
  39. a8ce590 Copy libjpeg.gyp from third_party/externals/libjpeg/ to gyp/ by epoger@google.com · 12 years ago
  40. f27bc8e reverting to 3437 by robertphillips@google.com · 12 years ago
  41. 3e93e80 Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on android) by robertphillips@google.com · 12 years ago
  42. fc79bcf Make all gyp targets automatically include common.gypi by epoger@google.com · 12 years ago
  43. 81f3992 Remove libjpeg image decoder, since we've never built it since we changed by tomhudson@google.com · 12 years ago
  44. 88aa7f4 Remove referenecs to nonexistent file SkImageDecoder_libpvjpeg.c from gyp by tomhudson@google.com · 12 years ago
  45. 357a88e Enable Android GM to produce PNG images. by djsollen@google.com · 12 years ago
  46. bee3c45 Add windowscodecs.lib to images.gyp by bsalomon@google.com · 13 years ago
  47. d2e8448 Adding support to trunk for building Skia using the Android NDK. by djsollen@google.com · 13 years ago
  48. 9518584 Create new 'skia_os' variable to replace use of 'OS' in most places. by epoger@google.com · 13 years ago
  49. 27b9aa0 combine target_defaults.gypi into common.gypi by epoger@google.com · 13 years ago
  50. 5ec66ff Make images properly depend on utils. http://codereview.appspot.com/4629068/ by bungeman@google.com · 13 years ago
  51. 4f1876b Wrap SkStreams in IStreams instead of copying data around. by bungeman@google.com · 13 years ago
  52. 49e667d Add image encoder/decoder for Windows. http://codereview.appspot.com/4634078/ by bungeman@google.com · 13 years ago
  53. 6f31028 Revert the changes to gyp/images.gyp in r1654, as apparently they're by senorblanco@chromium.org · 13 years ago
  54. d7e95ea Remove some files from views.gyp that already being compiled into utils.gyp by senorblanco@chromium.org · 13 years ago
  55. 184de29 remove libpng and zlib from third_party http://codereview.appspot.com/4571077 by epoger@google.com · 13 years ago
  56. 6559b6a change GC imagedecoder to use the same colorspace between image and context, by reed@google.com · 13 years ago
  57. af20cf1 fix gm on Mac, and Linux buildbot build, by adding zlib source to third_party by epoger@google.com · 13 years ago
  58. 77ed156 add libpng source to repo and make Unix build use it by epoger@google.com · 13 years ago
  59. ce8a1f3 create GYP files for these targets: tests, gm, skhello, skimage, skdiff by epoger@google.com · 13 years ago
  60. 12e8981 Add a missing include path for the linux build of utils.gyp. Remove the Linux by senorblanco@chromium.org · 13 years ago
  61. 11b8357 Clean up the gyp files to reflect some files that were removed and/or renamed. by senorblanco@chromium.org · 13 years ago
  62. 4211f85 split skia.gyp into separate gypfile for each source dir by epoger@google.com · 13 years ago