| Commit message (Expand) | Author | Age |
* | 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 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-07-24 |
* | add scaledimagecache | reed@google.com | 2013-07-23 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-07-23 |
* | stop using bitmap-filter flags outside of paint itself, as a step towards rea... | reed@google.com | 2013-07-22 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-07-20 |
* | The image resampling code has been transplanted from Chrome; it's incredibly ... | humper@google.com | 2013-07-19 |
* | fix trivial matrix computation | humper@google.com | 2013-07-14 |
* | Reverted 10056-10059 | robertphillips@google.com | 2013-07-13 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-07-13 |
* | Working plumb of image scaling: | humper@google.com | 2013-07-12 |
* | New bitmap filter checkin; this time with less build breakage | humper@google.com | 2013-07-09 |
* | Revert "More general image filter interface; tested implementation of standal... | humper@google.com | 2013-07-09 |
* | More general image filter interface; tested implementation of standalone | humper@google.com | 2013-07-09 |