1. 92b3335 more rect api simplifications by Mike Reed · 5 years 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. 50acf8f add makeShader() to SkBitmap, and deprecate SkShader version by Mike Reed · 5 years ago
  5. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 5 years ago
  6. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago
  7. e964c18 gm: use DEF_GM macro consistantly by Hal Canary · 6 years ago
  8. df2d27e drawText Cleanup, part 2 by Hal Canary · 6 years ago
  9. d46dce3 don't adapt any gray colors to 565 by Mike Klein · 6 years ago
  10. 1be1f8d hide SkBlurMaskFilter and SkBlurQuality by Mike Reed · 6 years ago
  11. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  12. 33d2055 GM: some header cleanup by Mike Klein · 7 years ago
  13. 6699838 allow clip calls w/o op param, remove unnecessary kReplace ops by reed · 8 years ago
  14. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  15. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  16. efdfd51 switch maskfilters to sk_sp by reed · 8 years ago
  17. fe63045 move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR by reed · 8 years ago
  18. 1a9b964 Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ )" by reed · 8 years ago
  19. 9283d20 Revert of more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ ) by reed · 8 years ago
  20. ce563cd more shader-->sp conversions by reed · 8 years ago
  21. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  22. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  23. fb8c1fc Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ ) by reed · 9 years ago
  24. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  25. 66fb63f gm fix missed portable gm text in samplerstress by caryclark · 9 years ago
  26. f597c42 make pixelsnap textblob* etc gm portable by caryclark · 9 years ago
  27. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  28. 1c40292 remove unused GM flags by mtklein · 10 years ago
  29. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  30. 752e7eb Cleanup: Another round of override fixes. by tfarina · 10 years ago
  31. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  32. d7127e7 re-add samplerstress gm, but use blurmaskfilter instead (std filter) by reed · 10 years ago
  33. 5b1b2db remove SkStippleMaskFilter - no external clients by reed · 10 years ago
  34. 992c7b0 Add standard fonts to all GMs. by Cary Clark · 10 years ago
  35. 7cdc1ee Add always-threaded SkRecord quilt tests. by mtklein · 10 years ago
  36. f539318 Cleanup: Get rid of make_isize() function from gm.h. by tfarina · 10 years ago
  37. a90c680 Turn on quilt mode in DM. by commit-bot@chromium.org · 10 years ago
  38. 7c9d0f3 Factory methods for heap-allocated SkMaskFilter objects. by commit-bot@chromium.org · 10 years ago
  39. eb9a46c add legacy/helper allocN32Pixels, and convert gm to use it by reed@google.com · 11 years ago
  40. 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
  41. d895b05 Reenable running samplerstress GM in pipe mode. by scroggo@google.com · 12 years ago
  42. 941ee93 Fixed flattening of SkStippleMaskFilter by robertphillips@google.com · 12 years ago
  43. 5af9b20 Make the GM tool run GMs through an SkGPipe. by scroggo@google.com · 12 years ago
  44. a93f9c3 converted "unsigned int" to "size_t" to address compiler failure by robertphillips@google.com · 12 years ago
  45. d9d5385 Added GM test to stress test the texture unit/sampler allocation by robertphillips@google.com · 12 years ago