Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | skia: Cleanup, delete lazy_pixel_ref.* | tfarina | 2014-12-05 | 1 | -39/+0 |
* | Standardize usage of virtual/override/final in skia/ | dcheng | 2014-10-22 | 1 | -1/+1 |
* | remove SK_SUPPORT_LEGACY_PIXELREF_CONSTRUCTOR now that call-sites have been u... | reed@google.com | 2014-01-02 | 1 | -5/+0 |
* | Always use the SkPixelRef constructor that takes SkImageInfo, as the older fo... | reed@google.com | 2013-12-10 | 1 | -0/+5 |
* | Turn on lightweight image decode check. | tomhudson@chromium.org | 2013-06-14 | 1 | -0/+4 |
* | split lazy_pixel_ref.h into .cc and .h file to fix windows dbg build | qinmin@chromium.org | 2012-12-06 | 1 | -2/+2 |
* | Add LazyPixelRef ctor/dtor to fix the link error of https://bugs.webkit.org/s... | qinmin@chromium.org | 2012-11-30 | 1 | -0/+3 |
* | add SkLazyPixelRef for lazy image decoding on impl thread | qinmin@chromium.org | 2012-11-21 | 1 | -0/+32 |