aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/gmmain.cpp
Commit message (Expand)AuthorAge
...
* Write the config options in place in the help string.Gravatar scroggo@google.com2013-03-20
* Reland r8235 "Switch gm to use SkFlags."Gravatar scroggo@google.com2013-03-20
* Reland MSAA changes to GM now that Linux/ATI driver bug has been worked around.Gravatar bsalomon@google.com2013-03-19
* Revert "Make gm use SkFlags."Gravatar scroggo@google.com2013-03-19
* Make gm use SkFlags.Gravatar scroggo@google.com2013-03-19
* Revert changes to GM MSAA configs, hopefully fixes linux bot gm failures.Gravatar bsalomon@google.com2013-03-19
* fix angle gmmain buildGravatar bsalomon@google.com2013-03-19
* Fix build break in gmmain.cppGravatar bsalomon@google.com2013-03-19
* Add config msaa4 to gm (not run by default) and make MSAA configs not run unlessGravatar bsalomon@google.com2013-03-19
* In gm, install drawFilter for pipe and tiledPipe.Gravatar scroggo@google.com2013-03-15
* gm: write all messages to stdout/stderr with "GM:" preamble to distinguish fr...Gravatar epoger@google.com2013-03-13
* Fix sign/unsigned warnings in benchmain.cpp and gmmain.cppGravatar bsalomon@google.com2013-03-11
* Make GPU cache size cmd line configurable in GM.Gravatar bsalomon@google.com2013-03-11
* add flag to skip gpu testGravatar reed@google.com2013-03-08
* re-land r8028 without "special" Microsoft compiler warningsGravatar epoger@google.com2013-03-08
* Revert r8028... warnings-as-errors broke some buildersGravatar epoger@google.com2013-03-07
* Fixing some warnings on LinuxGravatar sugoi@google.com2013-03-07
* cleanup: fix gm's use of ErrorBitfield to be consistent (it's a bitfield, not...Gravatar epoger@google.com2013-03-07
* Change SkTileGride geometry calculations to match the Chromium compositor.Gravatar junov@chromium.org2013-02-27
* Fix ignored errors in GM when no reference images are providedGravatar borenet@google.com2013-02-21
* gm: Add ability to compare against checksums (as opposed to image files)Gravatar epoger@google.com2013-02-13
* Remove legacy names no longer referenced in Chrome and WebKit.Gravatar bsalomon@google.com2013-02-07
* gm: report max-pixel-error if comparing against PNG files (not checksums)Gravatar epoger@google.com2013-02-01
* gm: force all pixels opaque earlier in the processGravatar epoger@google.com2013-01-31
* Fix bugs in r7291Gravatar epoger@google.com2013-01-19
* re-land r7258 with fixes and testsGravatar epoger@google.com2013-01-19
* Roll out r7258Gravatar epoger@google.com2013-01-18
* Reapply r7198 with Mac/Windows fixesGravatar epoger@google.com2013-01-17
* Turn on the kUsePathBoundsForClip_RecordingFlag in bench, gm and tools that u...Gravatar junov@chromium.org2013-01-16
* Re-enable inst counting in debug builds.Gravatar bsalomon@google.com2013-01-15
* Revert r7198 until I can fix https://code.google.com/p/skia/issues/detail?id=...Gravatar epoger@google.com2013-01-15
* gm: use new Expectations struct instead of comparison bitmapsGravatar epoger@google.com2013-01-15
* Changing imageFilter GM tests to use drawBitmap instead of drawSpriteGravatar junov@chromium.org2013-01-14
* Adding commandline option to gm to make it write image results for tests that...Gravatar junov@chromium.org2013-01-11
* gm: if no readPath is given, report all tests as "missing reference image" in...Gravatar epoger@google.com2013-01-10
* Enable warnings-as-errors on Windows.Gravatar bsalomon@google.com2013-01-08
* gm: remove --diffPath option and all other pixel diff functionality.Gravatar epoger@google.com2013-01-08
* add --exclude-config to opt out of 1 or more configs. This always is respected,Gravatar reed@google.com2013-01-04
* Make gm's json results include checksums even if run without --readPathGravatar epoger@google.com2012-12-20
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-20
* Fixing picture recording scale bug in gmGravatar junov@chromium.org2012-12-19
* Adding tileGrid scaled playback capability to gm.Gravatar junov@chromium.org2012-12-19
* Adding gm test steps for rtree and tileGridGravatar junov@chromium.org2012-12-18
* Re-land r6843 with copied gyp file to (hopefully) fix Windows buildGravatar epoger@google.com2012-12-18
* Roll out r6843 to hopefully fix Windows buildsGravatar epoger@google.com2012-12-17
* Add --writeJsonSummary option to gmGravatar epoger@google.com2012-12-17
* Modifying SkTileGrid to support arbitrary query rectangles.Gravatar junov@chromium.org2012-12-13
* Defining new color constat for transparent colorGravatar junov@google.com2012-12-06
* remove 4444 support (for now) form gm -- not used (afaik) and slows us downGravatar reed@google.com2012-11-29
* change SkDrawFilter::filter to return a bool, where false means don't-drawGravatar reed@google.com2012-11-26