1. 4a21c94 move intermediate patheffect classes inside src by Mike Reed · 7 years ago
  2. 12da890 Revert "move some of patheffect internals into private" by Mike Reed · 7 years ago
  3. 7067fc6 move some of patheffect internals into private by Mike Reed · 7 years ago
  4. a07741a begin to hide details of SkPathEffect by Mike Reed · 8 years ago
  5. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  6. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 8 years ago
  7. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 8 years ago
  8. 9fbee18 switch patheffects over to sk_sp by reed · 8 years ago
  9. 77b6ba3 Implement an SkPaint-based image filter by ajuma · 9 years ago
  10. 42dbfa8 Add patheffects to debugger printout by robertphillips · 10 years ago
  11. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  12. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  13. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  14. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 10 years ago
  15. aec1438 Add asADash entry point into SkPathEffect to allow extracting Dash info from PathEffects by commit-bot@chromium.org · 10 years ago
  16. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  17. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  18. 3534822 force readbuffer clients to use specialized readFoo for flattenables by reed@google.com · 11 years ago
  19. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  20. 4bbdeac add optional cull-rect to patheffects, so they can do less work if their results by reed@google.com · 12 years ago
  21. 548a1f3 change all patheffect methods to const, in preparation for marking its by reed@google.com · 12 years ago
  22. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  23. 687c57c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  24. 629ab54 Added dashing fast path by robertphillips@google.com · 12 years ago
  25. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago
  26. 56d5bfa privatize SkBuffer.h by mike@reedtribe.org · 12 years ago
  27. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  28. 0456e0b Added Inst counting to SkFlattenable-derived classes by robertphillips@google.com · 12 years ago
  29. 8b06f1a Detect when the caller was hairline AND strokeandfill, and resolve that into FILL by reed@google.com · 12 years ago
  30. fd4be26 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  31. d3521f1 revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory somewhere? by reed@google.com · 12 years ago
  32. 9797272 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  33. e4f10a7 add computeFastBounds to SkPathEffect, so we can attempt quickReject by reed@google.com · 12 years ago
  34. 75a0972 move SkStrokePathEffect into hiding for now, as its functionality is rethought. by reed@google.com · 12 years ago
  35. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  36. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  37. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 12 years ago
  38. aefdd06 move SKPaint's defaults (that might be configurable) into a header by reed@google.com · 13 years ago
  39. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
  40. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  41. 6bac947 Add option in flattening to write factory names inline, as we are recording. by reed@google.com · 13 years ago
  42. feb8cc8 code style by reed@google.com · 13 years ago
  43. 8a1c16f grab from latest android by reed@android.com · 16 years ago