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
*
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
*
Add the ability to provide function pointers to SkPicture serialization
scroggo@google.com
2012-10-04
*
build iOS with 'make all'
caryclark@google.com
2012-10-02
*
delete obsolete/unused SkGpuCanvas
reed@google.com
2012-10-01
*
1. remove references to (deprecated) SkGpuCanvas
reed@google.com
2012-10-01
*
When recording a GM to a picture, pass the GM's size to beginRecording.
scroggo@google.com
2012-09-21
*
revert 5580
reed@google.com
2012-09-18
*
re-land 5578 w/ pipe fix
reed@google.com
2012-09-18
*
Turn serialization back on in GM.
scroggo@google.com
2012-09-14
*
Allow cache tracking to be enabled in release
robertphillips@google.com
2012-08-31
*
Added resource cache debug output to help track changes
robertphillips@google.com
2012-08-22
*
Skip tiled drawing in GM for magnifier image filter.
scroggo@google.com
2012-08-15
*
Fix includes files missing in release builds from GrCustomStageUnitTest.h.
bsalomon@google.com
2012-08-03
*
Skipping MSAA GMs on Android
robertphillips@google.com
2012-08-02
*
Added output of failed GMs to assist tracking errors on Android
robertphillips@google.com
2012-08-02
*
Create GPU-less build of Skia.
bsalomon@google.com
2012-08-02
*
Make SkDeferredCanvas query SkGPipeWriter for space allocated for bitmaps.
scroggo@google.com
2012-07-26
[next]