1. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  2. b286bc2 Introduce new factory for SkColorFilters by Mike Reed · 5 years ago
  3. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 5 years ago
  4. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago
  5. 9407e24 make float more primary API for paint (esp. for alpha) by Mike Reed · 5 years ago
  6. df3d225 use SkFont for measuring and paths by Mike Reed · 6 years ago
  7. edce0aa add gm and fix origin for xform-based blobs by Mike Reed · 6 years ago
  8. 7d1eb33 hide paint's getFontBounds by Mike Reed · 6 years ago
  9. 1eb9af9 delete textonpath code -- not used anywhere by Mike Reed · 6 years ago
  10. a24712e Revert "makeSurface defaults to raster" by Cary Clark · 6 years ago
  11. 29a4a68 makeSurface defaults to raster by Cary Clark · 6 years ago
  12. a62d036 textonpath no longer in canvas by Mike Reed · 6 years ago
  13. 9c2916e drawTextRSXform should not apply matrix to shader by Mike Reed · 6 years ago
  14. caaf211 handle conics in text warper by Mike Reed · 6 years ago
  15. 488fbd1 compare textonpath techniques by Mike Reed · 6 years ago
  16. 46596ae use tool_utils to encapsulate checking for recording canvas and makeSurface by Mike Reed · 7 years ago
  17. c465d13 resources: orgainize directory. by Hal Canary · 7 years ago
  18. 0acd795 add helper makeShader for the common Clamp case by Mike Reed · 7 years ago
  19. 93cb252 add GM to compare atlas and vertices by Mike Reed · 7 years ago
  20. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  21. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  22. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  23. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  24. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  25. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  26. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  27. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  28. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  29. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  30. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  31. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  32. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  33. 95e8d0a Remove caching from the draw-atlas GMs. Fixes bugs cycling backends. by brianosman · 8 years ago
  34. 7c70d7c center glyphs for text-on-path-via-rsxform by reed · 8 years ago
  35. dde2b1f update path->rsxform to correctly interp dy by reed · 8 years ago
  36. 45561a0 drawTextRSXform by reed · 8 years ago
  37. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  38. e8f3062 switch surface to sk_sp by reed · 8 years ago
  39. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  40. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  41. 71c3c76 add SkCanvas::drawAtlas by reed · 9 years ago