| Commit message (Expand) | Author | Age |
... | |
* | Add SkCachedData and use it for SkMipMap | reed | 2014-10-02 |
* | "NULL !=" = NULL | bsalomon | 2014-09-05 |
* | Hide fields in SkImageInfo | reed | 2014-09-03 |
* | harden requirements on SkBitmapCache | reed | 2014-08-29 |
* | Second attempt to land the integral image scaling change. | humper | 2014-08-28 |
* | rename ScaledImageCache to ResourceCache | reed | 2014-08-28 |
* | manual revert of bitmap scale change while I investigate failures | humper | 2014-08-28 |
* | always scale to an integer; compensate for fractional image sizes by leaving ... | humper | 2014-08-27 |
* | retool image cache to be generic cache, allowing the client to subclass "Rec"... | reed | 2014-08-26 |
* | expose generalized imagecache key | reed | 2014-08-21 |
* | short circuit high quality scales that are actually the identity | humper | 2014-08-08 |
* | Set maximum output size for scaled-image-cache images | halcanary | 2014-07-17 |
* | don't draw unpremul alpha (yet) | reed | 2014-07-12 |
* | Refactor bitmap scaler to make it easier to migrate rest of chrome to use it | humper | 2014-06-27 |
* | Remove SK_IGNORE_CORRECT_HIGH_QUALITY_IMAGE_SCALE | fmalita | 2014-06-10 |
* | replace config() with colorType() | commit-bot@chromium.org | 2014-05-29 |
* | Make image scaling have floating point scales. Third attempt to land this | commit-bot@chromium.org | 2014-05-28 |
* | Manual SVN revert of https://code.google.com/p/skia/source/detail?r=14905 | epoger@google.com | 2014-05-27 |
* | floating point scale factors for images | commit-bot@chromium.org | 2014-05-27 |
* | Revert of Revert of Extract most of the mutable state of SkShader into a sepa... | commit-bot@chromium.org | 2014-04-23 |
* | Revert of Extract most of the mutable state of SkShader into a separate Conte... | commit-bot@chromium.org | 2014-04-23 |
* | Extract most of the mutable state of SkShader into a separate Context object. | commit-bot@chromium.org | 2014-04-23 |
* | Revert of Extract most of the mutable state of SkShader into a separate Conte... | commit-bot@chromium.org | 2014-04-17 |
* | add some asserts for mipmaps, and cleanup fFilterLevel if mipping failed | commit-bot@chromium.org | 2014-04-17 |
* | Extract most of the mutable state of SkShader into a separate Context object. | commit-bot@chromium.org | 2014-04-16 |
* | detect if the scaledimagecache returns a purged bitmap | reed@google.com | 2013-12-12 |
* | be more careful about OOB source pixels in the scanline rescaler, and | commit-bot@chromium.org | 2013-12-11 |
* | support scaledimagecache instantiable using discardablememory | reed@google.com | 2013-12-09 |
* | remove SkFloatToScalar macro | commit-bot@chromium.org | 2013-11-25 |
* | if fBitmap is still NULL, return false | reed@google.com | 2013-10-22 |
* | catch the other case where we need to see if fScaledBitmap.lockPixels() might... | reed@google.com | 2013-10-16 |
* | check of fScaledBitmap failed to lock | reed@google.com | 2013-10-16 |
* | return false if we can't scale, to force us to try to lock the original and t... | reed@google.com | 2013-10-15 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-09-17 |
* | Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://co... | robertphillips@google.com | 2013-09-16 |
* | Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on ... | robertphillips@google.com | 2013-09-16 |
* | Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview... | robertphillips@google.com | 2013-09-16 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-09-14 |
* | start to remove lockPixels from bitmapshader | reed@google.com | 2013-09-13 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-09-10 |
* | remove SK_IGNORE_IMAGE_PRESCALE flag (no longer used) | reed@google.com | 2013-09-09 |
* | move decision to smash invmatrix into unit-space (for faster repeat/mirror to... | reed@google.com | 2013-09-09 |
* | move platformConvolutionProcs() call to right before we need it | reed@google.com | 2013-09-06 |
* | remove fConvolutionProcs from State, and just use it locally | reed@google.com | 2013-09-05 |
* | simplify making translate only invmatrix | reed@google.com | 2013-09-05 |
* | Implement highQualityFilter16 so GM doesn't crash when you give it resources. | mtklein@google.com | 2013-08-26 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-07-25 |
* | free cache in destructor, in case endContext was not called. change Resize to... | reed@google.com | 2013-07-24 |
* | add mipmaps to scaledimagecache | reed@google.com | 2013-07-24 |
* | Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side... | robertphillips@google.com | 2013-07-24 |