1. f194219 don't rely on canvas->readPixels by Mike Reed · 7 years ago
  2. 12e946b deprecate odd variants of SkCanvas::readPixels by Mike Reed · 7 years ago
  3. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  4. e8f3062 switch surface to sk_sp by reed · 8 years ago
  5. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 8 years ago
  6. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 8 years ago
  7. 9fbee18 switch patheffects over to sk_sp by reed · 8 years ago
  8. 7cf12dd Fix radii calculation code to handle large radii. by herb · 9 years ago
  9. 1243b70 Revert of Fix handling of radii scaling to force the result to always be less (patchset #14 id:250001 of https://codereview.chromium.org/1567723004/ ) by robertphillips · 9 years ago
  10. f96bf1a Fix handling of radii scaling to force the result to always be less by herb · 9 years ago
  11. 6df6115 handle halfway case in scan converter by caryclark · 9 years ago
  12. 5e1ddb1 Reland of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1540203002/ ) by reed · 9 years ago
  13. 2d6ba66 Revert of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1535353002/ ) by reed · 9 years ago
  14. d63f60a change all factories to return their base-class by reed · 9 years ago
  15. 435657f Forward declare SkStrokeRec in SkPathEffect by halcanary · 9 years ago
  16. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  17. 3054be1 Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  18. a8918a0 Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul (patchset #3 id:40001 of https://codereview.chromium.org/790733003/) by reed · 10 years ago
  19. 2c1605a remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  20. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 10 years ago
  21. 35c03fb Remove scaleToFit from DashPathEffect by commit-bot@chromium.org · 10 years ago
  22. 3107b6a add SkCanvas::NewRaster factory -- a very common use-case in chrome by commit-bot@chromium.org · 10 years ago
  23. 0a2bf90 Factory methods for heap-allocated SkPathEffect and SkXfermode objects. by commit-bot@chromium.org · 10 years ago
  24. fa9e5fa replace setConfig+allocPixels with alloc-or-install-pixels by commit-bot@chromium.org · 10 years ago
  25. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 10 years ago
  26. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  27. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  28. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  29. d28ba80 promote SkImage::AlphaType to SkAlphaType by reed@google.com · 11 years ago
  30. 1c028bd fix state machine so we know simple only loops once, but we can call maprect in debug mode by reed@google.com · 11 years ago
  31. e09d6f4 Revert of r10943. by rmistry@google.com · 11 years ago
  32. 42cb6c0 add SkDeviceLooper to handle larger-than-fixedpoint by reed@google.com · 11 years ago
  33. 9f842d3 New warning -> new pattern for fingers to learn for asserting failure. by mtklein@google.com · 11 years ago
  34. 10adca5 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  35. f272e35 test drawing large-coord aa rects by reed@google.com · 11 years ago
  36. 54f0d1b Tests : Unused parameters cleanup by sugoi@google.com · 11 years ago
  37. 4bbdeac add optional cull-rect to patheffects, so they can do less work if their results by reed@google.com · 11 years ago
  38. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  39. 6b18d24 Limit the maximum number of dash segments per path by fmalita@google.com · 12 years ago
  40. bfa0401 Use double precision when iterating in SkDashPathEffect::filterPath() by fmalita@google.com · 12 years ago
  41. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  42. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  43. e2faf17 Even when the pts are restricted to 32K values, we can still overflow computing by reed@google.com · 12 years ago
  44. d9ee348 If we lose precision computing sum of the dash intervals, then we can have the by reed@google.com · 12 years ago
  45. b59ed51 add test for http://code.google.com/p/chromium/issues/detail?id=131181 by reed@google.com · 12 years ago
  46. 9d5f76a fix bug (and add test) for drawing an inverse-path whose bounds do intersect by reed@google.com · 12 years ago
  47. 1df888b check for numerical imprecision on phase by reed@google.com · 12 years ago
  48. a90aa53 fix clamping when we chop a cubic by reed@google.com · 12 years ago
  49. 6093e65 dd DrawPathTest to gyp add regression tests for bug 533 by mike@reedtribe.org · 12 years ago
  50. dceecc7 always allocate (only) the width of the clip for the AA row, since it will by reed@google.com · 12 years ago