1. a55e48d Improve tool that analyzes gm JSON summary by epoger@google.com · 11 years ago
  2. 659c8c0 GM: make behavior of make_filename() more late-binding by epoger@google.com · 11 years ago
  3. 37d747d GM self-tests: add testing for non --hierarchy case by epoger@google.com · 11 years ago
  4. cefd981 Fix vertical text scaling and clipping on Mac. by bungeman@google.com · 11 years ago
  5. 6db9626 Finish mixed_xfermodes GM. by bsalomon@google.com · 11 years ago
  6. eafdf12 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  7. 26515ba Add gm/confirm_no_failures_in_json.py by epoger@google.com · 11 years ago
  8. 1a09519 Compiler warning/error fix for r9120 by robertphillips@google.com · 11 years ago
  9. dd3f365 Add GM to track thin rectangle rendering by robertphillips@google.com · 11 years ago
  10. ce057fe GM: include filename extension (.png) of each output file in JSON summary by epoger@google.com · 11 years ago
  11. 7d9ffc8 Make GrAAConvexPathRender support paths with > 64K verts. by bsalomon@google.com · 11 years ago
  12. 512c9b6 add wildcard test name matching to gm and bench. by caryclark@google.com · 12 years ago
  13. c978478 Make gms use getTopDevice() rather than getDevice(). by bsalomon@google.com · 12 years ago
  14. ee2c3b9 GM self-test: add --writePath and --mismatchPath , but in a way that works cross-platform by epoger@google.com · 12 years ago
  15. 6843bdb Write/compare against expectations in skimage tool. by scroggo@google.com · 12 years ago
  16. 0a117be Re-land r9059 with empty cityhash.gyp, instead of deleted cityhash.gyp by epoger@google.com · 12 years ago
  17. e8d08a0 Roll out r9059 to unbreak bots by epoger@google.com · 12 years ago
  18. aaf7343 Remove third-party cityhash, unused since r8992 by epoger@google.com · 12 years ago
  19. fed9db6 GM self-test: add option to exercise --writePath and --mismatchPath, but not on bots by epoger@google.com · 12 years ago
  20. 366a770 GM: now that we use MD5 instead of CityHash, the JSON should say so by epoger@google.com · 12 years ago
  21. c5fd461 Mask orientation and layout correctly. by commit-bot@chromium.org · 12 years ago
  22. 1ca36ec Don't use writeData to write the document in GM. by bungeman@google.com · 12 years ago
  23. b4ca46d SkBitmapHasher: use 64-bit-truncated MD5 instead of 64-bit CityHash by epoger@google.com · 12 years ago
  24. fdea325 GM: fix --mismatchPath option (currently, it doesn't actually write any files!) by epoger@google.com · 12 years ago
  25. c4ebdb0 Force linking with image decoders for images project. by scroggo@google.com · 12 years ago
  26. 7103344 Add FontMgr to DirectWrite. https://codereview.chromium.org/14314008/ by bungeman@google.com · 12 years ago
  27. 74b7ffd Fixes for piping bitmaps with encoded data. by scroggo@google.com · 12 years ago
  28. 6f5abdd add 90 degree test case to rects GM by robertphillips@google.com · 12 years ago
  29. 0cc99cf GM self-tests: always run all tests (don't stop at first failure) by epoger@google.com · 12 years ago
  30. 76c913d GM: specify that currently used checksums are CityHashes of SkBitmaps by epoger@google.com · 12 years ago
  31. 45a75fb path ops : make it real by caryclark@google.com · 12 years ago
  32. 9711e44 Move MMap to SkData. by commit-bot@chromium.org · 12 years ago
  33. 58104a9 Treat default command line argument properly. by scroggo@google.com · 12 years ago
  34. 5111648 show fontstyle values for each style by reed@google.com · 12 years ago
  35. dd8e353 Add option to specify defaults configs to --config flag in gm. This makes it easier to run gm defaults configs with a delta. Also make ~ exclude a config. by bsalomon@google.com · 12 years ago
  36. d9dfa18 Encode images with DCTDecode (JPEG) in PDFs if it makes sense. Fallback to FlateDecode (zip) if it makes sense. Otherewise include uncompressed stream. by edisonn@google.com · 12 years ago
  37. b7dbf63 Fix an SkCommandLineFlags bug. by scroggo@google.com · 12 years ago
  38. e36a168 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  39. 4eedae6 path ops -- crap, I checked in the wrong file by caryclark@google.com · 12 years ago
  40. a534b84 Add new roundrect GM by commit-bot@chromium.org · 12 years ago
  41. 7dfbb07 path ops : add support for inverse fill by caryclark@google.com · 12 years ago
  42. 051be8e Fix for segmentation fault in xfermodes2 GM. by jvanverth@google.com · 12 years ago
  43. cb6dc75 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  44. f707adc augmenting fix in 8700 and 8701, be careful NOT to "sort" the result of mapRect by reed@google.com · 12 years ago
  45. cabd0ed Reset shader in ovals GM by jvanverth@google.com · 12 years ago
  46. 8e2962f Add a GM to test ovals with a variety of paint settings, matrices and sizes. by jvanverth@google.com · 12 years ago
  47. cbbdab5 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  48. 8c463b0 Add xfermodes2 GM. Tests all xfer modes with two gradient bitmaps by bsalomon@google.com · 12 years ago
  49. 4775cba Perlin noise adjustments by sugoi@google.com · 12 years ago
  50. 45fb8b6 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  51. 7fd2d70 Delete gm after use. by scroggo@google.com · 12 years ago
  52. 8f6f67e change shortName to match filename by reed@google.com · 12 years ago
  53. 0a64659 fix new gm to actually trigger the bug by reed@google.com · 12 years ago
  54. d638233 add gm to test edge case in drawBitmapRectToRect by reed@google.com · 12 years ago
  55. d2ef088 Move resource dir from gm to trunk by borenet@google.com · 12 years ago
  56. 4bb50b2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  57. ab02627 GM::height() now returns the height, not the width. by scroggo@google.com · 12 years ago
  58. 5ee449a Fixing viral copy/paste typo Shapshot -> Snapshot by junov@chromium.org · 12 years ago
  59. 318a059 GM: add self-test that sets --readPath to a nonexistent directory path by epoger@google.com · 12 years ago
  60. ad7d481 Add testing of optimizations to GM by robertphillips@google.com · 12 years ago
  61. 07a8ea0 Reverting r8654 by robertphillips@google.com · 12 years ago
  62. c10531b Add testing of optimizations to GM by robertphillips@google.com · 12 years ago
  63. 5079d2c GM: allow caller to specify which result types trigger an error by epoger@google.com · 12 years ago
  64. 908f583 rename SkBitmapChecksummer as SkBitmapHasher, and prepare for it to possibly use by epoger@google.com · 12 years ago
  65. bcbf5aa GM: print list of GMs run, even in non-verbose mode (rolls back part of r8600) by epoger@google.com · 12 years ago
  66. 63150af Use blitframebuffer to implement copySurface. by commit-bot@chromium.org · 12 years ago
  67. 07947d9 GM: signal error if the total number of tests run was less than expected by epoger@google.com · 12 years ago
  68. b0f8b43 GM: remove enableMissingWarning in favor of verbose flag, and trim output in nonverbose mode by epoger@google.com · 12 years ago
  69. aef2d3b Run mixedxfermodes GM through the pipe. by scroggo@google.com · 12 years ago
  70. 51dbabe gm: hide list of tests with ignored errors, by default by epoger@google.com · 12 years ago
  71. c8263e7 gm: record IntentionallySkipped tests by epoger@google.com · 12 years ago
  72. 604e0c2 SkFlags now follows proper dashing convention. by scroggo@google.com · 12 years ago
  73. cff0243 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  74. e3b4c50 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  75. caac3db re-land r8535, now that src.chromium.org is back up by epoger@google.com · 12 years ago
  76. 67caaf8 Revert r8535 by epoger@google.com · 12 years ago
  77. da8db98 gm: report ExpectationsMismatch and RenderModeMismatch results separately by epoger@google.com · 12 years ago
  78. 310478e re-land r8514 without breaking 32-bit Mac compilers by epoger@google.com · 12 years ago
  79. 2212c2e roll out r8514 Review URL: https://codereview.chromium.org/13503003 by epoger@google.com · 12 years ago
  80. f60494b gm: display summary of all results by ErrorType by epoger@google.com · 12 years ago
  81. 041e2db Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  82. 5a7d029 Add tile rendering to GM by robertphillips@google.com · 12 years ago
  83. 05a2ee0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  84. 20edf38 Add GM mixed_xfermodes. This is a work in progress and will be used to test fixes for GPU Xfermodes effects. by bsalomon@google.com · 12 years ago
  85. d55846d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  86. 964988f add matcher to fontstyleset Review URL: https://codereview.chromium.org/13312002 by reed@google.com · 12 years ago
  87. 6acd09e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  88. 123ac1d Make GM render to render targets that are also textures. by bsalomon@google.com · 12 years ago
  89. 6518daf disable tests that exercise serialization of fonts here, since we are experimentally by reed@google.com · 12 years ago
  90. af0fa6a add gm for experimental fontmgr api by reed@google.com · 12 years ago
  91. b62ce70 Fix minor memory leaks by robertphillips@google.com · 12 years ago
  92. 8cf10ef Reverting r8376, r8373 and r8371 due to Android shader compilation failures by robertphillips@google.com · 12 years ago
  93. 33179c8 Unreviewed build fix by sugoi@google.com · 12 years ago
  94. 2daa365 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  95. 6f6568b gm: change ErrorBitfield to ErrorType/ErrorCombination by epoger@google.com · 12 years ago
  96. b7636d3 Reverting 8313 (SVG turbulence) due to Ubuntu failures by robertphillips@google.com · 12 years ago
  97. 3067cc9 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  98. d9ba9a0 Change the name of SkFlags to SkCommandLineFlags. by scroggo@google.com · 12 years ago
  99. 80724df Re-land r8269, fixing build errors/warnings by epoger@google.com · 12 years ago
  100. b8210f2 Revert r8269 to fix BuildGM. Warnings-as-errors problem, dunno why I didn't see it locally. by epoger@google.com · 12 years ago