1. 908f583 rename SkBitmapChecksummer as SkBitmapHasher, and prepare for it to possibly use by epoger@google.com · 11 years ago
  2. bcbf5aa GM: print list of GMs run, even in non-verbose mode (rolls back part of r8600) by epoger@google.com · 11 years ago
  3. 07947d9 GM: signal error if the total number of tests run was less than expected by epoger@google.com · 11 years ago
  4. b0f8b43 GM: remove enableMissingWarning in favor of verbose flag, and trim output in nonverbose mode by epoger@google.com · 11 years ago
  5. aef2d3b Run mixedxfermodes GM through the pipe. by scroggo@google.com · 11 years ago
  6. 51dbabe gm: hide list of tests with ignored errors, by default by epoger@google.com · 11 years ago
  7. c8263e7 gm: record IntentionallySkipped tests by epoger@google.com · 11 years ago
  8. 604e0c2 SkFlags now follows proper dashing convention. by scroggo@google.com · 11 years ago
  9. caac3db re-land r8535, now that src.chromium.org is back up by epoger@google.com · 11 years ago
  10. 67caaf8 Revert r8535 by epoger@google.com · 11 years ago
  11. da8db98 gm: report ExpectationsMismatch and RenderModeMismatch results separately by epoger@google.com · 11 years ago
  12. 310478e re-land r8514 without breaking 32-bit Mac compilers by epoger@google.com · 11 years ago
  13. 2212c2e roll out r8514 Review URL: https://codereview.chromium.org/13503003 by epoger@google.com · 11 years ago
  14. f60494b gm: display summary of all results by ErrorType by epoger@google.com · 11 years ago
  15. 041e2db Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  16. 5a7d029 Add tile rendering to GM by robertphillips@google.com · 11 years ago
  17. 123ac1d Make GM render to render targets that are also textures. by bsalomon@google.com · 11 years ago
  18. 6f6568b gm: change ErrorBitfield to ErrorType/ErrorCombination by epoger@google.com · 11 years ago
  19. d9ba9a0 Change the name of SkFlags to SkCommandLineFlags. by scroggo@google.com · 11 years ago
  20. 80724df Re-land r8269, fixing build errors/warnings by epoger@google.com · 11 years ago
  21. 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
  22. 0b62b3d gm refactor: extract run_multiple_configs() and run_multiple_modes() by epoger@google.com · 11 years ago
  23. 0f567c6 Write the config options in place in the help string. by scroggo@google.com · 11 years ago
  24. 09fd4d2 Reland r8235 "Switch gm to use SkFlags." by scroggo@google.com · 11 years ago
  25. 4c75f24 Reland MSAA changes to GM now that Linux/ATI driver bug has been worked around. by bsalomon@google.com · 11 years ago
  26. 0b73563 Revert "Make gm use SkFlags." by scroggo@google.com · 11 years ago
  27. 7d51930 Make gm use SkFlags. by scroggo@google.com · 11 years ago
  28. f315451 Revert changes to GM MSAA configs, hopefully fixes linux bot gm failures. by bsalomon@google.com · 11 years ago
  29. a83d3d8 fix angle gmmain build by bsalomon@google.com · 11 years ago
  30. 1468781 Fix build break in gmmain.cpp by bsalomon@google.com · 11 years ago
  31. 40deead Add config msaa4 to gm (not run by default) and make MSAA configs not run unless by bsalomon@google.com · 11 years ago
  32. 5159153 In gm, install drawFilter for pipe and tiledPipe. by scroggo@google.com · 11 years ago
  33. 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
  34. e3613ce Fix sign/unsigned warnings in benchmain.cpp and gmmain.cpp by bsalomon@google.com · 11 years ago
  35. 8a8fcba Make GPU cache size cmd line configurable in GM. by bsalomon@google.com · 11 years ago
  36. 1f19b7f add flag to skip gpu test by reed@google.com · 11 years ago
  37. eb06636 re-land r8028 without "special" Microsoft compiler warnings by epoger@google.com · 11 years ago
  38. 526db49 Revert r8028... warnings-as-errors broke some builders by epoger@google.com · 11 years ago
  39. 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 11 years ago
  40. 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
  41. 29b19e5 Change SkTileGride geometry calculations to match the Chromium compositor. by junov@chromium.org · 12 years ago
  42. a904ea1 Fix ignored errors in GM when no reference images are provided by borenet@google.com · 12 years ago
  43. d271d24 gm: Add ability to compare against checksums (as opposed to image files) by epoger@google.com · 12 years ago
  44. fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 12 years ago
  45. 84a1802 gm: report max-pixel-error if comparing against PNG files (not checksums) by epoger@google.com · 12 years ago
  46. 5f6a007 gm: force all pixels opaque earlier in the process by epoger@google.com · 12 years ago
  47. 666c5cf Fix bugs in r7291 TBR=reed Review URL: https://codereview.appspot.com/7129057 by epoger@google.com · 12 years ago
  48. 3726960 re-land r7258 with fixes and tests by epoger@google.com · 12 years ago
  49. 9ef89ce Roll out r7258 by epoger@google.com · 12 years ago
  50. a243b22 Reapply r7198 with Mac/Windows fixes by epoger@google.com · 12 years ago
  51. 20bd04e Turn on the kUsePathBoundsForClip_RecordingFlag in bench, gm and tools that use class PictureRenderer by junov@chromium.org · 12 years ago
  52. 4e23068 Re-enable inst counting in debug builds. by bsalomon@google.com · 12 years ago
  53. bc159bd Revert r7198 until I can fix https://code.google.com/p/skia/issues/detail?id=1067 by epoger@google.com · 12 years ago
  54. 06b8a19 gm: use new Expectations struct instead of comparison bitmaps by epoger@google.com · 12 years ago
  55. ff06af2 Changing imageFilter GM tests to use drawBitmap instead of drawSprite by junov@chromium.org · 12 years ago
  56. 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
  57. 3499f3c gm: if no readPath is given, report all tests as "missing reference image" instead of "passed" by epoger@google.com · 12 years ago
  58. 50c79d8 Enable warnings-as-errors on Windows. by bsalomon@google.com · 12 years ago
  59. 15655b2 gm: remove --diffPath option and all other pixel diff functionality. by epoger@google.com · 12 years ago
  60. fb2cd42 add --exclude-config to opt out of 1 or more configs. This always is respected, by reed@google.com · 12 years ago
  61. 9c56a8d Make gm's json results include checksums even if run without --readPath by epoger@google.com · 12 years ago
  62. d8b2799 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  63. 706ff2f Fixing picture recording scale bug in gm by junov@chromium.org · 12 years ago
  64. c938c48 Adding tileGrid scaled playback capability to gm. by junov@chromium.org · 12 years ago
  65. 58be101 Adding gm test steps for rtree and tileGrid by junov@chromium.org · 12 years ago
  66. ee8a8e3 Re-land r6843 with copied gyp file to (hopefully) fix Windows build by epoger@google.com · 12 years ago
  67. 33352d9 Roll out r6843 to hopefully fix Windows builds by epoger@google.com · 12 years ago
  68. 6c0e522 Add --writeJsonSummary option to gm by epoger@google.com · 12 years ago
  69. 3cb834b Modifying SkTileGrid to support arbitrary query rectangles. by junov@chromium.org · 12 years ago
  70. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  71. 69dc4ff remove 4444 support (for now) form gm -- not used (afaik) and slows us down by reed@google.com · 12 years ago
  72. 971aca7 change SkDrawFilter::filter to return a bool, where false means don't-draw by reed@google.com · 12 years ago
  73. aef7361 flag the GM if we're in deferred-canvas mode, to work-around bug trying to by reed@google.com · 12 years ago
  74. 57f7abc Maintain failedTests list within GMMain object by epoger@google.com · 12 years ago
  75. 453995e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  76. ce7ffac report max pixel error on failure, rather than the hex of the first mismatched pixel by reed@google.com · 12 years ago
  77. c7a24d2 Check modulo values passed to GM. by bsalomon@google.com · 12 years ago
  78. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  79. 82cb65b Alphabetize gm options (in usage message and option parser). by epoger@google.com · 12 years ago
  80. e8ebeb1 Add option to gm: write out images into a hierarchy, rather than a flat set of files by epoger@google.com · 12 years ago
  81. de96163 object-ify gmmain.cpp (no functional change) to ease planned changes later by epoger@google.com · 12 years ago
  82. ebce16d Refactor gm to minimize wasted passes through picture and pipe code paths. by djsollen@google.com · 12 years ago
  83. b5a5a9d don't send % by itself to printf by reed@google.com · 12 years ago
  84. f28dd8a clarify code/comments in gmmain.cpp (no functional change) by epoger@google.com · 12 years ago
  85. 6a748ad Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  86. ae7b8f3 add --modulo A B option to gm, so we can only execute 1/B of the tests in a by reed@google.com · 12 years ago
  87. 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
  88. 30efb8a Do not do PNG encoding/decoding when testing picture serialization. by scroggo@google.com · 12 years ago
  89. 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
  90. 5987f58 build iOS with 'make all' by caryclark@google.com · 12 years ago
  91. 7ec0015 delete obsolete/unused SkGpuCanvas by reed@google.com · 12 years ago
  92. 44a42ea 1. remove references to (deprecated) SkGpuCanvas by reed@google.com · 12 years ago
  93. 977e662 When recording a GM to a picture, pass the GM's size to beginRecording. by scroggo@google.com · 12 years ago
  94. 10f9f4a revert 5580 by reed@google.com · 12 years ago
  95. eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
  96. 3936252 Turn serialization back on in GM. by scroggo@google.com · 12 years ago
  97. 5955202 Allow cache tracking to be enabled in release by robertphillips@google.com · 12 years ago
  98. 5f9f2f5 Added resource cache debug output to help track changes by robertphillips@google.com · 12 years ago
  99. 6325886 Skip tiled drawing in GM for magnifier image filter. by scroggo@google.com · 12 years ago
  100. 2a48c3a Fix includes files missing in release builds from GrCustomStageUnitTest.h. by bsalomon@google.com · 12 years ago