1. 9f2251c Crop the fast path dashed lines to the cull rect by robertphillips · 10 years ago
  2. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  3. 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
  4. 1c577cd Always initialize SkDashPathEffect fields. by mtklein · 10 years ago
  5. a22ea18 Move Dashing filterPath to a dashing utils file by egdaniel · 10 years ago
  6. 90b8caf Revert of Move Dashing filterPath to a dashing utils file (https://codereview.chromium.org/314623004/) by egdaniel · 10 years ago
  7. 576dcdc Move Dashing filterPath to a dashing utils file by egdaniel · 10 years ago
  8. 7ed173b formalize named picture versions by commit-bot@chromium.org · 10 years ago
  9. 6b3eebc Add check for bad dash interval in dash effect picture read by commit-bot@chromium.org · 10 years ago
  10. eab6c9a Fix Dash Effect readback calc for fPhase from old skps by commit-bot@chromium.org · 10 years ago
  11. aec1438 Add asADash entry point into SkPathEffect to allow extracting Dash info from PathEffects by commit-bot@chromium.org · 10 years ago
  12. 35c03fb Remove scaleToFit from DashPathEffect by commit-bot@chromium.org · 10 years ago
  13. 7fc2228 Fix underlying issue causing crbug.com/348821. by commit-bot@chromium.org · 10 years ago
  14. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  15. ef74fa1 Fixed more fuzzer issues by commit-bot@chromium.org · 11 years ago
  16. e1ca705 deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients by reed@google.com · 11 years ago
  17. 0251288 Adding size parameter to read array functions by commit-bot@chromium.org · 11 years ago
  18. c2eae47 Reverting revert of r11862 (Constify SkFlattenable::getFactory()) or reverting r11871. by robertphillips@google.com · 11 years ago
  19. b5e3910 Reverted due to Chromium compilation failures. Please see: by robertphillips@google.com · 11 years ago
  20. 575604d Constify SkFlattenable::getFactory(). by commit-bot@chromium.org · 11 years ago
  21. 83d1a68 Add special handling of rectori case for gpu by robertphillips@google.com · 11 years ago
  22. 13b77e8 remove obsolete build flags: by reed@google.com · 11 years ago
  23. 5b33211 Start addressing the clang static analyzer issues by robertphillips@google.com · 12 years ago
  24. 68f670f Fix assert by robertphillips@google.com · 12 years ago
  25. 7037552 doh: use *srcPtr instead of src (which is now obsolete) when we check for specialLine by reed@google.com · 12 years ago
  26. d760073 Hid large dashed line optimization behind compiler flag by robertphillips@google.com · 12 years ago
  27. 4024f32 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  28. 4bbdeac add optional cull-rect to patheffects, so they can do less work if their results by reed@google.com · 12 years ago
  29. 5c4d558 dashing asPoints could draw excessively long first dash by robertphillips@google.com · 12 years ago
  30. 548a1f3 change all patheffect methods to const, in preparation for marking its by reed@google.com · 12 years ago
  31. 7a03d86 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  32. 6d87557 3on/3off dashing optimization by robertphillips@google.com · 12 years ago
  33. 6b18d24 Limit the maximum number of dash segments per path by fmalita@google.com · 12 years ago
  34. a7aedfe Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  35. 441a005 Fix r6808 fix & some compiler warnings by robertphillips@google.com · 12 years ago
  36. bfa0401 Use double precision when iterating in SkDashPathEffect::filterPath() by fmalita@google.com · 12 years ago
  37. 935ad02 Add drawPoints dash bench by robertphillips@google.com · 12 years ago
  38. 629ab54 Added dashing fast path by robertphillips@google.com · 12 years ago
  39. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago
  40. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  41. 56d5bfa privatize SkBuffer.h by mike@reedtribe.org · 12 years ago
  42. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  43. d9ee348 If we lose precision computing sum of the dash intervals, then we can have the by reed@google.com · 12 years ago
  44. 3ec68f0 special-case dashing a single line-segment. We can go much faster since we by reed@google.com · 12 years ago
  45. fd4be26 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  46. d3521f1 revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory somewhere? by reed@google.com · 12 years ago
  47. 9797272 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  48. 20bf4ca Clean up DashPathEffect modulo math from r3761 by epoger@google.com · 12 years ago
  49. 1df888b check for numerical imprecision on phase by reed@google.com · 12 years ago
  50. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  51. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
  52. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  53. 9de4dc9 check for non-finite values that can make us overshoot by reed@google.com · 13 years ago
  54. 6bac947 Add option in flattening to write factory names inline, as we are recording. by reed@google.com · 13 years ago
  55. 3334c3a code style by mike@reedtribe.org · 13 years ago
  56. 8a1c16f grab from latest android by reed@android.com · 16 years ago