| Commit message (Expand) | Author | Age |
* | Yet more ASAN fixes. | senorblanco | 2015-04-21 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | Move SkMatrixImageFilter into core, and add a factory fn for it. | senorblanco | 2015-03-20 |
* | Remove uniqueID from all filter serialization. | senorblanco | 2015-03-18 |
* | SkPaint::FilterLevel -> SkFilterQuality | reed | 2015-03-16 |
* | Use ComposColorFilter to collaps hierarchy (when possible). | reed | 2015-03-08 |
* | Read pixels in BGRA non-premul mode in few tests | kkinnunen | 2015-03-06 |
* | Revert of check for inputs before reporting asColorFilter (patchset #7 id:110... | reed | 2015-03-05 |
* | Use ComposeColorFilter in factory to collapse consecutive filters (when possi... | reed | 2015-03-05 |
* | Fix leak in ComposedImageFilterOffset test | ajuma | 2015-02-13 |
* | Fix SkComposeImageFilter's bounds computation and offset handling | ajuma | 2015-02-13 |
* | Require budget decision when creating a RenderTarget SkSurface. | bsalomon | 2015-01-16 |
* | Fix up all the easy virtual ... SK_OVERRIDE cases. | mtklein | 2015-01-09 |
* | Require explicit disabling of cross process pictureimagefilters | robertphillips | 2015-01-06 |
* | Add toString methods to SkImageFilter-derived classes | robertphillips | 2014-12-19 |
* | Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. | mtklein | 2014-12-01 |
* | Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https... | mtklein | 2014-12-01 |
* | Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. | mtklein | 2014-12-01 |
* | Disable LCD text explicitly in SkPictureImageFilter::onFilterImage() | fmalita | 2014-11-20 |
* | Fix bounds computation of all 0-input filters. | senorblanco | 2014-10-29 |
* | Revert of Fix bounds computation of all 0-input filters. (patchset #2 id:2000... | hcm | 2014-10-27 |
* | Fix bounds computation of all 0-input filters. | senorblanco | 2014-10-27 |
* | Adding an option to render only the shadow in SkDropShadowImageFilter | sugoi | 2014-10-23 |
* | Sanitize SkMatrixConvolutionImageFilter creation params. | senorblanco | 2014-09-29 |
* | Introduce Props to surface (patchset #27 id:520001 of https://codereview.chro... | reed | 2014-09-22 |
* | Revert of introduce Props to surface (patchset #27 id:520001 of https://coder... | reed | 2014-09-21 |
* | introduce Props to surface (work in progress) | reed | 2014-09-21 |
* | Allow negative values in SkBlurImageFilter sigma. | senorblanco | 2014-09-09 |
* | "NULL !=" = NULL | bsalomon | 2014-09-05 |
* | Try out scalar picture sizes | robertphillips | 2014-08-29 |
* | Fix recursive computation of filter bounds for drop shadow, | senorblanco | 2014-08-25 |
* | Revert of Fix recursive computation of filter bounds for drop shadow, (patchs... | djsollen | 2014-08-25 |
* | Fix recursive computation of filter bounds for drop shadow, | senorblanco | 2014-08-25 |
* | Fix saveLayer() with a pixel-moving filter vs SkBBoxHierarchyRecord / SkRecor... | mtklein | 2014-08-22 |
* | Simplify flattening to just write enough to call the factory/public-construct... | reed | 2014-08-21 |
* | Move SkReadBuffer.h and SkReader32.h out of include. | halcanary | 2014-08-19 |
* | Revert "Move SkReadBuffer.h and SkReader32.h out of include." | halcanary | 2014-08-18 |
* | Move SkReadBuffer.h and SkReader32.h out of include. | halcanary | 2014-08-18 |
* | Intersect SkPictureImageFilter bounds against clip bounds. | senorblanco | 2014-07-30 |
* | Implement a persistent uniqueID-based cache for SkImageFilter. | senorblanco | 2014-07-30 |
* | Fix for saveLayer() with filters vs. the BBox Hierarchy. | senorblanco | 2014-07-14 |
* | Revert "Fix for saveLayer() with filters vs. the BBox Hierarchy." and | senorblanco | 2014-07-14 |
* | Fix for saveLayer() with filters vs. the BBox Hierarchy. | senorblanco | 2014-07-11 |
* | Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()." | Mike Klein | 2014-07-09 |
* | Clean up SkImageFilter constructors. | senorblanco | 2014-07-08 |
* | Remove ability for Release code to call getRefCnt() or getWeakRefCnt(). | mtklein | 2014-07-08 |
* | Fix SkColorFilterImageFilter matrix optimization. | senorblanco | 2014-07-03 |
* | Remove SkBicubicImageFilter, and all related tests. | senorblanco | 2014-06-25 |
* | Preprend Test to test function name generated by DEF_TEST() macro. | tfarina | 2014-06-24 |
* | Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) | robertphillips | 2014-06-04 |