1. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  2. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  3. 805df1a Fixes for factory GM. by commit-bot@chromium.org · 11 years ago
  4. ab882bf Refactor GM to separate config parsing, attempt 2 by commit-bot@chromium.org · 11 years ago
  5. c520562 Revert "Refactor gmmain to separate out config parsing" by scroggo@google.com · 11 years ago
  6. 9677a84 Refactor gmmain to separate out config parsing by commit-bot@chromium.org · 11 years ago
  7. cb62224 Removing deprecated constructors and setDevice from SkDeferredCanvas by commit-bot@chromium.org · 11 years ago
  8. 586db93 refactor duplication (shouldSkip and skip_name) into a utility function by sglez@google.com · 11 years ago
  9. ed5eb4e Revert r10280, which caused https://code.google.com/p/skia/issues/detail?id=1441 by epoger@google.com · 11 years ago
  10. 434251f refactor duplication (shouldSkip and skip_name) into a utility function by sglez@google.com · 11 years ago
  11. c29f3d8 Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 11 years ago
  12. 88682b7 Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 11 years ago
  13. 6eee5c3 Revert r10171 due to test failure in StreamTest by robertphillips@google.com · 11 years ago
  14. eacb54e Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 11 years ago
  15. d6543e5 Improve null gpu's memory handling by robertphillips@google.com · 11 years ago
  16. c824c83 gm: since we don't record output of gpudebug test, don't record checksums either by epoger@google.com · 11 years ago
  17. e33e137 GM: stop recording all *_pdf.png results as "INVALID" on non-Mac platforms by epoger@google.com · 11 years ago
  18. f1754ec Replace SkPicture(SkStream) constructors with a factory. by scroggo@google.com · 11 years ago
  19. 5f99545 GM: add --missingExpectationsPath option, similar to --mismatchPath by epoger@google.com · 11 years ago
  20. 6f7f14d Reland r9682, using new SkString::appendU64() by epoger@google.com · 11 years ago
  21. 628de5f Reverting r9682, which broke on some compilers by epoger@google.com · 11 years ago
  22. 6324ac5 GM: add --writeChecksumBasedFilenames option by epoger@google.com · 11 years ago
  23. c41295d remove double including of libpng decoder by commit-bot@chromium.org · 11 years ago
  24. 42db2e4 Fixes to make the gm run when GrContext can't be created for ANGLE context. by bsalomon@google.com · 11 years ago
  25. 7bb28a1 Disable msaa16 by default by robertphillips@google.com · 11 years ago
  26. 66070a5 Changing SkDeferredCanvas to use factories for creation by junov@chromium.org · 11 years ago
  27. ccd7afb Reland 'Add path utils, plus a test for it.' by scroggo@google.com · 11 years ago
  28. dbbcaa8 Revert "Add path utils, plus a test for it." by scroggo@google.com · 11 years ago
  29. 1bee037 Add path utils, plus a test for it. by scroggo@google.com · 11 years ago
  30. d4993ff GM: create GmResultDigest that encapsulates digest type ("bitmap-64bitMD5") and value (12345) by epoger@google.com · 11 years ago
  31. 659c8c0 GM: make behavior of make_filename() more late-binding by epoger@google.com · 11 years ago
  32. ce057fe GM: include filename extension (.png) of each output file in JSON summary by epoger@google.com · 11 years ago
  33. 512c9b6 add wildcard test name matching to gm and bench. by caryclark@google.com · 11 years ago
  34. 1ca36ec Don't use writeData to write the document in GM. by bungeman@google.com · 11 years ago
  35. fdea325 GM: fix --mismatchPath option (currently, it doesn't actually write any files!) by epoger@google.com · 11 years ago
  36. 74b7ffd Fixes for piping bitmaps with encoded data. by scroggo@google.com · 11 years ago
  37. 76c913d GM: specify that currently used checksums are CityHashes of SkBitmaps by epoger@google.com · 11 years ago
  38. 58104a9 Treat default command line argument properly. by scroggo@google.com · 11 years ago
  39. 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 · 11 years ago
  40. 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 · 11 years ago
  41. b7dbf63 Fix an SkCommandLineFlags bug. by scroggo@google.com · 11 years ago
  42. 7fd2d70 Delete gm after use. by scroggo@google.com · 11 years ago
  43. 5079d2c GM: allow caller to specify which result types trigger an error by epoger@google.com · 11 years ago
  44. 908f583 rename SkBitmapChecksummer as SkBitmapHasher, and prepare for it to possibly use by epoger@google.com · 11 years ago
  45. bcbf5aa GM: print list of GMs run, even in non-verbose mode (rolls back part of r8600) by epoger@google.com · 11 years ago
  46. 07947d9 GM: signal error if the total number of tests run was less than expected by epoger@google.com · 11 years ago
  47. b0f8b43 GM: remove enableMissingWarning in favor of verbose flag, and trim output in nonverbose mode by epoger@google.com · 11 years ago
  48. aef2d3b Run mixedxfermodes GM through the pipe. by scroggo@google.com · 11 years ago
  49. 51dbabe gm: hide list of tests with ignored errors, by default by epoger@google.com · 11 years ago
  50. c8263e7 gm: record IntentionallySkipped tests by epoger@google.com · 11 years ago
  51. 604e0c2 SkFlags now follows proper dashing convention. by scroggo@google.com · 11 years ago
  52. caac3db re-land r8535, now that src.chromium.org is back up by epoger@google.com · 11 years ago
  53. 67caaf8 Revert r8535 by epoger@google.com · 11 years ago
  54. da8db98 gm: report ExpectationsMismatch and RenderModeMismatch results separately by epoger@google.com · 11 years ago
  55. 310478e re-land r8514 without breaking 32-bit Mac compilers by epoger@google.com · 11 years ago
  56. 2212c2e roll out r8514 Review URL: https://codereview.chromium.org/13503003 by epoger@google.com · 11 years ago
  57. f60494b gm: display summary of all results by ErrorType by epoger@google.com · 11 years ago
  58. 041e2db Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  59. 5a7d029 Add tile rendering to GM by robertphillips@google.com · 11 years ago
  60. 123ac1d Make GM render to render targets that are also textures. by bsalomon@google.com · 11 years ago
  61. 6f6568b gm: change ErrorBitfield to ErrorType/ErrorCombination by epoger@google.com · 11 years ago
  62. d9ba9a0 Change the name of SkFlags to SkCommandLineFlags. by scroggo@google.com · 11 years ago
  63. 80724df Re-land r8269, fixing build errors/warnings by epoger@google.com · 11 years ago
  64. b8210f2 Revert r8269 to fix BuildGM. Warnings-as-errors problem, dunno why I didn't see it locally. by epoger@google.com · 11 years ago
  65. 0b62b3d gm refactor: extract run_multiple_configs() and run_multiple_modes() by epoger@google.com · 11 years ago
  66. 0f567c6 Write the config options in place in the help string. by scroggo@google.com · 11 years ago
  67. 09fd4d2 Reland r8235 "Switch gm to use SkFlags." by scroggo@google.com · 11 years ago
  68. 4c75f24 Reland MSAA changes to GM now that Linux/ATI driver bug has been worked around. by bsalomon@google.com · 11 years ago
  69. 0b73563 Revert "Make gm use SkFlags." by scroggo@google.com · 11 years ago
  70. 7d51930 Make gm use SkFlags. by scroggo@google.com · 11 years ago
  71. f315451 Revert changes to GM MSAA configs, hopefully fixes linux bot gm failures. by bsalomon@google.com · 11 years ago
  72. a83d3d8 fix angle gmmain build by bsalomon@google.com · 11 years ago
  73. 1468781 Fix build break in gmmain.cpp by bsalomon@google.com · 11 years ago
  74. 40deead Add config msaa4 to gm (not run by default) and make MSAA configs not run unless by bsalomon@google.com · 11 years ago
  75. 5159153 In gm, install drawFilter for pipe and tiledPipe. by scroggo@google.com · 11 years ago
  76. 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
  77. e3613ce Fix sign/unsigned warnings in benchmain.cpp and gmmain.cpp by bsalomon@google.com · 11 years ago
  78. 8a8fcba Make GPU cache size cmd line configurable in GM. by bsalomon@google.com · 11 years ago
  79. 1f19b7f add flag to skip gpu test by reed@google.com · 11 years ago
  80. eb06636 re-land r8028 without "special" Microsoft compiler warnings by epoger@google.com · 11 years ago
  81. 526db49 Revert r8028... warnings-as-errors broke some builders by epoger@google.com · 11 years ago
  82. 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 11 years ago
  83. f7dba02 cleanup: fix gm's use of ErrorBitfield to be consistent (it's a bitfield, not an enum) by epoger@google.com · 11 years ago
  84. 29b19e5 Change SkTileGride geometry calculations to match the Chromium compositor. by junov@chromium.org · 12 years ago
  85. a904ea1 Fix ignored errors in GM when no reference images are provided by borenet@google.com · 12 years ago
  86. d271d24 gm: Add ability to compare against checksums (as opposed to image files) by epoger@google.com · 12 years ago
  87. fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 12 years ago
  88. 84a1802 gm: report max-pixel-error if comparing against PNG files (not checksums) by epoger@google.com · 12 years ago
  89. 5f6a007 gm: force all pixels opaque earlier in the process by epoger@google.com · 12 years ago
  90. 666c5cf Fix bugs in r7291 TBR=reed Review URL: https://codereview.appspot.com/7129057 by epoger@google.com · 12 years ago
  91. 3726960 re-land r7258 with fixes and tests by epoger@google.com · 12 years ago
  92. 9ef89ce Roll out r7258 by epoger@google.com · 12 years ago
  93. a243b22 Reapply r7198 with Mac/Windows fixes by epoger@google.com · 12 years ago
  94. 20bd04e Turn on the kUsePathBoundsForClip_RecordingFlag in bench, gm and tools that use class PictureRenderer by junov@chromium.org · 12 years ago
  95. 4e23068 Re-enable inst counting in debug builds. by bsalomon@google.com · 12 years ago
  96. bc159bd Revert r7198 until I can fix https://code.google.com/p/skia/issues/detail?id=1067 by epoger@google.com · 12 years ago
  97. 06b8a19 gm: use new Expectations struct instead of comparison bitmaps by epoger@google.com · 12 years ago
  98. ff06af2 Changing imageFilter GM tests to use drawBitmap instead of drawSprite by junov@chromium.org · 12 years ago
  99. 95146eb Adding commandline option to gm to make it write image results for tests that fails due to pixel mismatches. by junov@chromium.org · 12 years ago
  100. 3499f3c gm: if no readPath is given, report all tests as "missing reference image" instead of "passed" by epoger@google.com · 12 years ago