| Commit message (Expand) | Author | Age |
* | Allow single-pass filters (which use asNewEffect()) to participate in the ima... | senorblanco@chromium.org | 2013-04-08 |
* | New SVG turbulence in Skia | sugoi@google.com | 2013-04-05 |
* | Reverting r8376, r8373 and r8371 due to Android shader compilation failures | robertphillips@google.com | 2013-03-25 |
* | New SVG turbulence in Skia | sugoi@google.com | 2013-03-25 |
* | Reverting 8313 (SVG turbulence) due to Ubuntu failures | robertphillips@google.com | 2013-03-21 |
* | New SVG turbulence in Skia | sugoi@google.com | 2013-03-21 |
* | Added toString to SkMaskFilter-derived classes | robertphillips@google.com | 2013-03-18 |
* | Small adjustments to SkRectShaderImageFilter to follow up on original cl. | sugoi@google.com | 2013-02-21 |
* | New SkRectShaderImageFilter image filter | sugoi@google.com | 2013-02-21 |
* | Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into ... | senorblanco@chromium.org | 2013-02-04 |
* | revert name changes to SkBlendImageFilter. It (correctly) named its enum kMul... | reed@google.com | 2013-02-01 |
* | Adding kMultiply_Mode (as an alias to kModulate_Mode) in SkBlendImageFilter.h... | robertphillips@google.com | 2013-01-31 |
* | clone of https://codereview.appspot.com/7208043/ | reed@google.com | 2013-01-30 |
* | This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmap... | senorblanco@chromium.org | 2013-01-30 |
* | Added toString to SkDrawLooper-derived classes | robertphillips@google.com | 2013-01-28 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-26 |
* | add optional cull-rect to patheffects, so they can do less work if their results | reed@google.com | 2013-01-24 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-23 |
* | Added toString to SkXfermode-derived classes (for debugger) | robertphillips@google.com | 2013-01-22 |
* | (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.) | senorblanco@chromium.org | 2013-01-18 |
* | Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283) | robertphillips@google.com | 2013-01-18 |
* | Implement a bicubic resampling image filter, with raster and GPU backends. | senorblanco@chromium.org | 2013-01-18 |
* | Wrap GrEffects in GrEffectPtr. | bsalomon@google.com | 2013-01-16 |
* | Added print out of SkShader information to debugger | robertphillips@google.com | 2013-01-15 |
* | Implementation of the displacement effect (both CPU and GPU) | sugoi@google.com | 2013-01-15 |
* | Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No ch... | senorblanco@chromium.org | 2013-01-10 |
* | fix warnings related to constness in overrides of SkColorFilter | mike@reedtribe.org | 2012-12-24 |
* | change SkMaskFilter methods to const, in preparation for making the class as | reed@google.com | 2012-12-18 |
* | change all interfaces for SkRasterizer to const, in preparation for marking it | reed@google.com | 2012-12-18 |
* | change all patheffect methods to const, in preparation for marking its | reed@google.com | 2012-12-18 |
* | Make all colorfilter methods const, in preparation for declaring them | reed@google.com | 2012-12-17 |
* | Mark all methods on SkXfermode as const, in preparation for declaring all | reed@google.com | 2012-12-17 |
* | Pull SkMergeImageFilter out into its own file. | senorblanco@chromium.org | 2012-12-04 |
* | Modify the blur bench to add tests for high-quality blurs, and large non-inte... | senorblanco@chromium.org | 2012-11-29 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-11-29 |
* | Added dashing fast path | robertphillips@google.com | 2012-11-28 |
* | change SkDrawFilter::filter to return a bool, where false means don't-draw | reed@google.com | 2012-11-26 |
* | Separable mask blurs: Add compile-time flag. Fix reversed offsets in asymme... | senorblanco@chromium.org | 2012-11-20 |
* | Break out SkOffsetImageFilter into its own file, and derive it from | senorblanco@chromium.org | 2012-11-06 |
* | Add a factory Create function for SkColorFilterImageFilter, and move the matr... | senorblanco@chromium.org | 2012-10-26 |
* | GrCustomStage Renaming Part 5 | bsalomon@google.com | 2012-10-25 |
* | GrCustomStage Renaming Part 4 | bsalomon@google.com | 2012-10-24 |
* | CustomStage Renaming Part 1 | bsalomon@google.com | 2012-10-24 |
* | Remove use of varargs in SkImageFilter. This is causing a crash in recent | senorblanco@chromium.org | 2012-10-22 |
* | Use GrCustomStage to implement color matrix. | bsalomon@google.com | 2012-10-17 |
* | When two or more color matrix image filters are connected together, and the n... | senorblanco@chromium.org | 2012-10-12 |
* | Export effects classes with SK_API. | tfarina@chromium.org | 2012-10-12 |
* | This patch implements generalized DAG connectivity for SkImageFilter. SkImag... | senorblanco@chromium.org | 2012-10-10 |
* | Change SkLightingImageFilter to derive from SkSingleInputImageFilter, so that... | senorblanco@chromium.org | 2012-10-05 |
* | Implement GPU path for matrix convolution. Note that when not convolving alpha, | senorblanco@chromium.org | 2012-10-04 |