1. 2a12080 Qualify the return value of SkImageDecoder::decode by scroggo · 10 years ago
  2. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  3. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  4. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  5. 936b734 ios fixes by caryclark · 10 years ago
  6. 935a9f6 force opaque if kCGImageAlpha returns None by reed · 10 years ago
  7. 67ec1f8 Switch SkPDFStream's internal storage from SkStream to SkData by halcanary · 10 years ago
  8. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  9. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  10. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  11. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  12. ede0c5c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  13. 60b5dce expose CGImage -> SkBitmap by commit-bot@chromium.org · 10 years ago
  14. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  15. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  16. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  17. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  18. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  19. 8a2ad3c add new copyTo version to SkBitmap, which takes SkColorType by commit-bot@chromium.org · 10 years ago
  20. 7fa2a65 fix more 64bit warnings by reed@google.com · 10 years ago
  21. b06faac Factor out UnPreMultiplyPreservingByteOrder by commit-bot@chromium.org · 10 years ago
  22. 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
  23. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  24. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  25. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  26. b5571b3 Change SkImageDecoders to take an SkStreamRewindable. by scroggo@google.com · 11 years ago
  27. bd6343b Rewrite SkTRegistry to take any trivially-copyable type. by mtklein@google.com · 11 years ago
  28. 1a2e71d Don't require getLength on Mac. by scroggo@google.com · 11 years ago
  29. daaea2d Fixes for unpremul decode. by scroggo@google.com · 11 years ago
  30. 39edf4c Updates to skimage tool to use it for testing. by scroggo@google.com · 11 years ago
  31. 4c6adf9 Updates to images project. by scroggo@google.com · 11 years ago
  32. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  33. 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
  34. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  35. 52e91bf check to see if CGImage already knows if we're opaque by reed@google.com · 12 years ago
  36. 2a7579d CG imagedecoder never sets isOpaque, so add method to SkBitmap to compute that, by reed@google.com · 12 years ago
  37. 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
  38. 594dd3c iOS support work in progress by caryclark@google.com · 12 years ago
  39. 35f5ac9 update gyp files to build on iOS by caryclark@google.com · 12 years ago
  40. 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
  41. 0928c4a Make SkImageEncoder_CG report more failures to its caller. by epoger@google.com · 12 years ago
  42. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  43. 900d877 Fixed include statements to correctly link mac/ios libraries by yangsu@google.com · 13 years ago
  44. c134f39 Added platform specific includes by yangsu@google.com · 13 years ago
  45. ccb74ea Changed mac specific files to use ApplicationServices rather than Carbon by yangsu@google.com · 13 years ago
  46. af9d9c2 change GC imagedecoder to use the same colorspace between image and context, by reed@google.com · 13 years ago
  47. ad789ee make inline helper static, so it can be included from than one .cpp by reed@android.com · 14 years ago
  48. 3f1f06a add optional pref-config table to codecs by reed@android.com · 14 years ago
  49. b9b9a18 use genericRGB space to ensure that we decode exactly the pixels we encode by reed@android.com · 15 years ago
  50. 00bf85a pull from android: use registry to build up list of image codecs by reed@android.com · 15 years ago
  51. b08eb2b separate image encode and decode remove obsolete build-flag for encode by reed@android.com · 16 years ago
  52. 0ae6b24 add mac image-encoding by reed@android.com · 16 years ago
  53. 0767e47 add CG imagedecoder (still needs encoding) by reed@android.com · 16 years ago