aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/gmmain.cpp
Commit message (Expand)AuthorAge
...
* 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
* flag the GM if we're in deferred-canvas mode, to work-around bug trying toGravatar reed@google.com2012-11-16
* Maintain failedTests list within GMMain objectGravatar epoger@google.com2012-11-13
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-10
* report max pixel error on failure, rather than the hex of the first mismatche...Gravatar reed@google.com2012-11-09
* Check modulo values passed to GM.Gravatar bsalomon@google.com2012-11-01
* Improve NaCl supportGravatar borenet@google.com2012-11-01
* Alphabetize gm options (in usage message and option parser).Gravatar epoger@google.com2012-10-29
* Add option to gm: write out images into a hierarchy, rather than a flat set o...Gravatar epoger@google.com2012-10-29
* object-ify gmmain.cpp (no functional change) to ease planned changes laterGravatar epoger@google.com2012-10-26
* Refactor gm to minimize wasted passes through picture and pipe code paths.Gravatar djsollen@google.com2012-10-26
* don't send % by itself to printfGravatar reed@google.com2012-10-25
* clarify code/comments in gmmain.cpp (no functional change)Gravatar epoger@google.com2012-10-25
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-19
* add --modulo A B option to gm, so we can only execute 1/B of the tests in a Gravatar reed@google.com2012-10-18
* add ability to skip 565 test in gm (until I can fix an assert in debug build)Gravatar reed@google.com2012-10-10
* Do not do PNG encoding/decoding when testing picture serialization.Gravatar scroggo@google.com2012-10-04
* Add the ability to provide function pointers to SkPicture serializationGravatar scroggo@google.com2012-10-04
* build iOS with 'make all'Gravatar caryclark@google.com2012-10-02