| Commit message (Expand) | Author | Age |
... | |
* | Initial error handling code | commit-bot@chromium.org | 2013-10-23 |
* | Remove SkColorTable from SkFlattenable hierarchy. | commit-bot@chromium.org | 2013-10-15 |
* | change SkAnnotation to not inherit from SkFlattenable (does not need dynamic ... | reed@google.com | 2013-10-14 |
* | remove SkDataSet, and just store a key/value in SkAnnotation | reed@google.com | 2013-10-14 |
* | SkData need not be a Flattenable, since it does not need subclass/factories | reed@google.com | 2013-10-14 |
* | Remove SkLumaXfermode. | commit-bot@chromium.org | 2013-10-14 |
* | Luminance-to-alpha color filter (SkLumaColorFilter). | commit-bot@chromium.org | 2013-10-07 |
* | Added SkTileImageFilter to SkFlattenable::InitializeFlattenables() | sugoi@google.com | 2013-09-26 |
* | [External patch] Source-over support for SkLumaXfermode. | fmalita@google.com | 2013-09-17 |
* | Added a missing filter in SkFlattenable::InitializeFlattenables(). | commit-bot@chromium.org | 2013-09-05 |
* | Add luminance mask transfer modes. | commit-bot@chromium.org | 2013-08-23 |
* | Upstreaming DropShadowImageFilter into skia, from Blink | junov@chromium.org | 2013-08-07 |
* | Move SkComposeImageFilter into its own {.h, .cpp} files | commit-bot@chromium.org | 2013-08-07 |
* | Remove SkBlendImageFilter, and all tests. Its functionality has been subsumed... | senorblanco@chromium.org | 2013-08-01 |
* | Implement SkXfermode image filter. This required changing the signature of Sk... | senorblanco@chromium.org | 2013-05-31 |
* | Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exp... | senorblanco@chromium.org | 2013-05-29 |
* | Revert "Provide a GPU implementation of SkArithmeticMode, using a custom GrEf... | senorblanco@chromium.org | 2013-05-29 |
* | Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exp... | senorblanco@chromium.org | 2013-05-29 |
* | reenable lerpmode in gms, now that I think we fixed the global-initialization | reed@google.com | 2013-05-22 |
* | 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 |
* | PDF: add support for named destinations. | epoger@google.com | 2013-03-08 |
* | Revert r8000 due to failures on some buildbots | epoger@google.com | 2013-03-06 |
* | PDF: add support for named destinations | epoger@google.com | 2013-03-06 |
* | Fix android errors when unflattening an SkImageRef_ashmem object. | djsollen@google.com | 2013-02-01 |
* | (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 |
* | Implementation of the displacement effect (both CPU and GPU) | sugoi@google.com | 2013-01-15 |
* | Pull SkMergeImageFilter out into its own file. | senorblanco@chromium.org | 2012-12-04 |
* | Break out SkOffsetImageFilter into its own file, and derive it from | senorblanco@chromium.org | 2012-11-06 |
* | Add the ability to provide function pointers to SkPicture serialization | scroggo@google.com | 2012-10-04 |
* | Make flattenables no longer depend on global static initializers. | scroggo@google.com | 2012-09-21 |
* | Yet another speculative Android fix. Unreviewed. | senorblanco@chromium.org | 2012-09-19 |
* | Make texteffects gm work through serialization and pipe. | scroggo@google.com | 2012-09-12 |
* | Proper Android fix, and revert of workaround in r5267. Unreviewed. | senorblanco@chromium.org | 2012-08-23 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | Android build fix (unreviewed). | senorblanco@chromium.org | 2012-08-22 |
* | Implements the non-Porter-Duff compositing modes required for SVG's feBlend | senorblanco@chromium.org | 2012-08-22 |
* | Android build fix; unreviewed. | senorblanco@chromium.org | 2012-08-20 |
* | (Attempt to) fix Android build from r5056, thanks to suggestion by senorblanco@. | tomhudson@google.com | 2012-08-13 |
* | Add a zoom filter to Skia. This will be used on ChromeOS to implement the scr... | bsalomon@google.com | 2012-08-13 |
* | remove SkShape (unused) | reed@google.com | 2012-08-09 |
* | Provide static global initializers for SkColorTable and SkComposeShader. | scroggo | 2012-07-02 |
* | Cleanup flattening code to properly serialize lighting image filters. | djsollen@google.com | 2012-06-26 |
* | Added missing #include in SkGlobalInitialization_default.cpp for Android build | robertphillips@google.com | 2012-06-05 |
* | Fixed flattening of SkStippleMaskFilter | robertphillips@google.com | 2012-06-05 |
* | Change patheffect to take a (new) StrokeRec object, which encapsulates the fill | reed@google.com | 2012-05-25 |
* | revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some... | reed@google.com | 2012-05-24 |