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. 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. df2d27e drawText Cleanup, part 2 by Hal Canary · 6 years ago
  8. dc5863c use font in SkTextUtils by Mike Reed · 6 years ago
  9. be315a2 Decal fallback for SkImageShader by Michael Ludwig · 6 years ago
  10. 3a42ec0 hide the SkPaint::Align enum entirely by Mike Reed · 6 years ago
  11. 331ccfd add textutils by Mike Reed · 6 years ago
  12. ea60b95 IWYU: SkUtils.h by Hal Canary · 6 years ago
  13. dfc0e91 add decal tilemode to shaders by Mike Reed · 6 years ago
  14. 5a9a981 Tiling support for SkSweepGradient by Florin Malita · 7 years ago
  15. 2a475ea add drawString helper to canvas by Cary Clark · 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. 7a1f45f spin off easy stuff from Herb's windows GN CL by mtklein · 8 years ago
  19. 6dc14aa adjust gm bounds for better content fit by reed · 8 years ago
  20. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  21. 1a9b964 Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ )" by reed · 8 years ago
  22. 9283d20 Revert of more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ ) by reed · 8 years ago
  23. ce563cd more shader-->sp conversions by reed · 8 years ago
  24. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  25. 1818acb rename portable_typeface_always to portable_typeface by caryclark · 9 years ago
  26. 1e545b6 make gm text and colors 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. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  29. 1c40292 remove unused GM flags by mtklein · 10 years ago
  30. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  31. 752e7eb Cleanup: Another round of override fixes. by tfarina · 10 years ago
  32. 992c7b0 Add standard fonts to all GMs. by Cary Clark · 10 years ago
  33. 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  34. 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
  35. 4b8f802 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  36. e2b193c Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  37. ee0cac3 remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  38. a90c680 Turn on quilt mode in DM. by commit-bot@chromium.org · 10 years ago
  39. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  40. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  41. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  42. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  43. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  44. dac5225 replace SkBitmap::Config with SkColorType in gms by commit-bot@chromium.org · 10 years ago
  45. eb9a46c add legacy/helper allocN32Pixels, and convert gm to use it by reed@google.com · 11 years ago
  46. 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
  47. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  48. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  49. 6db2ae2 Remove blur from text labels in tilemodes* GMs by robertphillips@google.com · 11 years ago
  50. ab3c678 Regenerate bitmaps before each draw in tilemodes_npot GM by bsalomon@google.com · 11 years ago
  51. 37799e1 Add NPOT version of tilemodes GM by commit-bot@chromium.org · 11 years ago
  52. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  53. 58433de Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  54. 3934200 use DEF_GM by reed@google.com · 11 years ago
  55. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  56. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  57. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  58. 93f0332 Fixed remaining clang compiler warnings by robertphillips@google.com · 12 years ago
  59. 7775d66 add onOnceBeforeDraw() virtual, so gm's can easily perform lazy initialization by reed@google.com · 12 years ago
  60. 6a748ad Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  61. a059169 add two more tilemode gms, in advance of experimenting w/ decal by mike@reedtribe.org · 12 years ago
  62. 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
  63. 48dd1a2 Import all GMs as Samples. by bsalomon@google.com · 13 years ago
  64. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  65. 1a2fec5 add gm for shader tilemodes by reed@android.com · 15 years ago