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