- 2766c00 remove SkInstCnt by mtklein · 9 years ago
- 871872f change old picture serialization to really handle images by reed · 9 years ago
- 8566539 Update src/svg to follow C++11 style rule for {virtual,override}. by tfarina · 10 years ago
- 2edf599 Fix DiscardableMemoryPool::free race condition by halcanary · 10 years ago
- 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
- 3ef71e3 guarded change to SkImageGenerator to make getInfo() const by reed · 10 years ago
- 9552662 Option for SkCodec to treat dst as all zeroes. by scroggo · 10 years ago
- 83787d0 only notify bitmaps that have been added to the cache by reed · 10 years ago
- 278f86e SkDiscardablePixelRef should favor not decoding to YUV if they already decoded to RGB. by vmiura · 10 years ago
- 96d68b7 Make SkPixelRef::isLocked() debug-only, remove related dead code. by mtklein · 10 years ago
- b92b706 Revert of Make SkPixelRef::isLocked() debug-only, remove related dead code. (patchset #1 id:1 of https://codereview.chromium.org/940083002/) by reed · 10 years ago
- 8e65712 Make SkPixelRef::isLocked() debug-only, remove related dead code. by mtklein · 10 years ago
- 0864908 Make SkImageGenerator::getPixels() return an enum. by scroggo · 10 years ago
- 7b274c7 Port SkRefCnt.h to new SkAtomics.h by mtklein · 10 years ago
- 63c992f Fix the speeling of "purgeable" in Gr code by bsalomon · 10 years ago
- 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
- 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
- b2497c2 change API contract: disallow zero-sized images or surfaces by reed · 10 years ago
- f622a6c Add `SkIRect bounds()` convenience method to SkImageInfo and SkBitmap. by halcanary · 10 years ago
- 148ec59 Require SK_DECLARE_STATIC_LAZY_PTR is used in global scope. by mtklein · 10 years ago
- 7874dc8 remove obsolete code for SK_SUPPORT_LEGACY_IMAGEGENERATORAPI by reed · 10 years ago
- abaef86 Add support for the Rec601 YUV color space to GrYUVtoRGBEffect. by rileya · 10 years ago
- 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
- 91cab83 Remove SkBitmapCache::Find/Add(_,width,height,_) by piotaixr · 10 years ago
- e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
- 8482504 make allocPixels throw on failure by reed · 10 years ago
- 14b6aba harden requirements on SkBitmapCache by reed · 10 years ago
- b75b2c0 use possible corrected info when creating pixelref by reed · 10 years ago
- 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
- a5c0863 remove SkPurgeGlobalDiscardableMemoryPool by halcanary · 10 years ago
- 0461713 expose generalized imagecache key by reed · 10 years ago
- f91b47f Revert of Memory improvements to render_pdfs; better DM pool size defaults (https://codereview.chromium.org/433063002/) by halcanary · 10 years ago
- 66058b6 Memory improvements to render_pdfs; better DM pool size defaults by halcanary · 10 years ago
- 7f8aad8 SkDiscardablePixelRef returns correct indexed color on relock. by halcanary · 10 years ago
- 518d83d Skia side RGB to YUV gpu conversion by sugoi · 10 years ago
- ed45868 remove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE code by reed · 10 years ago
- 9a9eae2 change pixelref to not inherit from SkFlattenable by reed · 10 years ago
- fa37a21 Fix no previous prototype for function error by halcanary · 10 years ago
- bae704b add rowbytes option to allocPixels by reed · 10 years ago
- 9b79066 Use new SkBaseMutex::assertHeld() in DiscardableMemoryPool by halcanary · 10 years ago
- 78358bf Port most uses of SkOnce to SkLazyPtr. by mtklein · 11 years ago
- f71e8fd Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 11 years ago
- 56f7cca Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 11 years ago
- f6351a0 Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 11 years ago
- 5a70945 Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 11 years ago
- a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 11 years ago
- d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 11 years ago
- 986d681 setConfig -> setInfo by commit-bot@chromium.org · 11 years ago
- 672e7cf fix bug in legacy code for SK_SUPPORT_LEGACY_IMAGEGENERATORAPI by reed@google.com · 11 years ago
- 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 11 years ago
- 7e2b0f3 Add SkPurgeGlobalDiscardableMemoryPool, needed to replace SkImageRef by commit-bot@chromium.org · 11 years ago
- 924205a Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/) by commit-bot@chromium.org · 11 years ago
- b263985 add colortable support to imagegenerator by commit-bot@chromium.org · 11 years ago
- 8e7d37d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 2d970b5 hide discardable factory from public imagegenerator api by commit-bot@chromium.org · 11 years ago
- cf2f008 SkDiscardableMemoryPool to abstract class by commit-bot@chromium.org · 11 years ago
- 37eb4e4 Purge SkPurgeableMemoryBlock. by commit-bot@chromium.org · 11 years ago
- 900ecf2 use colortype instead of config by reed@google.com · 11 years ago
- 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
- 9ebcac5 add installPixels by reed@google.com · 11 years ago
- 227c246 Resolve a few memory leaks in tests. by commit-bot@chromium.org · 11 years ago
- e13af71 Revert of https://codereview.chromium.org/132643007/ by commit-bot@chromium.org · 11 years ago
- f0b56e7 Revert "Revert of https://codereview.chromium.org/129423002/" by reed@google.com · 11 years ago
- 9b06ba4 Revert of https://codereview.chromium.org/129423002/ by commit-bot@chromium.org · 11 years ago
- dd9ea92 add SkBitmap::installPixelRef() by reed@google.com · 11 years ago
- d0419b1 Revert "Revert "Revert "Revert of https://codereview.chromium.org/110593003/""" by reed@google.com · 11 years ago
- ba82bd1 Revert "Revert "Revert of https://codereview.chromium.org/110593003/"" by reed@google.com · 11 years ago
- 98272d9 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 9271389 Revert "Revert of https://codereview.chromium.org/110593003/" by reed@google.com · 11 years ago
- 27f8902 Revert of https://codereview.chromium.org/110593003/ by commit-bot@chromium.org · 11 years ago
- f1ce052 Add onNewLockPixels, that returns rowbytes and relies on info in pixelref by reed@google.com · 11 years ago
- 3d50ea1 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
- 1ad518b Revert of https://codereview.chromium.org/93703004/ by commit-bot@chromium.org · 11 years ago
- d665dc4 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
- bf79023 Update all callsites to use info for pixelrefs by reed@google.com · 11 years ago
- 0daa1ad Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) due to Chromium/Blink compilation errors by robertphillips@google.com · 11 years ago
- 3c5f29a Mac 10.6 compiler fix for r12665 (Remove duplicate impl for SkImageInfo flattening) by robertphillips@google.com · 11 years ago
- 93b4059 Remvoe duplicate impl for SkImageInfo flattening Add onNewLockPixels by reed@google.com · 11 years ago
- c83a91f Revert "Revert of https://codereview.chromium.org/112783004/" by reed@google.com · 11 years ago
- 1d0654f be sure to unlock the discardablememory before deleting it by reed@google.com · 11 years ago
- 281713e Revert of https://codereview.chromium.org/112783004/ by commit-bot@chromium.org · 11 years ago
- 772d852 ensure that we call onUnlock only when we onLock succeeded by reed@google.com · 11 years ago
- 398337b Revert "remvoe duplicate impl for SkImageInfo flattening" by reed@google.com · 11 years ago
- f3aead2 remvoe duplicate impl for SkImageInfo flattening by reed@google.com · 11 years ago
- 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
- 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
- 772443a add more tests for discardable caches by reed@google.com · 11 years ago
- edd370f Sk_API for SkImageGenerator and SkInstallDiscardablePixelRef by halcanary@google.com · 11 years ago
- 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
- 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
- 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
- 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
- 726b97a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 2c7c7ee Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache by halcanary@google.com · 11 years ago
- 36d08c5 SkCachingPixelRef to use SkImageGenerator by halcanary@google.com · 11 years ago
- ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
- dd59799 SkDiscardablePixelRef objects are now marked immutable. by commit-bot@chromium.org · 11 years ago
- ad04eb4 Add SkImageGenerator Interface by halcanary@google.com · 11 years ago
- 2614418 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 6e3e422 Break up SkLazyPixelRef functionally into class hierarchy. by commit-bot@chromium.org · 11 years ago