1. 1a2e71d Don't require getLength on Mac. by scroggo@google.com · 11 years ago
  2. dbf9f88 Avoid getLength in ico decoder. by scroggo@google.com · 11 years ago
  3. d4c3565 Fixes for JPEG subset decoding. by scroggo@google.com · 11 years ago
  4. bcc6d7d Update freetype to version 2.5.0.1 when building it from source. by djsollen@google.com · 11 years ago
  5. b8f3655 Update obvious deps. by bungeman@google.com · 11 years ago
  6. 899f1d8 Revert deps changes in r10220 and r10217. by bungeman@google.com · 11 years ago
  7. 2b0ab9e Update obvious deps. by bungeman@google.com · 11 years ago
  8. c41295d remove double including of libpng decoder by commit-bot@chromium.org · 11 years ago
  9. 05d550e GYP Changes and Scripts for Compiling Skia for ChromeOS by borenet@google.com · 11 years ago
  10. 7def5e1 Separate core and images project. by scroggo@google.com · 11 years ago
  11. 73e4d57 Add a comment to the top of images.gyp. by scroggo@google.com · 11 years ago
  12. c4ebdb0 Force linking with image decoders for images project. by scroggo@google.com · 11 years ago
  13. 39edf4c Updates to skimage tool to use it for testing. by scroggo@google.com · 11 years ago
  14. 8c6a4f2 ARGB image encoder for checksums. https://codereview.chromium.org/14267031/ by bungeman@google.com · 11 years ago
  15. 866c6e5 Remove exclude of file which no longer exists. by bungeman@google.com · 11 years ago
  16. 4c6adf9 Updates to images project. by scroggo@google.com · 11 years ago
  17. 3f17828 Fix the NaCl build. by scroggo@google.com · 11 years ago
  18. 9c5f969 Include gif image decoding in images/ on linux. by scroggo@google.com · 11 years ago
  19. cb69319 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. 6e32c46 Remove SK_ENABLE_LIBPNG define as it is no longer needed by Android. by djsollen@google.com · 11 years ago
  21. a936e37 Upstream Android modifications to the image encoders/decoders. by commit-bot@chromium.org · 11 years ago
  22. 327b9b2 Gyp changes for NaCl debugger by borenet@google.com · 11 years ago
  23. 1a68805 move SkFDStream out of images into core by reed@google.com · 11 years ago
  24. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 11 years ago
  25. 528a556 Fix android errors when unflattening an SkImageRef_ashmem object. by djsollen@google.com · 11 years ago
  26. 4c1f091 kill unused SkFlipPixelRef Review URL: https://codereview.appspot.com/6949043 by reed@google.com · 12 years ago
  27. 9f686f3 Create a factory to decode an SkBitmap from an SkData. by scroggo@google.com · 12 years ago
  28. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  29. efb1d77 Build Skia as a static library by borenet@google.com · 12 years ago
  30. 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
  31. 35f5ac9 update gyp files to build on iOS by caryclark@google.com · 12 years ago
  32. af73091 Set bench/gm/tests as explicit dependencies of SkiaAndroidApp (trunk) by borenet@google.com · 12 years ago
  33. 3a4553e Redelivering r3611 changes (enabling cmyk jpeg changes in .gyps) by robertphillips@google.com · 12 years ago
  34. 7800e30 Rolling back r3611 until the Android compilation issue is resolved by robertphillips@google.com · 12 years ago
  35. f919147 Finally enabled libjpeg functionality in .gyps by robertphillips@google.com · 12 years ago
  36. 5a64e58 Revert 3538. by bungeman@google.com · 12 years ago
  37. 29b63dc Correct dependencies in gyp files. http://codereview.appspot.com/5934044/ by bungeman@google.com · 12 years ago
  38. 3d29b63 Remove unused classes from the build. by djsollen@google.com · 12 years ago
  39. 9fee7ad Copy libjpeg.gyp from third_party/externals/libjpeg/ to gyp/ by epoger@google.com · 12 years ago
  40. 0a89c90 reverting to 3437 by robertphillips@google.com · 12 years ago
  41. d5c9e99 Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on android) by robertphillips@google.com · 12 years ago
  42. aa3b6a9 Make all gyp targets automatically include common.gypi by epoger@google.com · 12 years ago
  43. 3f5ebb4 Remove libjpeg image decoder, since we've never built it since we changed by tomhudson@google.com · 12 years ago
  44. 3019680 Remove referenecs to nonexistent file SkImageDecoder_libpvjpeg.c from gyp by tomhudson@google.com · 12 years ago
  45. 85c1c6e Enable Android GM to produce PNG images. by djsollen@google.com · 12 years ago
  46. 897e66c Add windowscodecs.lib to images.gyp by bsalomon@google.com · 13 years ago
  47. 5862929 Adding support to trunk for building Skia using the Android NDK. by djsollen@google.com · 13 years ago
  48. 8846cb2 Create new 'skia_os' variable to replace use of 'OS' in most places. by epoger@google.com · 13 years ago
  49. 5351b37 combine target_defaults.gypi into common.gypi by epoger@google.com · 13 years ago
  50. fe5afe5 Make images properly depend on utils. http://codereview.appspot.com/4629068/ by bungeman@google.com · 13 years ago
  51. 9df621d Wrap SkStreams in IStreams instead of copying data around. by bungeman@google.com · 13 years ago
  52. 242bb89 Add image encoder/decoder for Windows. http://codereview.appspot.com/4634078/ by bungeman@google.com · 13 years ago
  53. 10a9465 Revert the changes to gyp/images.gyp in r1654, as apparently they're by senorblanco@chromium.org · 13 years ago
  54. 52bbe14 Remove some files from views.gyp that already being compiled into utils.gyp by senorblanco@chromium.org · 13 years ago
  55. b1b721a remove libpng and zlib from third_party http://codereview.appspot.com/4571077 by epoger@google.com · 13 years ago
  56. af9d9c2 change GC imagedecoder to use the same colorspace between image and context, by reed@google.com · 13 years ago
  57. 25e9283 fix gm on Mac, and Linux buildbot build, by adding zlib source to third_party by epoger@google.com · 13 years ago
  58. 38a9134 add libpng source to repo and make Unix build use it by epoger@google.com · 13 years ago
  59. ccdbd2c create GYP files for these targets: tests, gm, skhello, skimage, skdiff by epoger@google.com · 13 years ago
  60. 907afca Add a missing include path for the linux build of utils.gyp. Remove the Linux by senorblanco@chromium.org · 13 years ago
  61. aa73168 Clean up the gyp files to reflect some files that were removed and/or renamed. by senorblanco@chromium.org · 13 years ago
  62. ae85aea split skia.gyp into separate gypfile for each source dir by epoger@google.com · 13 years ago