aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/gmmain.cpp
Commit message (Expand)AuthorAge
...
* Update gm flags so that it can be run without a pdf rasterizer.Gravatar vandebo@chromium.org2013-11-06
* GM is passing the wrong flag to beginRecording() for --rtree.Gravatar commit-bot@chromium.org2013-10-29
* GM: remove deprecated --ignoreTests flagGravatar epoger@google.com2013-10-21
* GM: add --ignoreFailuresFile as an alternative to --ignoreTestsGravatar epoger@google.com2013-10-18
* Add SkPDFDeviceFlatenner which extends SkPDFDevice to add support to flatten ...Gravatar commit-bot@chromium.org2013-10-14
* gm: if test has no expectations, record its result as no-expectations regardl...Gravatar epoger@google.com2013-10-10
* Remove --pdf option as it can now be controlled by --configGravatar commit-bot@chromium.org2013-10-09
* GM: Allow ignored-tests.txt to list configs as well as tests (and combination...Gravatar epoger@google.com2013-10-07
* Add GM option to allow the GPU context to be reset prior to each GM being runGravatar djsollen@google.com2013-10-04
* Use SkPicture::ExtractBitmap callback in pdf too, there is no need for a spec...Gravatar commit-bot@chromium.org2013-10-03
* revert temporary r11517Gravatar epoger@google.com2013-09-30
* gm: temporarily re-enable multiple rendermodes, to make sure they haven't reg...Gravatar epoger@google.com2013-09-30
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-09-27
* gm: add a flag to force perspective usage in all gmsGravatar commit-bot@chromium.org2013-09-26
* gm: add --ignoreTests flagGravatar epoger@google.com2013-09-19
* revert temporary r11371Gravatar epoger@google.com2013-09-19
* gm: temporarily re-enable multiple rendermodes, to make sure they haven't reg...Gravatar epoger@google.com2013-09-19
* Have GMs read the GrContext via a setter/getter rather than a global.Gravatar mtklein@google.com2013-09-16
* Speed up GM ~50% by NOT running most renderModes by defaultGravatar epoger@google.com2013-09-13
* gm: add self-test to confirm that ignore-failure field is respectedGravatar epoger@google.com2013-08-30
* Add ShouldSkip variant that can read a --match flag directly.Gravatar commit-bot@chromium.org2013-08-30
* Split SkDevice into SkBaseDevice and SkBitmapDeviceGravatar robertphillips@google.com2013-08-29
* Replace uses of GR_DEBUG by SK_DEBUG.Gravatar commit-bot@chromium.org2013-08-28
* Create new target to hold gpu test code, enable direct testing of GrEffects i...Gravatar commit-bot@chromium.org2013-08-21
* Update expectations for Mac PDFGravatar vandebo@chromium.org2013-08-21
* Support multiple PDF rendering backends in the GMGravatar vandebo@chromium.org2013-08-20
* Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...Gravatar robertphillips@google.com2013-08-20
* Split SkDevice out of SkBitmapDeviceGravatar robertphillips@google.com2013-08-20
* Fixes for factory GM.Gravatar commit-bot@chromium.org2013-08-16
* Refactor GM to separate config parsing, attempt 2Gravatar commit-bot@chromium.org2013-08-14
* Revert "Refactor gmmain to separate out config parsing"Gravatar scroggo@google.com2013-08-14
* Refactor gmmain to separate out config parsingGravatar commit-bot@chromium.org2013-08-14
* Removing deprecated constructors and setDevice from SkDeferredCanvasGravatar commit-bot@chromium.org2013-08-09
* refactor duplication (shouldSkip and skip_name) into a utility functionGravatar sglez@google.com2013-07-24
* Revert r10280, which caused https://code.google.com/p/skia/issues/detail?id=1441Gravatar epoger@google.com2013-07-23
* refactor duplication (shouldSkip and skip_name) into a utility functionGravatar sglez@google.com2013-07-23
* Add a detachAsStream to SkDynamicMemoryWStream.Gravatar bungeman@google.com2013-07-19
* Add a detachAsStream to SkDynamicMemoryWStream.Gravatar bungeman@google.com2013-07-19
* Revert r10171 due to test failure in StreamTestGravatar robertphillips@google.com2013-07-18
* Add a detachAsStream to SkDynamicMemoryWStream.Gravatar bungeman@google.com2013-07-18
* Improve null gpu's memory handlingGravatar robertphillips@google.com2013-07-18
* gm: since we don't record output of gpudebug test, don't record checksums eitherGravatar epoger@google.com2013-07-12
* GM: stop recording all *_pdf.png results as "INVALID" on non-Mac platformsGravatar epoger@google.com2013-07-08
* Replace SkPicture(SkStream) constructors with a factory.Gravatar scroggo@google.com2013-06-28
* GM: add --missingExpectationsPath option, similar to --mismatchPathGravatar epoger@google.com2013-06-21
* Reland r9682, using new SkString::appendU64()Gravatar epoger@google.com2013-06-19
* Reverting r9682, which broke on some compilersGravatar epoger@google.com2013-06-19
* GM: add --writeChecksumBasedFilenames option Gravatar epoger@google.com2013-06-19
* remove double including of libpng decoderGravatar commit-bot@chromium.org2013-06-18
* Fixes to make the gm run when GrContext can't be created for ANGLE context.Gravatar bsalomon@google.com2013-06-11