aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/gmmain.cpp
Commit message (Expand)AuthorAge
* 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
* delete obsolete/unused SkGpuCanvasGravatar reed@google.com2012-10-01
* 1. remove references to (deprecated) SkGpuCanvasGravatar reed@google.com2012-10-01
* When recording a GM to a picture, pass the GM's size to beginRecording.Gravatar scroggo@google.com2012-09-21
* revert 5580Gravatar reed@google.com2012-09-18
* re-land 5578 w/ pipe fixGravatar reed@google.com2012-09-18
* Turn serialization back on in GM.Gravatar scroggo@google.com2012-09-14
* Allow cache tracking to be enabled in releaseGravatar robertphillips@google.com2012-08-31
* Added resource cache debug output to help track changesGravatar robertphillips@google.com2012-08-22
* Skip tiled drawing in GM for magnifier image filter.Gravatar scroggo@google.com2012-08-15
* Fix includes files missing in release builds from GrCustomStageUnitTest.h.Gravatar bsalomon@google.com2012-08-03
* Skipping MSAA GMs on AndroidGravatar robertphillips@google.com2012-08-02
* Added output of failed GMs to assist tracking errors on AndroidGravatar robertphillips@google.com2012-08-02
* Create GPU-less build of Skia.Gravatar bsalomon@google.com2012-08-02
* Make SkDeferredCanvas query SkGPipeWriter for space allocated for bitmaps.Gravatar scroggo@google.com2012-07-26
* Added annotation for gm's -wp flagGravatar chudy@google.com2012-07-12
* r4511 with handling for the Mac-specific CAN_IMAGE_PDF pathGravatar robertphillips@google.com2012-07-10
* In SkGPipe, set a limit on the amount of flattenables cached.Gravatar scroggo@google.com2012-07-09
* Provide static global initializers for SkColorTable and SkComposeShader.Gravatar scroggo2012-07-02
* Fix SkGPipe drawing, and turn it on by default.Gravatar scroggo@google.com2012-06-28
* Altered SkInstCnt to print out atexitGravatar robertphillips@google.com2012-06-27
* Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT)Gravatar robertphillips@google.com2012-06-27
* add dump for SkWStream inst-leaksGravatar reed@google.com2012-06-26
* change gm option from -config to --config, to match the double-dash conventio...Gravatar reed@google.com2012-06-22
* Revert r4259Gravatar borenet@google.com2012-06-15
* Serialize by DefaultGravatar borenet@google.com2012-06-15
* Version 2 of the Instance Counting system. This one simplifies the print out ...Gravatar robertphillips@google.com2012-06-13
* Split GrContext's AA Rect drawing methods into helper classGravatar robertphillips@google.com2012-06-12
* Add the ability to specify config to GM.Gravatar scroggo@google.com2012-06-07
* Add tiled rendering as an option to GM.Gravatar scroggo@google.com2012-06-06
* fix warnings on Mac in gmGravatar caryclark@google.com2012-06-06