1. b746b1f Pass sampling to surface.draw by Mike Reed · 3 years, 10 months ago
  2. ae4bb98 Reland "Remove use of legacy display globals." by Ben Wagner · 4 years, 1 month ago
  3. bd0881c Revert "Remove use of legacy display globals." by Jim Van Verth · 4 years, 1 month ago
  4. c1916c3 Remove use of legacy display globals. by Ben Wagner · 4 years, 1 month ago
  5. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 2 months ago
  6. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 3 months ago
  7. 7fde8e1 IWYU for gms. by Ben Wagner · 6 years ago
  8. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  9. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 6 years ago
  10. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 6 years ago
  11. 1af9b48 use drawstring with font by Mike Reed · 6 years ago
  12. a24712e Revert "makeSurface defaults to raster" by Cary Clark · 6 years ago
  13. 29a4a68 makeSurface defaults to raster by Cary Clark · 6 years ago
  14. 46596ae use tool_utils to encapsulate checking for recording canvas and makeSurface by Mike Reed · 7 years ago
  15. 2a475ea add drawString helper to canvas by Cary Clark · 8 years ago
  16. 33d2055 GM: some header cleanup by Mike Klein · 8 years ago
  17. d1e67e7 Use SkBlendMode_Name rather than one-off tables by Brian Osman · 8 years ago
  18. 3661bc9 hide trivial helpers on canvas by Mike Reed · 8 years ago
  19. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  20. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  21. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  22. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  23. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  24. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  25. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  26. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  27. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  28. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  29. cfb6bdf switch xfermodes over to sk_sp by reed · 9 years ago
  30. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  31. e8f3062 switch surface to sk_sp by reed · 9 years ago
  32. 1a9b964 Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ )" by reed · 9 years ago
  33. 9283d20 Revert of more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ ) by reed · 9 years ago
  34. ce563cd more shader-->sp conversions by reed · 9 years ago
  35. 8a21c9f use Make instead of Create to return a shared shader by reed · 9 years ago
  36. 27b6335 On gpu, use max(r,g,b) for coverage alpha in LCD and update lcd blend gm. by egdaniel · 9 years ago
  37. 723b050 Add support for blending of LCD for all blend modes. BUG=skia: by egdaniel · 9 years ago