1. 594fe85 gm: simplify several onName by Hal Canary · 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. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago
  5. 1af9b48 use drawstring with font by Mike Reed · 6 years ago
  6. d46dce3 don't adapt any gray colors to 565 by Mike Klein · 6 years ago
  7. c465d13 resources: orgainize directory. by Hal Canary · 7 years ago
  8. 7131950 Remove internal use of SkTypeface::Style. by Ben Wagner · 7 years ago
  9. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  10. 33d2055 GM: some header cleanup by Mike Klein · 7 years ago
  11. 4897fb8 Implement sk_tool_utils::copy_to_g8(), used by gms by Matt Sarett · 8 years ago
  12. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  13. e820dfe Remove uses of SkImageDecoder from gms by msarett · 8 years ago
  14. 0035718 Revert of Remove uses of SkImageDecoder from gms (patchset #2 id:20001 of https://codereview.chromium.org/1791583002/ ) by bungeman · 8 years ago
  15. d427266 Remove uses of SkImageDecoder from gms by msarett · 8 years ago
  16. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  17. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  18. 1818acb rename portable_typeface_always to portable_typeface by caryclark · 9 years ago
  19. 65cdba6 Revert of Revert of make gm background colors 565 compatible (patchset #1 id:1 of https://codereview.chromium.org/1184123002/) by caryclark · 9 years ago
  20. 0bdb08b Revert of make gm background colors 565 compatible (patchset #2 id:20001 of https://codereview.chromium.org/1176243006/) by caryclark · 9 years ago
  21. be7f768 make gm background colors 565 compatible by caryclark · 9 years ago
  22. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  23. 0c9b1a8 add kGray_8_SkColorType by reed · 9 years ago
  24. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  25. 1c40292 remove unused GM flags by mtklein · 10 years ago
  26. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  27. aa458fb Cleanup: More override fixes - another round. by tfarina · 10 years ago
  28. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  29. dffa397 add gm: filterbitmap_image_color_wheel by halcanary · 10 years ago
  30. 992c7b0 Add standard fonts to all GMs. by Cary Clark · 10 years ago
  31. c846f4a Cleanup usage of GetResourcePath() after commit bcbc1788b478b1e54079318ad073e8490aa66fae. by tfarina · 10 years ago
  32. bcbc178 Refactor how we handle resources path in Tests. by tfarina · 10 years ago
  33. bfefc7c hide Config in SkImageDecoder -- use SkColorType instead by reed · 10 years ago
  34. a90c680 Turn on quilt mode in DM. by commit-bot@chromium.org · 10 years ago
  35. eb9a46c add legacy/helper allocN32Pixels, and convert gm to use it by reed@google.com · 11 years ago
  36. 79b7eee Tweaks in how to apply bitmap filter levels in GPU. by commit-bot@chromium.org · 11 years ago
  37. e2cf805 clean up printf usage in gm by humper@google.com · 11 years ago
  38. 9cfc83c stop using bitmap-filter flags outside of paint itself, as a step towards really changing them into an enum by reed@google.com · 11 years ago
  39. b088947 New bitmap filter checkin; this time with less build breakage by humper@google.com · 11 years ago
  40. 1a8940e Revert "More general image filter interface; tested implementation of standalone" by humper@google.com · 11 years ago
  41. 25fc6b9 More general image filter interface; tested implementation of standalone by humper@google.com · 11 years ago
  42. 26da7f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  43. 6dce113 fix warnings on MacOS 10.6 by humper@google.com · 11 years ago
  44. 04db316 More general GM for testing bitmap filtering, including checkerboards, images, and text. by humper@google.com · 11 years ago
  45. 9e59a0e Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  46. 7b06ba4 don't unref() null (from typeface::create) you gunky by reed@google.com · 11 years ago
  47. 98447b0 use inttoscalar to fix warning by reed@google.com · 11 years ago
  48. 2f51ae0 use explicit conversion for int->scalar by reed@google.com · 11 years ago
  49. f2de1e2 add new gm for bicubic filtering by reed@google.com · 11 years ago