1. 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 11 years ago
  2. 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
  3. 29b19e5 Change SkTileGride geometry calculations to match the Chromium compositor. by junov@chromium.org · 11 years ago
  4. a904ea1 Fix ignored errors in GM when no reference images are provided by borenet@google.com · 11 years ago
  5. d271d24 gm: Add ability to compare against checksums (as opposed to image files) by epoger@google.com · 12 years ago
  6. fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 12 years ago
  7. 84a1802 gm: report max-pixel-error if comparing against PNG files (not checksums) by epoger@google.com · 12 years ago
  8. 5f6a007 gm: force all pixels opaque earlier in the process by epoger@google.com · 12 years ago
  9. 666c5cf Fix bugs in r7291 TBR=reed Review URL: https://codereview.appspot.com/7129057 by epoger@google.com · 12 years ago
  10. 3726960 re-land r7258 with fixes and tests by epoger@google.com · 12 years ago
  11. 9ef89ce Roll out r7258 by epoger@google.com · 12 years ago
  12. a243b22 Reapply r7198 with Mac/Windows fixes by epoger@google.com · 12 years ago
  13. 20bd04e Turn on the kUsePathBoundsForClip_RecordingFlag in bench, gm and tools that use class PictureRenderer by junov@chromium.org · 12 years ago
  14. 4e23068 Re-enable inst counting in debug builds. by bsalomon@google.com · 12 years ago
  15. bc159bd Revert r7198 until I can fix https://code.google.com/p/skia/issues/detail?id=1067 by epoger@google.com · 12 years ago
  16. 06b8a19 gm: use new Expectations struct instead of comparison bitmaps by epoger@google.com · 12 years ago
  17. ff06af2 Changing imageFilter GM tests to use drawBitmap instead of drawSprite by junov@chromium.org · 12 years ago
  18. 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
  19. 3499f3c gm: if no readPath is given, report all tests as "missing reference image" instead of "passed" by epoger@google.com · 12 years ago
  20. 50c79d8 Enable warnings-as-errors on Windows. by bsalomon@google.com · 12 years ago
  21. 15655b2 gm: remove --diffPath option and all other pixel diff functionality. by epoger@google.com · 12 years ago
  22. fb2cd42 add --exclude-config to opt out of 1 or more configs. This always is respected, by reed@google.com · 12 years ago
  23. 9c56a8d Make gm's json results include checksums even if run without --readPath by epoger@google.com · 12 years ago
  24. d8b2799 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  25. 706ff2f Fixing picture recording scale bug in gm by junov@chromium.org · 12 years ago
  26. c938c48 Adding tileGrid scaled playback capability to gm. by junov@chromium.org · 12 years ago
  27. 58be101 Adding gm test steps for rtree and tileGrid by junov@chromium.org · 12 years ago
  28. ee8a8e3 Re-land r6843 with copied gyp file to (hopefully) fix Windows build by epoger@google.com · 12 years ago
  29. 33352d9 Roll out r6843 to hopefully fix Windows builds by epoger@google.com · 12 years ago
  30. 6c0e522 Add --writeJsonSummary option to gm by epoger@google.com · 12 years ago
  31. 3cb834b Modifying SkTileGrid to support arbitrary query rectangles. by junov@chromium.org · 12 years ago
  32. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  33. 69dc4ff remove 4444 support (for now) form gm -- not used (afaik) and slows us down by reed@google.com · 12 years ago
  34. 971aca7 change SkDrawFilter::filter to return a bool, where false means don't-draw by reed@google.com · 12 years ago
  35. aef7361 flag the GM if we're in deferred-canvas mode, to work-around bug trying to by reed@google.com · 12 years ago
  36. 57f7abc Maintain failedTests list within GMMain object by epoger@google.com · 12 years ago
  37. 453995e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  38. ce7ffac report max pixel error on failure, rather than the hex of the first mismatched pixel by reed@google.com · 12 years ago
  39. c7a24d2 Check modulo values passed to GM. by bsalomon@google.com · 12 years ago
  40. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  41. 82cb65b Alphabetize gm options (in usage message and option parser). by epoger@google.com · 12 years ago
  42. 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
  43. de96163 object-ify gmmain.cpp (no functional change) to ease planned changes later by epoger@google.com · 12 years ago
  44. ebce16d Refactor gm to minimize wasted passes through picture and pipe code paths. by djsollen@google.com · 12 years ago
  45. b5a5a9d don't send % by itself to printf by reed@google.com · 12 years ago
  46. f28dd8a clarify code/comments in gmmain.cpp (no functional change) by epoger@google.com · 12 years ago
  47. 6a748ad Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  48. 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
  49. 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
  50. 30efb8a Do not do PNG encoding/decoding when testing picture serialization. by scroggo@google.com · 12 years ago
  51. 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
  52. 5987f58 build iOS with 'make all' by caryclark@google.com · 12 years ago
  53. 7ec0015 delete obsolete/unused SkGpuCanvas by reed@google.com · 12 years ago
  54. 44a42ea 1. remove references to (deprecated) SkGpuCanvas by reed@google.com · 12 years ago
  55. 977e662 When recording a GM to a picture, pass the GM's size to beginRecording. by scroggo@google.com · 12 years ago
  56. 10f9f4a revert 5580 by reed@google.com · 12 years ago
  57. eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
  58. 3936252 Turn serialization back on in GM. by scroggo@google.com · 12 years ago
  59. 5955202 Allow cache tracking to be enabled in release by robertphillips@google.com · 12 years ago
  60. 5f9f2f5 Added resource cache debug output to help track changes by robertphillips@google.com · 12 years ago
  61. 6325886 Skip tiled drawing in GM for magnifier image filter. by scroggo@google.com · 12 years ago
  62. 2a48c3a Fix includes files missing in release builds from GrCustomStageUnitTest.h. by bsalomon@google.com · 12 years ago
  63. a73e860 Skipping MSAA GMs on Android by robertphillips@google.com · 12 years ago
  64. a2f8008 Added output of failed GMs to assist tracking errors on Android by robertphillips@google.com · 12 years ago
  65. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  66. 15011ee Make SkDeferredCanvas query SkGPipeWriter for space allocated for bitmaps. by scroggo@google.com · 12 years ago
  67. f32f6e8 Added annotation for gm's -wp flag by chudy@google.com · 12 years ago
  68. 5c0b313 r4511 with handling for the Mac-specific CAN_IMAGE_PDF path by robertphillips@google.com · 12 years ago
  69. d3ba5cc In SkGPipe, set a limit on the amount of flattenables cached. by scroggo@google.com · 12 years ago
  70. b3c0f48 Provide static global initializers for SkColorTable and SkComposeShader. by scroggo · 12 years ago
  71. 565254b Fix SkGPipe drawing, and turn it on by default. by scroggo@google.com · 12 years ago
  72. 97fafe1 Altered SkInstCnt to print out atexit by robertphillips@google.com · 12 years ago
  73. b74af87 Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT) by robertphillips@google.com · 12 years ago
  74. 31f5ccd add dump for SkWStream inst-leaks by reed@google.com · 12 years ago
  75. e5f48b9 change gm option from -config to --config, to match the double-dash convention of by reed@google.com · 12 years ago
  76. 14ca1d3 Revert r4259 by borenet@google.com · 12 years ago
  77. 78fc390 Serialize by Default by borenet@google.com · 12 years ago
  78. 4d73ac2 Version 2 of the Instance Counting system. This one simplifies the print out of information. by robertphillips@google.com · 12 years ago
  79. f6747b0 Split GrContext's AA Rect drawing methods into helper class by robertphillips@google.com · 12 years ago
  80. 5867c0f Add the ability to specify config to GM. by scroggo@google.com · 12 years ago
  81. 72c9672 Add tiled rendering as an option to GM. by scroggo@google.com · 12 years ago
  82. 1313086 fix warnings on Mac in gm by caryclark@google.com · 12 years ago
  83. 977b9c8 Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix) by robertphillips@google.com · 12 years ago
  84. 25c1993 Reverting r4162 by robertphillips@google.com · 12 years ago
  85. 3227ab5 Added instance counting system for SkRefCnt-derived objects by robertphillips@google.com · 12 years ago
  86. 778e163 change gm to use concat instead of setMatrix, so we don't trash the caller if by reed@google.com · 12 years ago
  87. d13bdfb Turn off pipe playback in GM by default. by scroggo@google.com · 12 years ago
  88. 5af9b20 Make the GM tool run GMs through an SkGPipe. by scroggo@google.com · 12 years ago
  89. 5d0c62f add -wp option to write serialized pictures to the specified directory by mike@reedtribe.org · 12 years ago
  90. e8fcb50 add options to enable/disable "FAILED to read ..." message by reed@google.com · 12 years ago
  91. daf12bb Fix early termination of GM when 16x msaa rt can't be created. by bsalomon@google.com · 12 years ago
  92. 7361f54 Make GM able to run MSAA modes and multiple GPU configs in a single run. by bsalomon@google.com · 12 years ago
  93. 9284ccd Make gm tool able to read and write image files in the same run by epoger@google.com · 12 years ago
  94. 8e529b7 change -d option to write out complete images (that differed from the baseline) by reed@google.com · 12 years ago
  95. 09042b8 Fixing Windows compiler complaints by robertphillips@google.com · 12 years ago
  96. d3b9fbb Code changes for ANGLE GL interface. .gyp file changes will be delivered later. by robertphillips@google.com · 12 years ago
  97. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 12 years ago
  98. f6f123d Added tracking of frame buffer objects to debug GL interface by robertphillips@google.com · 12 years ago
  99. 79d3cb4 [PDF] Add GM and infrastructure to test drawing shaders with an initial transform. by vandebo@chromium.org · 12 years ago
  100. a43a532 Revert "[PDF] Add GM and infrastructure to test drawing shaders with an initial transform." by vandebo@chromium.org · 12 years ago