| Commit message (Expand) | Author | Age |
* | add new copyTo version to SkBitmap, which takes SkColorType | commit-bot@chromium.org | 2014-02-23 |
* | use SkColorType instead of SkBitmap::Config in views/effects | commit-bot@chromium.org | 2014-02-16 |
* | Make SkImageFilter methods const. | commit-bot@chromium.org | 2014-02-05 |
* | Implement correct clipping for image filters. | senorblanco@chromium.org | 2014-02-05 |
* | Fix image filter crop offsets for GPU path. | senorblanco@chromium.org | 2014-02-03 |
* | Refactor read and write buffers. | commit-bot@chromium.org | 2014-01-30 |
* | Implement a computeFastBounds() traversal for SkImageFilter. | senorblanco@chromium.org | 2014-01-27 |
* | add installPixels | reed@google.com | 2014-01-24 |
* | Apply the CTM to filter parameters for SkBlurImageFilter, SkDropShadowImageFi... | senorblanco@chromium.org | 2014-01-20 |
* | Make SkImageFilter crop rects relative to the primitive origin, instead of re... | senorblanco@chromium.org | 2014-01-03 |
* | Fixed bad bitmap size crashes | commit-bot@chromium.org | 2013-12-04 |
* | Adding more validation | commit-bot@chromium.org | 2013-11-25 |
* | Remove some now-unused #ifdefs. | senorblanco@chromium.org | 2013-11-12 |
* | Implement a speedup for Y-only blurs by transposing. | senorblanco@chromium.org | 2013-11-11 |
* | SSE2 implementation of RGBA box blurs. This yields ~2X perf improvement on Xe... | senorblanco@chromium.org | 2013-11-08 |
* | Implement the y-transpose optimization in image (RGBA) blurs. This gives ~38... | senorblanco@chromium.org | 2013-11-07 |
* | Add SK_PREFETCH and use in SkBlurImageFilter. | commit-bot@chromium.org | 2013-11-05 |
* | Change SkBlurImageFilter to use fixed-point division. Yields ~1.8X speedup on | senorblanco@chromium.org | 2013-11-04 |
* | Initial error handling code | commit-bot@chromium.org | 2013-10-23 |
* | Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing... | senorblanco@chromium.org | 2013-10-10 |
* | 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 |
* | Initial error handling code | commit-bot@chromium.org | 2013-09-13 |
* | In image filters, apply the CTM and offset to the crop rect. This is necessar... | senorblanco@chromium.org | 2013-08-27 |
* | Added ctm matrix to GPU path | commit-bot@chromium.org | 2013-08-05 |
* | This patch implements a crop rect for SkImageFilter. It has been implemented ... | senorblanco@chromium.org | 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-23 |
* | This patch implements a crop rect for SkImageFilter. It has been implemented ... | senorblanco@chromium.org | 2013-07-22 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-07-16 |
* | Move gaussianBlur functionality to src\effects | robertphillips@google.com | 2013-07-15 |
* | Implement offset for GPU filter path. Although we can't yet use this in Blink... | commit-bot@chromium.org | 2013-07-10 |
* | Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRen... | commit-bot@chromium.org | 2013-06-26 |
* | Remove SkImageFilter::getInputResult(), since its return value is not | senorblanco@chromium.org | 2013-05-24 |
* | Reverting r9245 due to Chrome breakage | robertphillips@google.com | 2013-05-22 |
* | Remove SkImageFilter::getInputResult(), since its return value is not | senorblanco@chromium.org | 2013-05-22 |
* | Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into ... | senorblanco@chromium.org | 2013-02-04 |
* | This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmap... | senorblanco@chromium.org | 2013-01-30 |
* | Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No ch... | senorblanco@chromium.org | 2013-01-10 |
* | Fix recursive GPU processing for SkImageFilter. Plumb through the | senorblanco@chromium.org | 2012-09-27 |
* | Make flattenables no longer depend on global static initializers. | scroggo@google.com | 2012-09-21 |
* | Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity | senorblanco@chromium.org | 2012-08-20 |
* | Update SkFlattenable buffers to be more modular. | djsollen@google.com | 2012-08-07 |
* | Create GPU-less build of Skia. | bsalomon@google.com | 2012-08-02 |
* | Replace the asAFoo() functions in SkImageFilter with canFilterImageGPU() and | senorblanco@chromium.org | 2012-08-01 |
* | Move SkColorTable into its own header and reduce includes in SkFlattenable.h | djsollen@google.com | 2012-06-12 |
* | Cleanup code related to SkFlattenable::flatten() | djsollen@google.com | 2012-03-29 |
* | add filterImage() entry-point to SkDevice, to allow it to specialize on subcl... | reed@google.com | 2012-01-05 |
* | Unreviewed. Fixing the Windows build, due to a non definition of M_PI. | schenney@chromium.org | 2011-12-20 |