aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2012-05-22download_baselines.py : only set svn properties of files whose content has ch...epoger@google.com
2012-05-22Add to skdiff: test images for bitwise equality before testing for pixel-wise...epoger@google.com
2012-05-18Remove chromium mode from skdiff, because it is no longer actively used.epoger@google.com
2012-05-18skdiff test-only change: add test of --nodiffs mode, make tests validate retu...epoger@google.com
2012-05-17test-only change: update run.sh and rearrange dirs to ease addition of more t...epoger@google.com
2012-05-16test-only changes: add more image files to test more skdiff behaviorepoger@google.com
2012-05-16skdiff: only write out diff images that are included in index.htmlepoger@google.com
2012-05-16Make skdiff use enumeration of result types instead of separate booleans for ...epoger@google.com
2012-05-15Add self-test for skdiff, and remove date/time from skdiff output so it passes.epoger@google.com
2012-05-14Rename tests/images dir as tests/skdiffepoger@google.com
2012-05-14Images for testing skdiff toolepoger@google.com
2012-05-07Just use std qsortreed@google.com
2012-05-01Add new flags to skdiffepoger@google.com
2012-04-24Land http://codereview.appspot.com/6117046/ for Guanqun.Lu@gmail.comepoger@google.com
2012-04-12Make download_baselines.py download *all* platforms, if none are specified.epoger@google.com
2012-04-12rename compare-baselines.py and download-baselines.py using underscores inste...epoger@google.com
2012-04-12If skdiff encounters image size mismatch, do not display diff imagesepoger@google.com
2012-03-22landing patch from http://codereview.appspot.com/5874051/epoger@google.com
2012-02-03Improve default behavior of compare-baselines script.epoger@google.com
2012-02-02Make skdiff always generate white diffs alongside actual pixel diffsepoger@google.com
2012-02-02Delete download-baselines-old script, we don't need it anymore.epoger@google.com
2012-02-02Create compare-baselines tool to compare locally generated and checked-in GMs.epoger@google.com
2012-01-17Change download-baselines script to download images from skia-autogen SVN repoepoger@google.com
2012-01-10Add --add-new-files option to download-baselines.py scriptepoger@google.com
2011-12-29Add tool that downloads gm baseline images from the bots.epoger@google.com
2011-12-07Make update-doxygen.sh upload docs to http://code.google.com/p/skia-autogenepoger@google.com
2011-12-06Create update-doxygen script that generates and uploads docsepoger@google.com
2011-11-30Make skdiff robust to image size differences: if the two image sizes differ,tomhudson@google.com
2011-10-07Fix more VS2010 warnings.bsalomon@google.com
2011-09-23Make skdiff paths work on windowsbsalomon@google.com
2011-08-02Move SkBitmap members of the skdiff DiffRecord to pointers so that theytomhudson@google.com
2011-07-28Script to automatically update copyright notices in C/C++ source code.epoger@google.com
2011-07-28Automatic update of all copyright notices to reflect new license terms.epoger@google.com
2011-07-14Extends skdiff to handle commands of the formtomhudson@google.com
2011-07-13In skdiff, merge paths into the struct that holds the filename, to enabletomhudson@google.com
2011-06-09Fix signed/unsigned mismatch in rev 1553.tomhudson@google.com
2011-06-09skdiff usability improvements: summary to stdout, -diff in output filenames,tomhudson@google.com
2011-05-24Stores index.html in the output (diff) directory rather than in the currenttomhudson@google.com
2011-04-27New 'skdiff' tool to compare two directories full of files, write diff imagestomhudson@google.com
2010-04-15add png to makefile for linuxreed@android.com
2010-04-12add skhello for simple hello-world sample codereed@android.com
2009-06-21almost there on gm (need to fix image writes/reads/compares)reed@android.com
2009-04-24add skiamge (in tools/) that decodes and encodes imagesreed@android.com