index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
gmmain.cpp
Commit message (
Expand
)
Author
Age
*
Fixing some warnings on Linux
sugoi@google.com
2013-03-07
*
cleanup: fix gm's use of ErrorBitfield to be consistent (it's a bitfield, not...
epoger@google.com
2013-03-07
*
Change SkTileGride geometry calculations to match the Chromium compositor.
junov@chromium.org
2013-02-27
*
Fix ignored errors in GM when no reference images are provided
borenet@google.com
2013-02-21
*
gm: Add ability to compare against checksums (as opposed to image files)
epoger@google.com
2013-02-13
*
Remove legacy names no longer referenced in Chrome and WebKit.
bsalomon@google.com
2013-02-07
*
gm: report max-pixel-error if comparing against PNG files (not checksums)
epoger@google.com
2013-02-01
*
gm: force all pixels opaque earlier in the process
epoger@google.com
2013-01-31
*
Fix bugs in r7291
epoger@google.com
2013-01-19
*
re-land r7258 with fixes and tests
epoger@google.com
2013-01-19
*
Roll out r7258
epoger@google.com
2013-01-18
*
Reapply r7198 with Mac/Windows fixes
epoger@google.com
2013-01-17
*
Turn on the kUsePathBoundsForClip_RecordingFlag in bench, gm and tools that u...
junov@chromium.org
2013-01-16
*
Re-enable inst counting in debug builds.
bsalomon@google.com
2013-01-15
*
Revert r7198 until I can fix https://code.google.com/p/skia/issues/detail?id=...
epoger@google.com
2013-01-15
*
gm: use new Expectations struct instead of comparison bitmaps
epoger@google.com
2013-01-15
*
Changing imageFilter GM tests to use drawBitmap instead of drawSprite
junov@chromium.org
2013-01-14
*
Adding commandline option to gm to make it write image results for tests that...
junov@chromium.org
2013-01-11
*
gm: if no readPath is given, report all tests as "missing reference image" in...
epoger@google.com
2013-01-10
*
Enable warnings-as-errors on Windows.
bsalomon@google.com
2013-01-08
*
gm: remove --diffPath option and all other pixel diff functionality.
epoger@google.com
2013-01-08
*
add --exclude-config to opt out of 1 or more configs. This always is respected,
reed@google.com
2013-01-04
*
Make gm's json results include checksums even if run without --readPath
epoger@google.com
2012-12-20
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-20
*
Fixing picture recording scale bug in gm
junov@chromium.org
2012-12-19
*
Adding tileGrid scaled playback capability to gm.
junov@chromium.org
2012-12-19
*
Adding gm test steps for rtree and tileGrid
junov@chromium.org
2012-12-18
*
Re-land r6843 with copied gyp file to (hopefully) fix Windows build
epoger@google.com
2012-12-18
*
Roll out r6843 to hopefully fix Windows builds
epoger@google.com
2012-12-17
*
Add --writeJsonSummary option to gm
epoger@google.com
2012-12-17
*
Modifying SkTileGrid to support arbitrary query rectangles.
junov@chromium.org
2012-12-13
*
Defining new color constat for transparent color
junov@google.com
2012-12-06
*
remove 4444 support (for now) form gm -- not used (afaik) and slows us down
reed@google.com
2012-11-29
*
change SkDrawFilter::filter to return a bool, where false means don't-draw
reed@google.com
2012-11-26
*
flag the GM if we're in deferred-canvas mode, to work-around bug trying to
reed@google.com
2012-11-16
*
Maintain failedTests list within GMMain object
epoger@google.com
2012-11-13
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-10
*
report max pixel error on failure, rather than the hex of the first mismatche...
reed@google.com
2012-11-09
*
Check modulo values passed to GM.
bsalomon@google.com
2012-11-01
*
Improve NaCl support
borenet@google.com
2012-11-01
*
Alphabetize gm options (in usage message and option parser).
epoger@google.com
2012-10-29
*
Add option to gm: write out images into a hierarchy, rather than a flat set o...
epoger@google.com
2012-10-29
*
object-ify gmmain.cpp (no functional change) to ease planned changes later
epoger@google.com
2012-10-26
*
Refactor gm to minimize wasted passes through picture and pipe code paths.
djsollen@google.com
2012-10-26
*
don't send % by itself to printf
reed@google.com
2012-10-25
*
clarify code/comments in gmmain.cpp (no functional change)
epoger@google.com
2012-10-25
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-19
*
add --modulo A B option to gm, so we can only execute 1/B of the tests in a
reed@google.com
2012-10-18
*
add ability to skip 565 test in gm (until I can fix an assert in debug build)
reed@google.com
2012-10-10
*
Do not do PNG encoding/decoding when testing picture serialization.
scroggo@google.com
2012-10-04
[next]