| Commit message (Expand) | Author | Age |
* | remove SkFloatToScalar macro | commit-bot@chromium.org | 2013-11-25 |
* | Fix memory leak in filterRRectToNine | robertphillips@google.com | 2013-11-11 |
* | Add ability to ninepatch blurred rounded rectangle | scroggo@google.com | 2013-11-08 |
* | Add GM to verify removal of 32767 limit in SkBlurMaskFilter::filterRectsToNin... | robertphillips@google.com | 2013-11-07 |
* | Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si... | reed@google.com | 2013-10-31 |
* | Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t... | reed@google.com | 2013-10-31 |
* | add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ... | reed@google.com | 2013-10-31 |
* | Hamfisted "fix" for pinterest blur crash | robertphillips@google.com | 2013-09-03 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-08-28 |
* | Blur refactoring | robertphillips@google.com | 2013-08-27 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-07-31 |
* | Fix quickReject computation for blurs | robertphillips@google.com | 2013-07-30 |
* | This patch implements a crop rect for SkImageFilter. It has been implemented ... | senorblanco@chromium.org | 2013-07-24 |
* | Move gaussianBlur functionality to src\effects | robertphillips@google.com | 2013-07-15 |
* | Make GrPaint have a variable sized array of color and coverage stages rather ... | commit-bot@chromium.org | 2013-07-13 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-07-04 |
* | Fix for r9888 bug | robertphillips@google.com | 2013-07-03 |
* | Add canFilterMaskGPU & filterMaskGPU to SkMaskFilter | robertphillips@google.com | 2013-07-03 |
* | Remove the non-separable blur because it is no longer used. | commit-bot@chromium.org | 2013-06-11 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-03-19 |
* | Added toString to SkMaskFilter-derived classes | robertphillips@google.com | 2013-03-18 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-03-12 |
* | fix preprocessor abuse on Windows | humper@google.com | 2013-03-11 |
* | Plumb fast rectangle blur code into the skia mask filter | humper@google.com | 2013-03-11 |
* | change SkMaskFilter methods to const, in preparation for making the class as | reed@google.com | 2012-12-18 |
* | remove experimental setAsABlur, as it forces the instance to be mutable, and was | reed@google.com | 2012-12-18 |
* | we do not correctly handle inner-style in blurmaskfilter w/ the 9patch | reed@google.com | 2012-12-17 |
* | Turn on the separable blur (release the hounds!). This will require rebaseli... | senorblanco@chromium.org | 2012-11-29 |
* | Modify the blur bench to add tests for high-quality blurs, and large non-inte... | senorblanco@chromium.org | 2012-11-29 |
* | don't leak *every* src mask in the ninepatch case. doh. | reed@google.com | 2012-11-27 |
* | limit the rects width/height as well as its coords, when avoiding too-large | reed@google.com | 2012-11-21 |
* | Separable mask blurs: Add compile-time flag. Fix reversed offsets in asymme... | senorblanco@chromium.org | 2012-11-20 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-11-20 |
* | skip very large rects (for now) until we can pre-clip them to avoid floating | reed@google.com | 2012-11-19 |
* | use SkPath::isNestedRects() to apply blurred nine-patch | reed@google.com | 2012-11-19 |
* | Revert r6469, "Turn on separable blur." | senorblanco@chromium.org | 2012-11-17 |
* | Turn on separable blur. | senorblanco@chromium.org | 2012-11-16 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-11-10 |
* | add entry-point to SkMaskFilter to fast-path rectangles. | reed@google.com | 2012-11-09 |
* | Fix for Chrome mac_gpu compiler failure | robertphillips@google.com | 2012-11-08 |
* | Add temporary interfaces in blur and clip to | caryclark@google.com | 2012-11-07 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | privatize SkBuffer.h | mike@reedtribe.org | 2012-08-13 |
* | Update SkFlattenable buffers to be more modular. | djsollen@google.com | 2012-08-07 |
* | Cleanup code related to SkFlattenable::flatten() | djsollen@google.com | 2012-03-29 |
* | Create macro for registering classes for deserialization | djsollen@google.com | 2012-03-26 |
* | Upstream changes from Android repository. | djsollen@google.com | 2012-03-21 |
* | extend fastbounds impls to include maskfilters and drawloopers. This allows | reed@google.com | 2012-01-30 |
* | detect (and reject) if radius ia NaN, by using !(radius > 0) instead of (radi... | reed@google.com | 2012-01-11 |
* | add optional manual global initialization | caryclark@google.com | 2011-12-15 |