1. 8dc8dbc begin cleanup of malloc porting layer by Mike Reed · 7 years ago
  2. 788c3c4 SkDiscardableMemoryPool: always have a mutex for testing by Hal Canary · 7 years ago
  3. a294be2 SkDiscardableMemoryPool: modernize by Hal Canary · 7 years ago
  4. b549cc3 Change SkMemory to the more accurately named SkMalloc. by Herb Derby · 7 years ago
  5. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  6. d7b34a5 Make SkMemory.h and adjust all files for usage. by Herb Derby · 7 years ago
  7. 7614794 remove discardablepixelref by Mike Reed · 8 years ago
  8. ffa4a92 SkOncePtr -> SkOnce by mtklein · 8 years ago
  9. 959a293 Revert of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1949313003/ ) by reed · 8 years ago
  10. 82da9a8 Reland of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1945293004/ ) by reed · 8 years ago
  11. d9f5d20 Revert of Modernize SkMutex and SkSemaphore. (patchset #2 id:20001 of https://codereview.chromium.org/1947153002/ ) by sclittle · 8 years ago
  12. 7eb33da Revert of SkOncePtr -> SkOnce (patchset #4 id:60001 of https://codereview.chromium.org/1953533002/ ) by reed · 8 years ago
  13. 086eea9 Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ ) by reed · 8 years ago
  14. 5e56cfd SK_DECLARE_STATIC_MUTEX -> static SkMutex by mtklein · 8 years ago
  15. 9bd3fc7 SkOncePtr -> SkOnce by mtklein · 8 years ago
  16. 427c281 Modernize SkMutex and SkSemaphore. by mtklein · 8 years ago
  17. 18300a3 detach -> release by mtklein · 8 years ago
  18. 4984c3c Update Skia's YUV API by msarett · 8 years ago
  19. 1590f3b Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview.chromium.org/1716523002/ ) by msarett · 8 years ago
  20. 095d31c Update Skia's YUV API by msarett · 8 years ago
  21. d114645 SkInstallDiscardablePixelRef is deprecated, enforce that by reed · 9 years ago
  22. dd42e5c Revert "Revert of remove unused SkCachingPixelRef (patchset #1 id:1 of https://codereview.chromium.org/1364743002/ )" by reed · 9 years ago
  23. 60c73d5 Revert of remove unused SkCachingPixelRef (patchset #1 id:1 of https://codereview.chromium.org/1364743002/ ) by benjaminwagner · 9 years ago
  24. 70d58b7 remove unused SkCachingPixelRef by reed · 9 years ago
  25. 9583ab9 don't peek w/o first acquiring the lock by reed · 9 years ago
  26. 6c59d80 Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  27. 2ac6793 Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of https://codereview.chromium.org/1322933005/ ) by mtklein · 9 years ago
  28. a1254ac Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  29. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  30. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  31. ddbbdda SkImage method for detecting lazy decoding by fmalita · 9 years ago
  32. 216b643 private iterator to visit all resource cache entries by reed · 9 years ago
  33. 1c84634 add runtime option to provide data->imagegenerator factory by reed · 9 years ago
  34. 5315fd4 Remove SkImageGenerator pieces only for SkCodec. by scroggo · 9 years ago
  35. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  36. 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 9 years ago
  37. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  38. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  39. 871872f change old picture serialization to really handle images by reed · 9 years ago
  40. 8566539 Update src/svg to follow C++11 style rule for {virtual,override}. by tfarina · 9 years ago
  41. 2edf599 Fix DiscardableMemoryPool::free race condition by halcanary · 9 years ago
  42. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  43. 3ef71e3 guarded change to SkImageGenerator to make getInfo() const by reed · 9 years ago
  44. 9552662 Option for SkCodec to treat dst as all zeroes. by scroggo · 9 years ago
  45. 83787d0 only notify bitmaps that have been added to the cache by reed · 9 years ago
  46. 278f86e SkDiscardablePixelRef should favor not decoding to YUV if they already decoded to RGB. by vmiura · 9 years ago
  47. 96d68b7 Make SkPixelRef::isLocked() debug-only, remove related dead code. by mtklein · 9 years ago
  48. b92b706 Revert of Make SkPixelRef::isLocked() debug-only, remove related dead code. (patchset #1 id:1 of https://codereview.chromium.org/940083002/) by reed · 9 years ago
  49. 8e65712 Make SkPixelRef::isLocked() debug-only, remove related dead code. by mtklein · 9 years ago
  50. 0864908 Make SkImageGenerator::getPixels() return an enum. by scroggo · 9 years ago
  51. 7b274c7 Port SkRefCnt.h to new SkAtomics.h by mtklein · 9 years ago
  52. 63c992f Fix the speeling of "purgeable" in Gr code by bsalomon · 9 years ago
  53. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  54. 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
  55. b2497c2 change API contract: disallow zero-sized images or surfaces by reed · 10 years ago
  56. f622a6c Add `SkIRect bounds()` convenience method to SkImageInfo and SkBitmap. by halcanary · 10 years ago
  57. 148ec59 Require SK_DECLARE_STATIC_LAZY_PTR is used in global scope. by mtklein · 10 years ago
  58. 7874dc8 remove obsolete code for SK_SUPPORT_LEGACY_IMAGEGENERATORAPI by reed · 10 years ago
  59. abaef86 Add support for the Rec601 YUV color space to GrYUVtoRGBEffect. by rileya · 10 years ago
  60. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  61. 91cab83 Remove SkBitmapCache::Find/Add(_,width,height,_) by piotaixr · 10 years ago
  62. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  63. 8482504 make allocPixels throw on failure by reed · 10 years ago
  64. 14b6aba harden requirements on SkBitmapCache by reed · 10 years ago
  65. b75b2c0 use possible corrected info when creating pixelref by reed · 10 years ago
  66. 680fb9e retool image cache to be generic cache, allowing the client to subclass "Rec", so they can provide a custom Key and arbitrary Value. by reed · 10 years ago
  67. a5c0863 remove SkPurgeGlobalDiscardableMemoryPool by halcanary · 10 years ago
  68. 0461713 expose generalized imagecache key by reed · 10 years ago
  69. f91b47f Revert of Memory improvements to render_pdfs; better DM pool size defaults (https://codereview.chromium.org/433063002/) by halcanary · 10 years ago
  70. 66058b6 Memory improvements to render_pdfs; better DM pool size defaults by halcanary · 10 years ago
  71. 7f8aad8 SkDiscardablePixelRef returns correct indexed color on relock. by halcanary · 10 years ago
  72. 518d83d Skia side RGB to YUV gpu conversion by sugoi · 10 years ago
  73. ed45868 remove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE code by reed · 10 years ago
  74. 9a9eae2 change pixelref to not inherit from SkFlattenable by reed · 10 years ago
  75. fa37a21 Fix no previous prototype for function error by halcanary · 10 years ago
  76. bae704b add rowbytes option to allocPixels by reed · 10 years ago
  77. 9b79066 Use new SkBaseMutex::assertHeld() in DiscardableMemoryPool by halcanary · 10 years ago
  78. 78358bf Port most uses of SkOnce to SkLazyPtr. by mtklein · 10 years ago
  79. f71e8fd Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 10 years ago
  80. 56f7cca Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 10 years ago
  81. f6351a0 Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 10 years ago
  82. 5a70945 Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 10 years ago
  83. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  84. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  85. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  86. 672e7cf fix bug in legacy code for SK_SUPPORT_LEGACY_IMAGEGENERATORAPI by reed@google.com · 10 years ago
  87. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 10 years ago
  88. 7e2b0f3 Add SkPurgeGlobalDiscardableMemoryPool, needed to replace SkImageRef by commit-bot@chromium.org · 10 years ago
  89. 924205a Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/) by commit-bot@chromium.org · 10 years ago
  90. b263985 add colortable support to imagegenerator by commit-bot@chromium.org · 10 years ago
  91. 8e7d37d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  92. 2d970b5 hide discardable factory from public imagegenerator api by commit-bot@chromium.org · 10 years ago
  93. cf2f008 SkDiscardableMemoryPool to abstract class by commit-bot@chromium.org · 10 years ago
  94. 37eb4e4 Purge SkPurgeableMemoryBlock. by commit-bot@chromium.org · 10 years ago
  95. 900ecf2 use colortype instead of config by reed@google.com · 10 years ago
  96. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  97. 9ebcac5 add installPixels by reed@google.com · 10 years ago
  98. 227c246 Resolve a few memory leaks in tests. by commit-bot@chromium.org · 10 years ago
  99. e13af71 Revert of https://codereview.chromium.org/132643007/ by commit-bot@chromium.org · 11 years ago
  100. f0b56e7 Revert "Revert of https://codereview.chromium.org/129423002/" by reed@google.com · 11 years ago