1. e4636aa Merge Replay and Quilt tasks, adding in all BBH implementations. by mtklein · 10 years ago
  2. 5fb6bd4 use platform-independent font for gm by caryclark · 10 years ago
  3. bcbc178 Refactor how we handle resources path in Tests. by tfarina · 10 years ago
  4. f539318 Cleanup: Get rid of make_isize() function from gm.h. by tfarina · 10 years ago
  5. 880914c Reland "Clean up Test's resourcePath code." by tfarina · 10 years ago
  6. 91359be Revert of Clean up Test's resourcePath code. (https://codereview.chromium.org/319473003/) by mtklein · 10 years ago
  7. 52e4f41 Clean up resourcePath code. by tfarina · 10 years ago
  8. 38aeb0f DM: also run benches once. by commit-bot@chromium.org · 10 years ago
  9. c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 10 years ago
  10. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 10 years ago
  11. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 10 years ago
  12. b21fac1 Make GMs aware of what tool they're being run in. by commit-bot@chromium.org · 10 years ago
  13. 6adce67 Allow GMs to be used as benchmarks. Make convex_poly_clip opt in. by commit-bot@chromium.org · 10 years ago
  14. 644629c Implement a benchmark for GrResourceCache by commit-bot@chromium.org · 11 years ago
  15. 3a882dd GM: Allow ignored-tests.txt to list configs as well as tests (and combinations too) by epoger@google.com · 11 years ago
  16. f4f9df4 gm: add a flag to force perspective usage in all gms by commit-bot@chromium.org · 11 years ago
  17. defc487 gm: add --ignoreTests flag BUG=skia:1600 R=scroggo@google.com by epoger@google.com · 11 years ago
  18. 62b50b7 Have GMs read the GrContext via a setter/getter rather than a global. by mtklein@google.com · 11 years ago
  19. bd6343b Rewrite SkTRegistry to take any trivially-copyable type. by mtklein@google.com · 11 years ago
  20. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  21. 78a1078 Create new target to hold gpu test code, enable direct testing of GrEffects in GM. by commit-bot@chromium.org · 11 years ago
  22. 0dcbece Support multiple PDF rendering backends in the GM by vandebo@chromium.org · 11 years ago
  23. 805df1a Fixes for factory GM. by commit-bot@chromium.org · 11 years ago
  24. 2bbc2c9 Add an option to create unpremultiplied bitmaps. by scroggo@google.com · 11 years ago
  25. ab02627 GM::height() now returns the height, not the width. by scroggo@google.com · 11 years ago
  26. 5efdd0c gm: write all messages to stdout/stderr with "GM:" preamble to distinguish from various debug messages coming from elsewhere by epoger@google.com · 11 years ago
  27. 1f19b7f add flag to skip gpu test by reed@google.com · 11 years ago
  28. 0f0d9b7 GM : Unused parameters cleanup by sugoi@google.com · 11 years ago
  29. 487b560 add width() and height() helpers by reed@google.com · 11 years ago
  30. ff06af2 Changing imageFilter GM tests to use drawBitmap instead of drawSprite by junov@chromium.org · 12 years ago
  31. 58be101 Adding gm test steps for rtree and tileGrid by junov@chromium.org · 12 years ago
  32. 3cb834b Modifying SkTileGrid to support arbitrary query rectangles. by junov@chromium.org · 12 years ago
  33. 7775d66 add onOnceBeforeDraw() virtual, so gm's can easily perform lazy initialization by reed@google.com · 12 years ago
  34. aef7361 flag the GM if we're in deferred-canvas mode, to work-around bug trying to by reed@google.com · 12 years ago
  35. 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
  36. 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
  37. 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
  38. 6325886 Skip tiled drawing in GM for magnifier image filter. by scroggo@google.com · 12 years ago
  39. 5af9b20 Make the GM tool run GMs through an SkGPipe. by scroggo@google.com · 12 years ago
  40. 09042b8 Fixing Windows compiler complaints by robertphillips@google.com · 12 years ago
  41. 79d3cb4 [PDF] Add GM and infrastructure to test drawing shaders with an initial transform. by vandebo@chromium.org · 12 years ago
  42. a43a532 Revert "[PDF] Add GM and infrastructure to test drawing shaders with an initial transform." by vandebo@chromium.org · 12 years ago
  43. b0ccdec [PDF] Add GM and infrastructure to test drawing shaders with an initial transform. by vandebo@chromium.org · 12 years ago
  44. 8570b5c Adding CMYK jpeg changes w/o .gyp alterations by robertphillips@google.com · 12 years ago
  45. 0a89c90 reverting to 3437 by robertphillips@google.com · 12 years ago
  46. d5c9e99 Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on android) by robertphillips@google.com · 12 years ago
  47. 2d6ef52 add helper drawSizeBounds to show the GM's size by reed@google.com · 13 years ago
  48. b4b49cc add getBGColor() getter by reed@google.com · 13 years ago
  49. 48dd1a2 Import all GMs as Samples. by bsalomon@google.com · 13 years ago
  50. fbc2117 add getFlags() to gm baseclass skip PDF for hairmodes for now, since it crashes by reed@google.com · 13 years ago
  51. 30db599 add new test for complex clips by reed@google.com · 13 years ago
  52. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  53. d4af56c Exit SkBitmap::scrollRect() early if width <= 0 by epoger@google.com · 13 years ago
  54. 8015dd8 almost there on gm (need to fix image writes/reads/compares) by reed@android.com · 15 years ago
  55. dd0ac28 more progress on golden-master test suite (not finished yet) by reed@android.com · 15 years ago
  56. 00dae86 checkpoint for golden master suite (gm) by reed@android.com · 15 years ago