aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/gmmain.cpp
Commit message (Expand)AuthorAge
* 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
* Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix)Gravatar robertphillips@google.com2012-06-05
* Reverting r4162Gravatar robertphillips@google.com2012-06-05
* Added instance counting system for SkRefCnt-derived objectsGravatar robertphillips@google.com2012-06-05
* change gm to use concat instead of setMatrix, so we don't trash the caller ifGravatar reed@google.com2012-06-04
* Turn off pipe playback in GM by default.Gravatar scroggo@google.com2012-06-04
* Make the GM tool run GMs through an SkGPipe.Gravatar scroggo@google.com2012-06-04
* add -wp option to write serialized pictures to the specified directoryGravatar mike@reedtribe.org2012-06-02
* add options to enable/disable "FAILED to read ..." messageGravatar reed@google.com2012-05-17
* Fix early termination of GM when 16x msaa rt can't be created.Gravatar bsalomon@google.com2012-04-20
* Make GM able to run MSAA modes and multiple GPU configs in a single run.Gravatar bsalomon@google.com2012-04-19
* Make gm tool able to read and write image files in the same runGravatar epoger@google.com2012-04-18
* change -d option to write out complete images (that differed from the baseline)Gravatar reed@google.com2012-04-09
* Fixing Windows compiler complaintsGravatar robertphillips@google.com2012-04-06
* Code changes for ANGLE GL interface. .gyp file changes will be delivered later.Gravatar robertphillips@google.com2012-03-28
* Cleanup Macros arround static initializers for SkFlattenable.Gravatar djsollen@google.com2012-03-23
* Added tracking of frame buffer objects to debug GL interfaceGravatar robertphillips@google.com2012-03-21