1. 116b33e Remove SkMaxScalar and SkMinScalar by Brian Osman · 4 years, 6 months ago
  2. 7fde8e1 IWYU for gms. by Ben Wagner · 5 years ago
  3. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  4. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 5 years ago
  5. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago
  6. 9407e24 make float more primary API for paint (esp. for alpha) by Mike Reed · 5 years ago
  7. c4745d6 use drawString with font by Mike Reed · 6 years ago
  8. a24712e Revert "makeSurface defaults to raster" by Cary Clark · 6 years ago
  9. 29a4a68 makeSurface defaults to raster by Cary Clark · 6 years ago
  10. 5426850 Make GMs with persistent SkImages that may be texture backed recreate by Brian Salomon · 6 years ago
  11. 1be1f8d hide SkBlurMaskFilter and SkBlurQuality by Mike Reed · 6 years ago
  12. 4f5a79c remove kRW_LegacyBitmapMode by Cary Clark · 6 years ago
  13. 46596ae use tool_utils to encapsulate checking for recording canvas and makeSurface by Mike Reed · 7 years ago
  14. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  15. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  16. 33d2055 GM: some header cleanup by Mike Klein · 7 years ago
  17. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  18. ab83da7 drawBitmapRect() should not touch the CTM when mask filters are present by fmalita · 8 years ago
  19. 7cf36cc Stop testing texture-backed bitmaps in drawbitmaprect GM by bsalomon · 8 years ago
  20. 614d8f9 Remove GrWrapTextureInBitmap from public API by bsalomon · 8 years ago
  21. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  22. efdfd51 switch maskfilters to sk_sp by reed · 8 years ago
  23. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  24. e8f3062 switch surface to sk_sp by reed · 8 years ago
  25. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  26. 2ad1aa6 partial switch over to sp usage of shaders by reed · 8 years ago
  27. 84a4e5a Remove internal calls to SkImage::getTexture by bsalomon · 8 years ago
  28. 24eb7a8 Make drawbitmaprect GM use Ganesh-backed bitmaps and images by robertphillips · 9 years ago
  29. 7b6945b remove unused (by the outside) SkImage::newSurface, and simplify newImage -> newSubset by reed · 9 years ago
  30. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  31. e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
  32. 1818acb rename portable_typeface_always to portable_typeface by caryclark · 9 years ago
  33. 97a26d0 make drawbitmaprect lighting lumafilter matrixconvolution srcmode gm portable by caryclark · 9 years ago
  34. 84984ef Revert[2] of guard to remove DrawBitmapRectFlags by reed · 9 years ago
  35. 9111019 Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/) by scroggo · 9 years ago
  36. 6fb0b67 guard to remove DrawBitmapRectFlags by reed · 9 years ago
  37. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  38. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  39. f803da1 add newImage API by reed · 10 years ago
  40. 992c7b0 Add standard fonts to all GMs. by Cary Clark · 10 years ago
  41. f539318 Cleanup: Get rid of make_isize() function from gm.h. by tfarina · 10 years ago
  42. 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  43. 3339ac5 Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) (https://codereview.chromium.org/288343009/) by commit-bot@chromium.org · 10 years ago
  44. 4b8f802 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  45. e2b193c Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  46. ee0cac3 remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  47. 5d41507 Mark drawbitmaprect's large bitmaps as immutable. by commit-bot@chromium.org · 10 years ago
  48. e396455 move common blur types into central header by commit-bot@chromium.org · 10 years ago
  49. 9c9005a Move SkShader::fLocalMatrix into SkShader constructor. by commit-bot@chromium.org · 10 years ago
  50. 7b78981 gather GM tests which are disabled on Android by commit-bot@chromium.org · 10 years ago
  51. dac5225 replace SkBitmap::Config with SkColorType in gms by commit-bot@chromium.org · 10 years ago
  52. eb9a46c add legacy/helper allocN32Pixels, and convert gm to use it by reed@google.com · 11 years ago
  53. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  54. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  55. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  56. b706117 Push sigma-based blur interface into our GMs/benches/tests/samplecode by robertphillips@google.com · 11 years ago
  57. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  58. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  59. ae933ce Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  60. ceb2a03 Temporarily disable failing GM tests on Android by borenet@google.com · 12 years ago
  61. 7d30a21 Fixes matrix inconsistency in GPU draws with filters. Also adds a GM test. by bsalomon@google.com · 12 years ago
  62. 663515b [PDF] Fix some scalar/int assumptions. by vandebo@chromium.org · 13 years ago
  63. fb30951 [GPU] tile when large bitmap pased drawBitmap and only a small fraction is used by bsalomon@google.com · 13 years ago