1. 7a0d3c3 Revise GM infrastructure to not rely on GrSurfaceDrawContext by Robert Phillips · 3 years, 2 months ago
  2. 0fbc6a3 Fix up names from RenderTargetContext to SurfaceDrawContext. by John Stiles · 3 years, 3 months ago
  3. edcd431 Retract the SDC from GMs where possible (take 2) by Robert Phillips · 3 years, 4 months ago
  4. 7d05cda Revert "Retract the SDC from GMs where possible" by Robert Phillips · 3 years, 4 months ago
  5. b8416d2 Retract the SDC from GMs where possible by Robert Phillips · 3 years, 4 months ago
  6. 56c78f4 Reland "Add backend texture and backend render target versions snapshot GMs" by Brian Salomon · 3 years, 8 months ago
  7. 507c565 Revert "Add backend texture and backend render target versions snapshot GMs" by Brian Salomon · 3 years, 8 months ago
  8. fa87f9c Add backend texture and backend render target versions snapshot GMs by Brian Salomon · 3 years, 8 months ago
  9. eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 3 years, 9 months ago
  10. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 1 month ago
  11. b87b39b Make GM::onGpuSetup take a GrDirectContext by Robert Phillips · 4 years, 3 months ago
  12. 95c250c Downgrade GpuGMs to only receiving a GrRecordingContext by Robert Phillips · 4 years, 3 months ago
  13. e922953 Adjust how GM::gpuSetup is handled in the tools by Robert Phillips · 4 years, 3 months ago
  14. d26d25e Make gpuSetup draw a error message on failure by Robert Phillips · 4 years, 3 months ago
  15. b795bea Add GM::gpuTeardown entry point by Robert Phillips · 4 years, 3 months ago
  16. 83b749a Add GM::onceBeforeDraw method that encapsulates calling onOnceBeforeDraw by Robert Phillips · 4 years, 3 months ago
  17. 889d613 Add GM::gpuSetup step by Robert Phillips · 4 years, 3 months ago
  18. 45f94f8 Reland: Initial checkin of GM verifier framework by Tyler Denniston · 4 years, 8 months ago
  19. 14d64af Revert "Initial checkin of GM verifier framework" by Tyler Denniston · 4 years, 8 months ago
  20. 7e36f00 Initial checkin of GM verifier framework by Tyler Denniston · 4 years, 8 months ago
  21. a8f43ce Remove unused GM deferred canvas feature by Brian Salomon · 5 years ago
  22. edda565 gm: GMFactory returns a unique_ptr<> by Hal Canary · 5 years ago
  23. 4124807 tools: separate TimeUtils from AnimTimer by Hal Canary · 5 years ago
  24. c74a550 GM: s/handleKey/onChar/ by Hal Canary · 5 years ago
  25. 5b5403e ccpr: Preserve fill rules for cached paths by Chris Dalton · 5 years ago
  26. 7fde8e1 IWYU for gms. by Ben Wagner · 5 years ago
  27. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  28. cd5104e SkAnimTimer -> AnimTimer by Mike Klein · 5 years ago
  29. 9707e90 move some methods out of line by Mike Klein · 6 years ago
  30. 50e24d7 Add a mechanism for GMs to silently exclude themselves from Gold by Chris Dalton · 6 years ago
  31. 3a77837 Reland "Add a GpuGM class for GPU-only tests" by Chris Dalton · 6 years ago
  32. 382b122 Revert "Add a GpuGM class for GPU-only tests" by Chris Dalton · 6 years ago
  33. 88f5671 move SkMetaData into src by Mike Reed · 6 years ago
  34. f5efa78 Add a GpuGM class for GPU-only tests by Chris Dalton · 6 years ago
  35. d7a5a1d Add a central skiagm::GM::DrawFailureMessage for error messages by Chris Dalton · 6 years ago
  36. 21ca370 Remove GM::onDrawBackground by Chris Dalton · 6 years ago
  37. c9eace8 add unpremul gm by Mike Klein · 6 years ago
  38. 972eba3 sk_tool::Registry: make an iterator. by Hal Canary · 6 years ago
  39. 22be4c4 SkMacros split from SkTypes.h by Hal Canary · 6 years ago
  40. 81f60ec Allow slides/gms to extend the UI by Mike Reed · 6 years ago
  41. bdc3afa simplify gm matrices by Mike Reed · 7 years ago
  42. 33d2055 GM: some header cleanup by Mike Klein · 7 years ago
  43. ab273fa move SkTRegister.h into tools by Mike Reed · 8 years ago
  44. ebfce6d change SkClipOp to a class enum by Mike Reed · 8 years ago
  45. 05a4cf5 Add GM/slide to simulate Android-style reveal clip by robertphillips · 8 years ago
  46. 2843c42 Revert of Disable tail calls inside Simple GM functions. (patchset #1 id:1 of https://codereview.chromium.org/2050473006/ ) by mtklein · 8 years ago
  47. eee3ced Disable tail calls inside Simple GM functions. by mtklein · 8 years ago
  48. 2a24338 GM: replace boilerplate with macros by halcanary · 9 years ago
  49. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  50. 4ee6bd8 Add caps overrides to GMs by bsalomon · 9 years ago
  51. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  52. 76113a9 add SkAnimTimer, SPACE = pause/resume, ESP = stop by reed · 10 years ago
  53. d9adfe6 allow GMs to animate by reed · 10 years ago
  54. 0b737c5 Remove extraneous newline. by Brian Salomon · 10 years ago
  55. b62da80 Add standard way to indicate GM is GPU-only. by bsalomon · 10 years ago
  56. f4ba321 Revert of DM::SKPSrc::size() reports correct size. (patchset #3 id:40001 of https://codereview.chromium.org/863243005/) by mtklein · 10 years ago
  57. d4dd58e DM::SKPSrc::size() reports correct size. by mtklein · 10 years ago
  58. 1c40292 remove unused GM flags by mtklein · 10 years ago
  59. cf5d9c9 Spin off GM::runAsBench() from flags. by mtklein · 10 years ago
  60. f62c634 SIMPLE_GM generates less code by halcanary · 10 years ago
  61. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  62. 30b83d4 add gm: colorwheel by halcanary · 10 years ago
  63. e4636aa Merge Replay and Quilt tasks, adding in all BBH implementations. by mtklein · 10 years ago
  64. 5fb6bd4 use platform-independent font for gm by caryclark · 10 years ago
  65. bcbc178 Refactor how we handle resources path in Tests. by tfarina · 10 years ago
  66. f539318 Cleanup: Get rid of make_isize() function from gm.h. by tfarina · 10 years ago
  67. 880914c Reland "Clean up Test's resourcePath code." by tfarina · 10 years ago
  68. 91359be Revert of Clean up Test's resourcePath code. (https://codereview.chromium.org/319473003/) by mtklein · 10 years ago
  69. 52e4f41 Clean up resourcePath code. by tfarina · 10 years ago
  70. 38aeb0f DM: also run benches once. by commit-bot@chromium.org · 11 years ago
  71. c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 11 years ago
  72. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 11 years ago
  73. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 11 years ago
  74. b21fac1 Make GMs aware of what tool they're being run in. by commit-bot@chromium.org · 11 years ago
  75. 6adce67 Allow GMs to be used as benchmarks. Make convex_poly_clip opt in. by commit-bot@chromium.org · 11 years ago
  76. 644629c Implement a benchmark for GrResourceCache by commit-bot@chromium.org · 11 years ago
  77. 3a882dd GM: Allow ignored-tests.txt to list configs as well as tests (and combinations too) by epoger@google.com · 11 years ago
  78. f4f9df4 gm: add a flag to force perspective usage in all gms by commit-bot@chromium.org · 11 years ago
  79. defc487 gm: add --ignoreTests flag BUG=skia:1600 R=scroggo@google.com by epoger@google.com · 11 years ago
  80. 62b50b7 Have GMs read the GrContext via a setter/getter rather than a global. by mtklein@google.com · 11 years ago
  81. bd6343b Rewrite SkTRegistry to take any trivially-copyable type. by mtklein@google.com · 11 years ago
  82. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  83. 78a1078 Create new target to hold gpu test code, enable direct testing of GrEffects in GM. by commit-bot@chromium.org · 11 years ago
  84. 0dcbece Support multiple PDF rendering backends in the GM by vandebo@chromium.org · 11 years ago
  85. 805df1a Fixes for factory GM. by commit-bot@chromium.org · 11 years ago
  86. 2bbc2c9 Add an option to create unpremultiplied bitmaps. by scroggo@google.com · 11 years ago
  87. ab02627 GM::height() now returns the height, not the width. by scroggo@google.com · 11 years ago
  88. 5efdd0c gm: write all messages to stdout/stderr with "GM:" preamble to distinguish from various debug messages coming from elsewhere by epoger@google.com · 12 years ago
  89. 1f19b7f add flag to skip gpu test by reed@google.com · 12 years ago
  90. 0f0d9b7 GM : Unused parameters cleanup by sugoi@google.com · 12 years ago
  91. 487b560 add width() and height() helpers by reed@google.com · 12 years ago
  92. ff06af2 Changing imageFilter GM tests to use drawBitmap instead of drawSprite by junov@chromium.org · 12 years ago
  93. 58be101 Adding gm test steps for rtree and tileGrid by junov@chromium.org · 12 years ago
  94. 3cb834b Modifying SkTileGrid to support arbitrary query rectangles. by junov@chromium.org · 12 years ago
  95. 7775d66 add onOnceBeforeDraw() virtual, so gm's can easily perform lazy initialization by reed@google.com · 12 years ago
  96. aef7361 flag the GM if we're in deferred-canvas mode, to work-around bug trying to by reed@google.com · 12 years ago
  97. 4117a24 add test for bug in line drawing. fix is pending a way to handle all of the by reed@google.com · 12 years ago
  98. 1b6c73d add ability to skip 565 test in gm (until I can fix an assert in debug build) by reed@google.com · 12 years ago
  99. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  100. 6325886 Skip tiled drawing in GM for magnifier image filter. by scroggo@google.com · 12 years ago