1. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  2. 8a2ad3c add new copyTo version to SkBitmap, which takes SkColorType by commit-bot@chromium.org · 10 years ago
  3. 7fa2a65 fix more 64bit warnings by reed@google.com · 11 years ago
  4. b06faac Factor out UnPreMultiplyPreservingByteOrder by commit-bot@chromium.org · 11 years ago
  5. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  6. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  7. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  8. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  9. b5571b3 Change SkImageDecoders to take an SkStreamRewindable. by scroggo@google.com · 11 years ago
  10. bd6343b Rewrite SkTRegistry to take any trivially-copyable type. by mtklein@google.com · 11 years ago
  11. 1a2e71d Don't require getLength on Mac. by scroggo@google.com · 11 years ago
  12. daaea2d Fixes for unpremul decode. 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. 4c6adf9 Updates to images project. by scroggo@google.com · 11 years ago
  15. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  16. 5bff6ec if CG fails to decode an image, check to see if it was a problem in the colorspace by mike@reedtribe.org · 12 years ago
  17. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  18. 52e91bf check to see if CGImage already knows if we're opaque by reed@google.com · 12 years ago
  19. 2a7579d CG imagedecoder never sets isOpaque, so add method to SkBitmap to compute that, by reed@google.com · 12 years ago
  20. 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
  21. 594dd3c iOS support work in progress by caryclark@google.com · 12 years ago
  22. 35f5ac9 update gyp files to build on iOS by caryclark@google.com · 12 years ago
  23. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  24. 0928c4a Make SkImageEncoder_CG report more failures to its caller. by epoger@google.com · 13 years ago
  25. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  26. 900d877 Fixed include statements to correctly link mac/ios libraries by yangsu@google.com · 13 years ago
  27. c134f39 Added platform specific includes by yangsu@google.com · 13 years ago
  28. ccb74ea Changed mac specific files to use ApplicationServices rather than Carbon by yangsu@google.com · 13 years ago
  29. af9d9c2 change GC imagedecoder to use the same colorspace between image and context, by reed@google.com · 13 years ago
  30. ad789ee make inline helper static, so it can be included from than one .cpp by reed@android.com · 14 years ago
  31. 3f1f06a add optional pref-config table to codecs by reed@android.com · 14 years ago
  32. b9b9a18 use genericRGB space to ensure that we decode exactly the pixels we encode by reed@android.com · 15 years ago
  33. 00bf85a pull from android: use registry to build up list of image codecs by reed@android.com · 16 years ago
  34. b08eb2b separate image encode and decode remove obsolete build-flag for encode by reed@android.com · 16 years ago
  35. 0ae6b24 add mac image-encoding by reed@android.com · 16 years ago
  36. 0767e47 add CG imagedecoder (still needs encoding) by reed@android.com · 16 years ago