- f711f32 GM: add --ignoreFailuresFile as an alternative to --ignoreTests by epoger@google.com · 11 years ago
- 5e00989 Add SkPDFDeviceFlatenner which extends SkPDFDevice to add support to flatten the path and the text when we have perspective. by commit-bot@chromium.org · 11 years ago
- 1ddfbc2 gm: if test has no expectations, record its result as no-expectations regardless of ignoreFailure by epoger@google.com · 11 years ago
- 6ec1abf Remove --pdf option as it can now be controlled by --config by commit-bot@chromium.org · 11 years ago
- 3a882dd GM: Allow ignored-tests.txt to list configs as well as tests (and combinations too) by epoger@google.com · 11 years ago
- ac8f3a4 Add GM option to allow the GPU context to be reset prior to each GM being run by djsollen@google.com · 11 years ago
- 608ea65 Use SkPicture::ExtractBitmap callback in pdf too, there is no need for a specialized function pointer for pdf only only to pass a rectangle, when we can use subseted bitmaps. by commit-bot@chromium.org · 11 years ago
- 5e49738 revert temporary r11517 by epoger@google.com · 11 years ago
- 19fcd8e gm: temporarily re-enable multiple rendermodes, to make sure they haven't regressed by epoger@google.com · 11 years ago
- 65caeaf Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- f4f9df4 gm: add a flag to force perspective usage in all gms by commit-bot@chromium.org · 11 years ago
- defc487 gm: add --ignoreTests flag BUG=skia:1600 R=scroggo@google.com by epoger@google.com · 11 years ago
- 33aa55a revert temporary r11371 BUG=skia:1641 by epoger@google.com · 11 years ago
- 1a7e09e gm: temporarily re-enable multiple rendermodes, to make sure they haven't regressed by epoger@google.com · 11 years ago
- 62b50b7 Have GMs read the GrContext via a setter/getter rather than a global. by mtklein@google.com · 11 years ago
- 3ad5dd0 Speed up GM ~50% by NOT running most renderModes by default by epoger@google.com · 11 years ago
- 5852c8b gm: add self-test to confirm that ignore-failure field is respected by epoger@google.com · 11 years ago
- a6f37e7 Add ShouldSkip variant that can read a --match flag directly. by commit-bot@chromium.org · 11 years ago
- 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
- 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
- 78a1078 Create new target to hold gpu test code, enable direct testing of GrEffects in GM. by commit-bot@chromium.org · 11 years ago
- 8fc3766 Update expectations for Mac PDF by vandebo@chromium.org · 11 years ago
- 0dcbece Support multiple PDF rendering backends in the GM by vandebo@chromium.org · 11 years ago
- 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
- 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
- 805df1a Fixes for factory GM. by commit-bot@chromium.org · 11 years ago
- ab882bf Refactor GM to separate config parsing, attempt 2 by commit-bot@chromium.org · 11 years ago
- c520562 Revert "Refactor gmmain to separate out config parsing" by scroggo@google.com · 11 years ago
- 9677a84 Refactor gmmain to separate out config parsing by commit-bot@chromium.org · 11 years ago
- cb62224 Removing deprecated constructors and setDevice from SkDeferredCanvas by commit-bot@chromium.org · 11 years ago
- 586db93 refactor duplication (shouldSkip and skip_name) into a utility function by sglez@google.com · 11 years ago
- ed5eb4e Revert r10280, which caused https://code.google.com/p/skia/issues/detail?id=1441 by epoger@google.com · 11 years ago
- 434251f refactor duplication (shouldSkip and skip_name) into a utility function by sglez@google.com · 11 years ago
- c29f3d8 Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 11 years ago
- 88682b7 Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 11 years ago
- 6eee5c3 Revert r10171 due to test failure in StreamTest by robertphillips@google.com · 11 years ago
- eacb54e Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 11 years ago
- d6543e5 Improve null gpu's memory handling by robertphillips@google.com · 11 years ago
- c824c83 gm: since we don't record output of gpudebug test, don't record checksums either by epoger@google.com · 11 years ago
- e33e137 GM: stop recording all *_pdf.png results as "INVALID" on non-Mac platforms by epoger@google.com · 11 years ago
- f1754ec Replace SkPicture(SkStream) constructors with a factory. by scroggo@google.com · 11 years ago
- 5f99545 GM: add --missingExpectationsPath option, similar to --mismatchPath by epoger@google.com · 11 years ago
- 6f7f14d Reland r9682, using new SkString::appendU64() by epoger@google.com · 11 years ago
- 628de5f Reverting r9682, which broke on some compilers by epoger@google.com · 12 years ago
- 6324ac5 GM: add --writeChecksumBasedFilenames option by epoger@google.com · 12 years ago
- c41295d remove double including of libpng decoder by commit-bot@chromium.org · 12 years ago
- 42db2e4 Fixes to make the gm run when GrContext can't be created for ANGLE context. by bsalomon@google.com · 12 years ago
- 7bb28a1 Disable msaa16 by default by robertphillips@google.com · 12 years ago
- 66070a5 Changing SkDeferredCanvas to use factories for creation by junov@chromium.org · 12 years ago
- ccd7afb Reland 'Add path utils, plus a test for it.' by scroggo@google.com · 12 years ago
- dbbcaa8 Revert "Add path utils, plus a test for it." by scroggo@google.com · 12 years ago
- 1bee037 Add path utils, plus a test for it. by scroggo@google.com · 12 years ago
- d4993ff GM: create GmResultDigest that encapsulates digest type ("bitmap-64bitMD5") and value (12345) by epoger@google.com · 12 years ago
- 659c8c0 GM: make behavior of make_filename() more late-binding by epoger@google.com · 12 years ago
- ce057fe GM: include filename extension (.png) of each output file in JSON summary by epoger@google.com · 12 years ago
- 512c9b6 add wildcard test name matching to gm and bench. by caryclark@google.com · 12 years ago
- 1ca36ec Don't use writeData to write the document in GM. by bungeman@google.com · 12 years ago
- fdea325 GM: fix --mismatchPath option (currently, it doesn't actually write any files!) by epoger@google.com · 12 years ago
- 74b7ffd Fixes for piping bitmaps with encoded data. by scroggo@google.com · 12 years ago
- 76c913d GM: specify that currently used checksums are CityHashes of SkBitmaps by epoger@google.com · 12 years ago
- 58104a9 Treat default command line argument properly. by scroggo@google.com · 12 years ago
- 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
- 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
- b7dbf63 Fix an SkCommandLineFlags bug. by scroggo@google.com · 12 years ago
- 7fd2d70 Delete gm after use. by scroggo@google.com · 12 years ago
- 5079d2c GM: allow caller to specify which result types trigger an error by epoger@google.com · 12 years ago
- 908f583 rename SkBitmapChecksummer as SkBitmapHasher, and prepare for it to possibly use by epoger@google.com · 12 years ago
- bcbf5aa GM: print list of GMs run, even in non-verbose mode (rolls back part of r8600) by epoger@google.com · 12 years ago
- 07947d9 GM: signal error if the total number of tests run was less than expected by epoger@google.com · 12 years ago
- b0f8b43 GM: remove enableMissingWarning in favor of verbose flag, and trim output in nonverbose mode by epoger@google.com · 12 years ago
- aef2d3b Run mixedxfermodes GM through the pipe. by scroggo@google.com · 12 years ago
- 51dbabe gm: hide list of tests with ignored errors, by default by epoger@google.com · 12 years ago
- c8263e7 gm: record IntentionallySkipped tests by epoger@google.com · 12 years ago
- 604e0c2 SkFlags now follows proper dashing convention. by scroggo@google.com · 12 years ago
- caac3db re-land r8535, now that src.chromium.org is back up by epoger@google.com · 12 years ago
- 67caaf8 Revert r8535 by epoger@google.com · 12 years ago
- da8db98 gm: report ExpectationsMismatch and RenderModeMismatch results separately by epoger@google.com · 12 years ago
- 310478e re-land r8514 without breaking 32-bit Mac compilers by epoger@google.com · 12 years ago
- 2212c2e roll out r8514 Review URL: https://codereview.chromium.org/13503003 by epoger@google.com · 12 years ago
- f60494b gm: display summary of all results by ErrorType by epoger@google.com · 12 years ago
- 041e2db Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 5a7d029 Add tile rendering to GM by robertphillips@google.com · 12 years ago
- 123ac1d Make GM render to render targets that are also textures. by bsalomon@google.com · 12 years ago
- 6f6568b gm: change ErrorBitfield to ErrorType/ErrorCombination by epoger@google.com · 12 years ago
- d9ba9a0 Change the name of SkFlags to SkCommandLineFlags. by scroggo@google.com · 12 years ago
- 80724df Re-land r8269, fixing build errors/warnings by epoger@google.com · 12 years ago
- 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
- 0b62b3d gm refactor: extract run_multiple_configs() and run_multiple_modes() by epoger@google.com · 12 years ago
- 0f567c6 Write the config options in place in the help string. by scroggo@google.com · 12 years ago
- 09fd4d2 Reland r8235 "Switch gm to use SkFlags." by scroggo@google.com · 12 years ago
- 4c75f24 Reland MSAA changes to GM now that Linux/ATI driver bug has been worked around. by bsalomon@google.com · 12 years ago
- 0b73563 Revert "Make gm use SkFlags." by scroggo@google.com · 12 years ago
- 7d51930 Make gm use SkFlags. by scroggo@google.com · 12 years ago
- f315451 Revert changes to GM MSAA configs, hopefully fixes linux bot gm failures. by bsalomon@google.com · 12 years ago
- a83d3d8 fix angle gmmain build by bsalomon@google.com · 12 years ago
- 1468781 Fix build break in gmmain.cpp by bsalomon@google.com · 12 years ago
- 40deead Add config msaa4 to gm (not run by default) and make MSAA configs not run unless by bsalomon@google.com · 12 years ago
- 5159153 In gm, install drawFilter for pipe and tiledPipe. by scroggo@google.com · 12 years ago
- 5efdd0c gm: write all messages to stdout/stderr with "GM:" preamble to distinguish from various debug messages coming from elsewhere by epoger@google.com · 12 years ago
- e3613ce Fix sign/unsigned warnings in benchmain.cpp and gmmain.cpp by bsalomon@google.com · 12 years ago