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
*
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
*
Added annotation for gm's -wp flag
chudy@google.com
2012-07-12
*
r4511 with handling for the Mac-specific CAN_IMAGE_PDF path
robertphillips@google.com
2012-07-10
*
In SkGPipe, set a limit on the amount of flattenables cached.
scroggo@google.com
2012-07-09
*
Provide static global initializers for SkColorTable and SkComposeShader.
scroggo
2012-07-02
*
Fix SkGPipe drawing, and turn it on by default.
scroggo@google.com
2012-06-28
*
Altered SkInstCnt to print out atexit
robertphillips@google.com
2012-06-27
*
Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT)
robertphillips@google.com
2012-06-27
*
add dump for SkWStream inst-leaks
reed@google.com
2012-06-26
*
change gm option from -config to --config, to match the double-dash conventio...
reed@google.com
2012-06-22
*
Revert r4259
borenet@google.com
2012-06-15
*
Serialize by Default
borenet@google.com
2012-06-15
*
Version 2 of the Instance Counting system. This one simplifies the print out ...
robertphillips@google.com
2012-06-13
*
Split GrContext's AA Rect drawing methods into helper class
robertphillips@google.com
2012-06-12
*
Add the ability to specify config to GM.
scroggo@google.com
2012-06-07
*
Add tiled rendering as an option to GM.
scroggo@google.com
2012-06-06
*
fix warnings on Mac in gm
caryclark@google.com
2012-06-06
[next]