1. 0122af0 Revert "Delete copyTo(Allocator), hide copyTo() behind flag" by Matt Sarett · 7 years ago
  2. d4a338f Delete copyTo(Allocator), hide copyTo() behind flag by Matt Sarett · 7 years ago
  3. 1fcc404 SkEncodeImage: no more link-time registration by Hal Canary · 8 years ago
  4. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  5. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  6. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  7. 36931c2 Add test for platform encoders, turn off platform encoders by default by msarett · 8 years ago
  8. d442d32 Remove extra definitions of SkMovie by msarett · 8 years ago
  9. c1d0312 Rename encoders to Sk*ImageEncoder by msarett · 8 years ago[Renamed from src/ports/SkImageDecoder_CG.cpp]
  10. e8597a4 Delete SkImageDecoder by msarett · 8 years ago
  11. 910f7ec Revert of Delete SkImageDecoder (patchset #9 id:150001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  12. f037fde Delete SkImageDecoder by msarett · 8 years ago
  13. 041c870 Revert of Delete SkImageDecoder (patchset #8 id:130001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  14. 5b6e73e Delete SkImageDecoder by msarett · 8 years ago
  15. 39b5495 Revert of Delete SkImageDecoder (patchset #7 id:110001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  16. f799706 Delete SkImageDecoder by msarett · 8 years ago
  17. fde0511 Make sp variants for SkData by reed · 9 years ago
  18. a913275 SkStream/Priv cleanups by scroggo · 9 years ago
  19. 1ee7651 Start making all .cpp files compile-able on all platforms. by mtklein · 9 years ago
  20. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  21. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  22. 871872f change old picture serialization to really handle images by reed · 9 years ago
  23. ddbc491 guard call to CGColorSpaceCopyICCProfile in case we're building for iOS by reed · 10 years ago
  24. 7c74885 flag imageinfo as srgb by reed · 10 years ago
  25. 3ceef9a Add test for new FrontBufferedStream behavior. by scroggo · 10 years ago
  26. 2a12080 Qualify the return value of SkImageDecoder::decode by scroggo · 10 years ago
  27. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  28. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  29. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  30. 936b734 ios fixes by caryclark · 10 years ago
  31. 935a9f6 force opaque if kCGImageAlpha returns None by reed · 10 years ago
  32. 67ec1f8 Switch SkPDFStream's internal storage from SkStream to SkData by halcanary · 10 years ago
  33. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  34. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  35. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  36. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  37. ede0c5c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  38. 60b5dce expose CGImage -> SkBitmap by commit-bot@chromium.org · 10 years ago
  39. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  40. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  41. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  42. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  43. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  44. 8a2ad3c add new copyTo version to SkBitmap, which takes SkColorType by commit-bot@chromium.org · 11 years ago
  45. 7fa2a65 fix more 64bit warnings by reed@google.com · 11 years ago
  46. b06faac Factor out UnPreMultiplyPreservingByteOrder by commit-bot@chromium.org · 11 years ago
  47. 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
  48. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  49. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  50. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  51. b5571b3 Change SkImageDecoders to take an SkStreamRewindable. by scroggo@google.com · 11 years ago
  52. bd6343b Rewrite SkTRegistry to take any trivially-copyable type. by mtklein@google.com · 11 years ago
  53. 1a2e71d Don't require getLength on Mac. by scroggo@google.com · 11 years ago
  54. daaea2d Fixes for unpremul decode. by scroggo@google.com · 11 years ago
  55. 39edf4c Updates to skimage tool to use it for testing. by scroggo@google.com · 11 years ago
  56. 4c6adf9 Updates to images project. by scroggo@google.com · 11 years ago
  57. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  58. 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
  59. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  60. 52e91bf check to see if CGImage already knows if we're opaque by reed@google.com · 12 years ago
  61. 2a7579d CG imagedecoder never sets isOpaque, so add method to SkBitmap to compute that, by reed@google.com · 12 years ago
  62. 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
  63. 594dd3c iOS support work in progress by caryclark@google.com · 12 years ago
  64. 35f5ac9 update gyp files to build on iOS by caryclark@google.com · 12 years ago
  65. 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
  66. 0928c4a Make SkImageEncoder_CG report more failures to its caller. by epoger@google.com · 13 years ago
  67. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  68. 900d877 Fixed include statements to correctly link mac/ios libraries by yangsu@google.com · 13 years ago
  69. c134f39 Added platform specific includes by yangsu@google.com · 13 years ago
  70. ccb74ea Changed mac specific files to use ApplicationServices rather than Carbon by yangsu@google.com · 13 years ago
  71. af9d9c2 change GC imagedecoder to use the same colorspace between image and context, by reed@google.com · 13 years ago
  72. ad789ee make inline helper static, so it can be included from than one .cpp by reed@android.com · 14 years ago
  73. 3f1f06a add optional pref-config table to codecs by reed@android.com · 15 years ago
  74. b9b9a18 use genericRGB space to ensure that we decode exactly the pixels we encode by reed@android.com · 15 years ago
  75. 00bf85a pull from android: use registry to build up list of image codecs by reed@android.com · 16 years ago
  76. b08eb2b separate image encode and decode remove obsolete build-flag for encode by reed@android.com · 16 years ago
  77. 0ae6b24 add mac image-encoding by reed@android.com · 16 years ago
  78. 0767e47 add CG imagedecoder (still needs encoding) by reed@android.com · 16 years ago