1. 148ec59 Require SK_DECLARE_STATIC_LAZY_PTR is used in global scope. by mtklein · 10 years ago
  2. 7874dc8 remove obsolete code for SK_SUPPORT_LEGACY_IMAGEGENERATORAPI by reed · 10 years ago
  3. abaef86 Add support for the Rec601 YUV color space to GrYUVtoRGBEffect. by rileya · 10 years ago
  4. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  5. 91cab83 Remove SkBitmapCache::Find/Add(_,width,height,_) by piotaixr · 10 years ago
  6. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  7. 8482504 make allocPixels throw on failure by reed · 10 years ago
  8. 14b6aba harden requirements on SkBitmapCache by reed · 10 years ago
  9. b75b2c0 use possible corrected info when creating pixelref by reed · 10 years ago
  10. 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
  11. a5c0863 remove SkPurgeGlobalDiscardableMemoryPool by halcanary · 10 years ago
  12. 0461713 expose generalized imagecache key by reed · 10 years ago
  13. f91b47f Revert of Memory improvements to render_pdfs; better DM pool size defaults (https://codereview.chromium.org/433063002/) by halcanary · 10 years ago
  14. 66058b6 Memory improvements to render_pdfs; better DM pool size defaults by halcanary · 10 years ago
  15. 7f8aad8 SkDiscardablePixelRef returns correct indexed color on relock. by halcanary · 10 years ago
  16. 518d83d Skia side RGB to YUV gpu conversion by sugoi · 10 years ago
  17. ed45868 remove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE code by reed · 10 years ago
  18. 9a9eae2 change pixelref to not inherit from SkFlattenable by reed · 10 years ago
  19. fa37a21 Fix no previous prototype for function error by halcanary · 10 years ago
  20. bae704b add rowbytes option to allocPixels by reed · 10 years ago
  21. 9b79066 Use new SkBaseMutex::assertHeld() in DiscardableMemoryPool by halcanary · 10 years ago
  22. 78358bf Port most uses of SkOnce to SkLazyPtr. by mtklein · 10 years ago
  23. f71e8fd Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 10 years ago
  24. 56f7cca Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 10 years ago
  25. f6351a0 Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 10 years ago
  26. 5a70945 Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 10 years ago
  27. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  28. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  29. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  30. 672e7cf fix bug in legacy code for SK_SUPPORT_LEGACY_IMAGEGENERATORAPI by reed@google.com · 10 years ago
  31. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 10 years ago
  32. 7e2b0f3 Add SkPurgeGlobalDiscardableMemoryPool, needed to replace SkImageRef by commit-bot@chromium.org · 10 years ago
  33. 924205a Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/) by commit-bot@chromium.org · 10 years ago
  34. b263985 add colortable support to imagegenerator by commit-bot@chromium.org · 10 years ago
  35. 8e7d37d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  36. 2d970b5 hide discardable factory from public imagegenerator api by commit-bot@chromium.org · 10 years ago
  37. cf2f008 SkDiscardableMemoryPool to abstract class by commit-bot@chromium.org · 10 years ago
  38. 37eb4e4 Purge SkPurgeableMemoryBlock. by commit-bot@chromium.org · 10 years ago
  39. 900ecf2 use colortype instead of config by reed@google.com · 11 years ago
  40. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  41. 9ebcac5 add installPixels by reed@google.com · 11 years ago
  42. 227c246 Resolve a few memory leaks in tests. by commit-bot@chromium.org · 11 years ago
  43. e13af71 Revert of https://codereview.chromium.org/132643007/ by commit-bot@chromium.org · 11 years ago
  44. f0b56e7 Revert "Revert of https://codereview.chromium.org/129423002/" by reed@google.com · 11 years ago
  45. 9b06ba4 Revert of https://codereview.chromium.org/129423002/ by commit-bot@chromium.org · 11 years ago
  46. dd9ea92 add SkBitmap::installPixelRef() by reed@google.com · 11 years ago
  47. d0419b1 Revert "Revert "Revert "Revert of https://codereview.chromium.org/110593003/""" by reed@google.com · 11 years ago
  48. ba82bd1 Revert "Revert "Revert of https://codereview.chromium.org/110593003/"" by reed@google.com · 11 years ago
  49. 98272d9 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  50. 9271389 Revert "Revert of https://codereview.chromium.org/110593003/" by reed@google.com · 11 years ago
  51. 27f8902 Revert of https://codereview.chromium.org/110593003/ by commit-bot@chromium.org · 11 years ago
  52. f1ce052 Add onNewLockPixels, that returns rowbytes and relies on info in pixelref by reed@google.com · 11 years ago
  53. 3d50ea1 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  54. 1ad518b Revert of https://codereview.chromium.org/93703004/ by commit-bot@chromium.org · 11 years ago
  55. d665dc4 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  56. bf79023 Update all callsites to use info for pixelrefs by reed@google.com · 11 years ago
  57. 0daa1ad Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) due to Chromium/Blink compilation errors by robertphillips@google.com · 11 years ago
  58. 3c5f29a Mac 10.6 compiler fix for r12665 (Remove duplicate impl for SkImageInfo flattening) by robertphillips@google.com · 11 years ago
  59. 93b4059 Remvoe duplicate impl for SkImageInfo flattening Add onNewLockPixels by reed@google.com · 11 years ago
  60. c83a91f Revert "Revert of https://codereview.chromium.org/112783004/" by reed@google.com · 11 years ago
  61. 1d0654f be sure to unlock the discardablememory before deleting it by reed@google.com · 11 years ago
  62. 281713e Revert of https://codereview.chromium.org/112783004/ by commit-bot@chromium.org · 11 years ago
  63. 772d852 ensure that we call onUnlock only when we onLock succeeded by reed@google.com · 11 years ago
  64. 398337b Revert "remvoe duplicate impl for SkImageInfo flattening" by reed@google.com · 11 years ago
  65. f3aead2 remvoe duplicate impl for SkImageInfo flattening by reed@google.com · 11 years ago
  66. 6a32add Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap.""""" by reed@google.com · 11 years ago
  67. 6965a0a PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap."""" by reed@google.com · 11 years ago
  68. 772443a add more tests for discardable caches by reed@google.com · 11 years ago
  69. edd370f Sk_API for SkImageGenerator and SkInstallDiscardablePixelRef by halcanary@google.com · 11 years ago
  70. 2ebc10d Revert "Revert "Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap.""" by reed@google.com · 11 years ago
  71. 473f0aa Revert "Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap."" by reed@google.com · 11 years ago
  72. 5b132b2 Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap." by reed@google.com · 11 years ago
  73. 3e89524 PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap. by reed@google.com · 11 years ago
  74. 726b97a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  75. 2c7c7ee Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache by halcanary@google.com · 11 years ago
  76. 36d08c5 SkCachingPixelRef to use SkImageGenerator by halcanary@google.com · 11 years ago
  77. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  78. dd59799 SkDiscardablePixelRef objects are now marked immutable. by commit-bot@chromium.org · 11 years ago
  79. ad04eb4 Add SkImageGenerator Interface by halcanary@google.com · 11 years ago
  80. 2614418 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  81. 6e3e422 Break up SkLazyPixelRef functionally into class hierarchy. by commit-bot@chromium.org · 11 years ago
  82. 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
  83. b77f0f4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  84. 7585479 Allow SkLazyPixelRef to use SkScaledImageCache by commit-bot@chromium.org · 11 years ago
  85. db6fa17 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  86. 114038a Revert "Revert "cache SkImage::Info calculation in lazypixelref"" by reed@google.com · 11 years ago
  87. e986b22 Revert "cache SkImage::Info calculation in lazypixelref" by reed@google.com · 11 years ago
  88. 2590a91 cache SkImage::Info calculation in lazypixelref by reed@google.com · 11 years ago
  89. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  90. a604c4f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  91. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  92. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  93. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  94. dc9888c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  95. cee9dcb start to remove lockPixels from bitmapshader by reed@google.com · 11 years ago
  96. ef284a8 The two leaks are: by commit-bot@chromium.org · 11 years ago
  97. bb281f7 Improvements/additions to SkImageCache/SkLazyPixelRef. by scroggo@google.com · 11 years ago
  98. ac2c82c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  99. d9ef3a2 Create a platform-dependent object for accessing purgeable memory. by scroggo@google.com · 11 years ago
  100. c75764e If Ashmem cache fails pinCache, do not reallocate. by scroggo@google.com · 11 years ago