1. f46d5ca use std::make_unique by Mike Klein · 4 years, 8 months ago
  2. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  3. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago
  4. b607a8f IWYU for some test files starting with 'C'. by Ben Wagner · 6 years ago
  5. 501c17c Revert "IWYU for some test files starting with 'C'." by Ben Wagner · 6 years ago
  6. 1a462bd IWYU for some test files starting with 'C'. by Ben Wagner · 6 years ago
  7. 7e4e993 Implement some easy _lowp stages. by Mike Klein · 7 years ago
  8. 5cc9da6 raster pipeline sprite blitter by Mike Klein · 7 years ago
  9. ebb1b5c Add new SkImageGenerator::getPixels() API, deprecate the old by Matt Sarett · 7 years ago
  10. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  11. 185130c return and take SkImageGenerator as unique_ptr by Mike Reed · 7 years ago
  12. 7614794 remove discardablepixelref by Mike Reed · 8 years ago
  13. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  14. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  15. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  16. 18300a3 detach -> release by mtklein · 8 years ago
  17. 7f7ec20 Fix bug in SkGifCodec / Switch SkImageDec tests to use Codec by msarett · 8 years ago
  18. 07e2692 SkResourceCache::GetAllocator() index8 and other color types handling by aleksandar.stojiljkovic · 9 years ago
  19. d114645 SkInstallDiscardablePixelRef is deprecated, enforce that by reed · 9 years ago
  20. dd42e5c Revert "Revert of remove unused SkCachingPixelRef (patchset #1 id:1 of https://codereview.chromium.org/1364743002/ )" by reed · 9 years ago
  21. 60c73d5 Revert of remove unused SkCachingPixelRef (patchset #1 id:1 of https://codereview.chromium.org/1364743002/ ) by benjaminwagner · 9 years ago
  22. 70d58b7 remove unused SkCachingPixelRef by reed · 9 years ago
  23. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  24. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  25. ddbbdda SkImage method for detecting lazy decoding by fmalita · 9 years ago
  26. ef004e1 Remove SK_LEGACY_IMAGE_GENERATOR_ENUMS_AND_OPTIONS by scroggo · 9 years ago
  27. 1c84634 add runtime option to provide data->imagegenerator factory by reed · 9 years ago
  28. 5315fd4 Remove SkImageGenerator pieces only for SkCodec. by scroggo · 9 years ago
  29. 871872f change old picture serialization to really handle images by reed · 9 years ago
  30. ab86577 add assert that the lock-count on pixelref is balanced by reed · 9 years ago
  31. d129084 remove dead code behind BOOL_ONGETINFO by reed · 9 years ago
  32. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  33. 3ef71e3 guarded change to SkImageGenerator to make getInfo() const by reed · 9 years ago
  34. 9552662 Option for SkCodec to treat dst as all zeroes. by scroggo · 9 years ago
  35. 87fa631 Rename onGetPixelsEnum back to onGetPixels. by scroggo · 9 years ago
  36. 0864908 Make SkImageGenerator::getPixels() return an enum. by scroggo · 9 years ago
  37. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  38. 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
  39. b5fae93 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  40. 2456b76 Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canvas (patchset #9 id:160001 of https://codereview.chromium.org/583453002/) by borenet · 10 years ago
  41. 4327899 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  42. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  43. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  44. 8482504 make allocPixels throw on failure by reed · 10 years ago
  45. 011f39a rename ScaledImageCache to ResourceCache by reed · 10 years ago
  46. ea4673f SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
  47. 78ee93f Revert of SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. (https://codereview.chromium.org/465823003/) by halcanary · 10 years ago
  48. 186f7b0 SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
  49. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  50. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 10 years ago
  51. 924205a Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/) by commit-bot@chromium.org · 10 years ago
  52. b263985 add colortable support to imagegenerator by commit-bot@chromium.org · 10 years ago
  53. 2d970b5 hide discardable factory from public imagegenerator api by commit-bot@chromium.org · 10 years ago
  54. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  55. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  56. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  57. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  58. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  59. cf2f008 SkDiscardableMemoryPool to abstract class by commit-bot@chromium.org · 10 years ago
  60. 709ca75 SkOnce: add option to call another cleanup function once at exit. by commit-bot@chromium.org · 11 years ago
  61. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  62. 227c246 Resolve a few memory leaks in tests. by commit-bot@chromium.org · 11 years ago
  63. 5867481 Remove unnamed namespace usage from tests/ by tfarina@chromium.org · 11 years ago
  64. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  65. 3d50ea1 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  66. 1ad518b Revert of https://codereview.chromium.org/93703004/ by commit-bot@chromium.org · 11 years ago
  67. d665dc4 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  68. 1d0654f be sure to unlock the discardablememory before deleting it by reed@google.com · 11 years ago
  69. edd370f Sk_API for SkImageGenerator and SkInstallDiscardablePixelRef by halcanary@google.com · 11 years ago
  70. bc55eec Implement SkAshmemDiscardableMemory by halcanary@google.com · 11 years ago
  71. 726b97a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  72. 2c7c7ee Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache by halcanary@google.com · 11 years ago
  73. dcfebfa Fix MacOS build error from 36d08c5c90c7 by halcanary@google.com · 11 years ago
  74. 36d08c5 SkCachingPixelRef to use SkImageGenerator by halcanary@google.com · 11 years ago
  75. ad04eb4 Add SkImageGenerator Interface by halcanary@google.com · 11 years ago
  76. 6e3e422 Break up SkLazyPixelRef functionally into class hierarchy. by commit-bot@chromium.org · 11 years ago
  77. 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
  78. b77f0f4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  79. 7585479 Allow SkLazyPixelRef to use SkScaledImageCache by commit-bot@chromium.org · 11 years ago