1. 2f6e2f8 Use SkClipOp::kFoo instead of kFoo_SkClipOp from SkClipOpPriv by Michael Ludwig · 3 years ago
  2. 568f0ae drawBitmap is deprecated by Mike Reed · 3 years, 6 months ago
  3. 8d29ab6 Pass sampling to drawImage by Mike Reed · 3 years, 6 months ago
  4. 2ac6ce8 Simplify common case for recttorect by Mike Reed · 3 years, 6 months ago
  5. b612b6c Revert "Revert "Use explicit samplingoptions"" by Mike Reed · 3 years, 7 months ago
  6. fde98cb Revert "Use explicit samplingoptions" by Mike Reed · 3 years, 7 months ago
  7. 8b5f3ac Use explicit samplingoptions by Mike Reed · 3 years, 7 months ago
  8. 99c9446 Add flag to hide non-sampling imageshader factories by Mike Reed · 3 years, 7 months ago
  9. 4ce7786 Fix clip shader coverage combining with geometry processor coverage by Michael Ludwig · 3 years, 9 months ago
  10. d849a75 use pathbuilder by Mike Reed · 3 years, 10 months ago
  11. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 3 years, 11 months ago
  12. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years ago
  13. 9689e39 Update complex clip GMs to only use supported clip ops by Michael Ludwig · 4 years, 2 months ago
  14. 88b3b15 Add clipShader with perspective GM by Michael Ludwig · 4 years, 1 month ago
  15. 4920384 Check for deferred saves in SkCanvas::clipShader by Michael Ludwig · 4 years, 1 month ago
  16. 1f60733 Revert "Revert "move onto new factories for SkMatrix"" by Mike Reed · 4 years, 2 months ago
  17. c80ee45 Revert "move onto new factories for SkMatrix" by Mike Reed · 4 years, 2 months ago
  18. 046c2b7 move onto new factories for SkMatrix by Mike Reed · 4 years, 2 months ago
  19. 84a9eb5 add gm for clipShader in a layer by Mike Reed · 4 years, 4 months ago
  20. 121c2af clipShader -- raster implementation by Mike Reed · 4 years, 4 months ago
  21. 7d34dc7 Revert "Revert "switch to new filltype for SkPath"" by Mike Reed · 4 years, 8 months ago
  22. 3e7af41 Revert "switch to new filltype for SkPath" by Mike Reed · 4 years, 8 months ago
  23. 3a50981 switch to new filltype for SkPath by Mike Reed · 4 years, 8 months ago
  24. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 5 years ago
  25. 7fde8e1 IWYU for gms. by Ben Wagner · 5 years ago
  26. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  27. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago
  28. 2e6db18 use font instead of paint by Mike Reed · 6 years ago
  29. bc414ed clean up to more modeern conventions by Mike Reed · 6 years ago
  30. 788a2dc complexclip gm to clip when saving layer with bounds. by Ben Wagner · 6 years ago
  31. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  32. 33d2055 GM: some header cleanup by Mike Klein · 7 years ago
  33. ebfce6d change SkClipOp to a class enum by Mike Reed · 8 years ago
  34. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  35. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  36. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  37. 6699838 allow clip calls w/o op param, remove unnecessary kReplace ops by reed · 8 years ago
  38. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  39. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  40. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  41. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  42. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  43. 1818acb rename portable_typeface_always to portable_typeface by caryclark · 9 years ago
  44. ceb9f3b update complexclip to portable by caryclark · 9 years ago
  45. 1c40292 remove unused GM flags by mtklein · 9 years ago
  46. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  47. 6ae83cf add inverted path draw cases to complexclip gm by bsalomon · 10 years ago
  48. 5fb6bd4 use platform-independent font for gm by caryclark · 10 years ago
  49. f539318 Cleanup: Get rid of make_isize() function from gm.h. by tfarina · 10 years ago
  50. a90c680 Turn on quilt mode in DM. by commit-bot@chromium.org · 10 years ago
  51. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  52. 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
  53. 7fb2601 Fixed calling SkIntToScalar on a float error by robertphillips@google.com · 12 years ago
  54. 54bb7ab Improved clarity of complexclip GM by robertphillips@google.com · 12 years ago
  55. 50a69a0 Altered complexclip GM to test out saveLayer w/ a bound and clipping by robertphillips@google.com · 12 years ago
  56. a8f60f2 change to complexclip_bw and complexclip_aa, adding more combinations as well by reed@google.com · 13 years ago
  57. 48dd1a2 Import all GMs as Samples. by bsalomon@google.com · 13 years ago
  58. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  59. 807cec4 Add complex clip gm sample and cleanup unused headers/code in SampleComplexClip by bsalomon@google.com · 13 years ago