| Commit message (Expand) | Author | Age |
* | SkPathEffect.h: add SK_API where needed | halcanary | 2016-04-21 |
* | Revert of Delete SkFlattenable::Type (patchset #2 id:20001 of https://coderev... | mtklein | 2016-04-04 |
* | Delete SkFlattenable::Type | msarett | 2016-04-04 |
* | Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://... | reed | 2016-03-18 |
* | Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://c... | reed | 2016-03-18 |
* | switch patheffects over to sk_sp | reed | 2016-03-18 |
* | fix misc asserts and checks found by fuzzer | reed | 2016-02-22 |
* | Revert of fix misc asserts and checks found by fuzzer (patchset #1 id:1 of ht... | ethannicholas | 2016-02-22 |
* | fix misc asserts and checks found by fuzzer | reed | 2016-02-22 |
* | Revert of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of htt... | reed | 2016-02-22 |
* | Reland of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of htt... | reed | 2016-02-22 |
* | Revert of fix misc asserts and checks found by fuzzer (patchset #1 id:1 of ht... | reed | 2016-02-21 |
* | fix misc asserts and checks found by fuzzer | reed | 2016-02-20 |
* | Move SkTDArray to private. | bungeman | 2016-02-18 |
* | Forward declare SkStrokeRec in SkPathEffect | halcanary | 2015-09-15 |
* | Style Change: SkNEW->new; SkDELETE->delete | halcanary | 2015-08-26 |
* | remove SkInstCnt | mtklein | 2015-06-26 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | ViaAndroidSDK for DM | tomhudson | 2015-03-05 |
* | Add patheffects to debugger printout | robertphillips | 2015-01-26 |
* | Fix up all the easy virtual ... SK_OVERRIDE cases. | mtklein | 2015-01-09 |
* | 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 |
* | Simplify flattening to just write enough to call the factory/public-construct... | reed | 2014-08-21 |
* | Remove SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS flag. | commit-bot@chromium.org | 2014-05-15 |
* | Add asADash entry point into SkPathEffect to allow extracting Dash info from ... | commit-bot@chromium.org | 2014-04-22 |
* | Factory methods for heap-allocated SkPathEffect and SkXfermode objects. | commit-bot@chromium.org | 2014-02-20 |
* | Refactor read and write buffers. | commit-bot@chromium.org | 2014-01-30 |
* | Initial error handling code | commit-bot@chromium.org | 2013-10-23 |
* | 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 |
* | change all patheffect methods to const, in preparation for marking its | reed@google.com | 2012-12-18 |
* | Follow up on the previous patch : | sugoi@google.com | 2012-12-17 |
* | 3on/3off dashing optimization | robertphillips@google.com | 2012-12-17 |
* | Add drawPoints dash bench | robertphillips@google.com | 2012-12-05 |
* | 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 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | Added Inst counting to SkFlattenable-derived classes | robertphillips@google.com | 2012-06-27 |
* | Detect when the caller was hairline AND strokeandfill, and resolve that into ... | reed@google.com | 2012-05-29 |
* | 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 |
* | Change patheffect to take a (new) StrokeRec object, which encapsulates the fill | reed@google.com | 2012-05-24 |
* | add computeFastBounds to SkPathEffect, so we can attempt quickReject | reed@google.com | 2012-05-15 |
* | 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 |
* | Cleanup Macros arround static initializers for SkFlattenable. | djsollen@google.com | 2012-03-23 |
* | add optional manual global initialization | caryclark@google.com | 2011-12-15 |
* | Use SK_OVERRIDE to add a little extra robustness against name changes. | tomhudson@google.com | 2011-10-03 |