aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/gmmain.cpp
Commit message (Expand)AuthorAge
* add --match to the help textGravatar reed@google.com2011-07-25
* reenable rotated freetype fix, but behind #ifndef SK_IGNORE_ROTATED_FREETYPE...Gravatar reed@google.com2011-07-25
* flip Y in uploads to bottom-up textures (and add gm test)Gravatar bsalomon@google.com2011-07-18
* Change true and false to 1 and 0 in macros that are used to conditionally com...Gravatar bsalomon@google.com2011-06-29
* create bitmaps from pdf output for comparison purposes (mac only at the moment)Gravatar reed@google.com2011-06-29
* add test for degenerate 2point gradients (needs pdf and gpu fixes)Gravatar reed@google.com2011-06-27
* replace detach/getStream apis on dynamicwstream with SkDataGravatar reed@google.com2011-06-24
* disable gpu tests when scalar==fixed,Gravatar reed@google.com2011-06-20
* -replay tests are only run if forward rendering succeeded.Gravatar tomhudson@google.com2011-06-17
* make SkDevice constructors explicit between offscreen and on/directGravatar reed@google.com2011-06-16
* Increase compatibility with clang, mostly around SK_RESTRICT.Gravatar tomhudson@google.com2011-06-15
* Fix text-as-path with skshader on gpuGravatar bsalomon@google.com2011-06-13
* When user specifies an output path with -w, only output files from mainGravatar tomhudson@google.com2011-06-09
* make --replay be the default. Now --noreplay will disable testing through a p...Gravatar reed@google.com2011-05-26
* PDF Device should report non-transformed size for width and height.Gravatar ctguil@chromium.org2011-04-29
* Propagate return values from compare() up to main() so we can return 0 if allGravatar tomhudson@google.com2011-04-26
* Fix default value of doSerialize parameter (oops!).Gravatar tomhudson@google.com2011-04-26
* Add command-line parameters to control execution of SkPicture tests; defaultGravatar tomhudson@google.com2011-04-25
* Extends gm to test SkPicture replay and serialization.Gravatar tomhudson@google.com2011-04-25
* Generalize the flip origin argument to the PDF device constructor.Gravatar vandebo@chromium.org2011-04-11
* [PDF] Improve PDF support in gm.Gravatar vandebo@chromium.org2011-02-03
* add new 2nd argument for rendertarget to SkGpuCanvasGravatar reed@google.com2011-01-18
* fix build for linuxGravatar reed@google.com2010-12-23
* add gpu to gm toolGravatar reed@google.com2010-12-23
* add gpu to the default makefileGravatar reed@google.com2010-12-23
* -d dir will write out a difference-bitmap for each compare that failesGravatar reed@google.com2010-12-20
* add option to write PDFs from gmGravatar reed@google.com2010-12-20
* dump message confirming read or write directoryGravatar reed@android.com2010-12-14
* use genericRGB space to ensure that we decode exactly the pixels we encodeGravatar reed@android.com2009-07-08
* gm -w 'directory' now works for recording the master imagesGravatar reed@android.com2009-06-21
* almost there on gm (need to fix image writes/reads/compares)Gravatar reed@android.com2009-06-21
* more progress on golden-master test suite (not finished yet)Gravatar reed@android.com2009-06-20
* checkpoint for golden master suite (gm)Gravatar reed@android.com2009-06-10