aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Expand)AuthorAge
* Adding files skipped from previous patch: http://code.google.com/p/skia/sourc...Gravatar twiz@google.com2012-06-22
* Refactoring in preparation for adding the picture benchmarking program.Gravatar twiz@google.com2012-06-22
* tools/pinspect: quick tool to inspeact the header (and rough validity) of 1 o...Gravatar reed@google.com2012-06-14
* Adding the render_pictures test toolGravatar junov@chromium.org2012-06-12
* fix warnings on Mac in miscellaneous filesGravatar caryclark@google.com2012-06-06
* skdiff: return nonzero exit value if there are any mismatchesGravatar epoger@google.com2012-05-31
* skdiff: internally track lists of ALL result types, not just baseMissing and ...Gravatar epoger@google.com2012-05-31
* test-only: add test coverage of skdiff over input with identical bits or pixelsGravatar epoger@google.com2012-05-30
* svndiff: report added and deleted files, not just modified filesGravatar epoger@google.com2012-05-29
* Add svndiff tool: runs skdiff over all pending changes in SVN checkoutGravatar epoger@google.com2012-05-25
* download_baselines.py : only set svn properties of files whose content has ch...Gravatar epoger@google.com2012-05-22
* Add to skdiff: test images for bitwise equality before testing for pixel-wise...Gravatar epoger@google.com2012-05-22
* Remove chromium mode from skdiff, because it is no longer actively used.Gravatar epoger@google.com2012-05-18
* skdiff test-only change: add test of --nodiffs mode, make tests validate retu...Gravatar epoger@google.com2012-05-18
* test-only change: update run.sh and rearrange dirs to ease addition of more t...Gravatar epoger@google.com2012-05-17
* test-only changes: add more image files to test more skdiff behaviorGravatar epoger@google.com2012-05-16
* skdiff: only write out diff images that are included in index.htmlGravatar epoger@google.com2012-05-16
* Make skdiff use enumeration of result types instead of separate booleans for ...Gravatar epoger@google.com2012-05-16
* Add self-test for skdiff, and remove date/time from skdiff output so it passes.Gravatar epoger@google.com2012-05-15
* Rename tests/images dir as tests/skdiffGravatar epoger@google.com2012-05-14
* Images for testing skdiff toolGravatar epoger@google.com2012-05-14
* Just use std qsortGravatar reed@google.com2012-05-07
* Add new flags to skdiffGravatar epoger@google.com2012-05-01
* Land http://codereview.appspot.com/6117046/ for Guanqun.Lu@gmail.comGravatar epoger@google.com2012-04-24
* Make download_baselines.py download *all* platforms, if none are specified.Gravatar epoger@google.com2012-04-12
* rename compare-baselines.py and download-baselines.py using underscores inste...Gravatar epoger@google.com2012-04-12
* If skdiff encounters image size mismatch, do not display diff imagesGravatar epoger@google.com2012-04-12
* landing patch from http://codereview.appspot.com/5874051/Gravatar epoger@google.com2012-03-22
* Improve default behavior of compare-baselines script.Gravatar epoger@google.com2012-02-03
* Make skdiff always generate white diffs alongside actual pixel diffsGravatar epoger@google.com2012-02-02
* Delete download-baselines-old script, we don't need it anymore.Gravatar epoger@google.com2012-02-02
* Create compare-baselines tool to compare locally generated and checked-in GMs.Gravatar epoger@google.com2012-02-02
* Change download-baselines script to download images from skia-autogen SVN repoGravatar epoger@google.com2012-01-17
* Add --add-new-files option to download-baselines.py scriptGravatar epoger@google.com2012-01-10
* Add tool that downloads gm baseline images from the bots.Gravatar epoger@google.com2011-12-29
* Make update-doxygen.sh upload docs to http://code.google.com/p/skia-autogenGravatar epoger@google.com2011-12-07
* Create update-doxygen script that generates and uploads docsGravatar epoger@google.com2011-12-06
* Make skdiff robust to image size differences: if the two image sizes differ,Gravatar tomhudson@google.com2011-11-30
* Fix more VS2010 warnings.Gravatar bsalomon@google.com2011-10-07
* Make skdiff paths work on windowsGravatar bsalomon@google.com2011-09-23
* Move SkBitmap members of the skdiff DiffRecord to pointers so that theyGravatar tomhudson@google.com2011-08-02
* Script to automatically update copyright notices in C/C++ source code.Gravatar epoger@google.com2011-07-28
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Extends skdiff to handle commands of the formGravatar tomhudson@google.com2011-07-14
* In skdiff, merge paths into the struct that holds the filename, to enableGravatar tomhudson@google.com2011-07-13
* Fix signed/unsigned mismatch in rev 1553.Gravatar tomhudson@google.com2011-06-09
* skdiff usability improvements: summary to stdout, -diff in output filenames,Gravatar tomhudson@google.com2011-06-09
* Stores index.html in the output (diff) directory rather than in the currentGravatar tomhudson@google.com2011-05-24
* New 'skdiff' tool to compare two directories full of files, write diff imagesGravatar tomhudson@google.com2011-04-27
* add png to makefile for linuxGravatar reed@android.com2010-04-15