Go to file
epoger@google.com a5f406e998 Add new flags to skdiff
New flags are:
--nodiffs: don't write out image diffs or index.html, just generate report on stdout
--match: compare files whose filenames contain this substring; if unspecified, compare ALL files
         this flag may be repeated to add more matching substrings
--nomatch: regardless of --match, DO NOT compare files whose filenames contain this substring
           this flag may be repeated to add more forbidden substrings

Also implemented the --threshold flag, which was already documented but not implemented.
Review URL: https://codereview.appspot.com/6135045

git-svn-id: http://skia.googlecode.com/svn/trunk@3806 2bbb7eff-a529-9590-31e7-b0007b416f81
2012-05-01 13:26:16 +00:00
animations first cut at a checkbox 2009-10-21 19:41:10 +00:00
bench make name lower-case, to match all other benches 2012-04-30 14:43:46 +00:00
experimental shape ops work in progress 2012-04-30 19:38:50 +00:00
forth Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
gm Fixes matrix inconsistency in GPU draws with filters. Also adds a GM test. 2012-04-25 15:52:27 +00:00
gyp Second half of refactoring to move SW path rendering to GrPathRenderer 2012-05-01 12:19:34 +00:00
include Make GrSamplerState::operator==() use GrCustomStage::isEquivalent() rather 2012-05-01 12:48:07 +00:00
samplecode Fixed minor Release & fixed point compiler warnings on Linux 2012-04-25 16:54:51 +00:00
src Second half of refactoring to move SW path rendering to GrPathRenderer 2012-05-01 12:19:34 +00:00
tests add tests for how empty regions should behave in intersects() and contains() 2012-04-30 16:28:04 +00:00
third_party Fixed minor c++ issues found by cppcheck 2012-04-27 12:54:01 +00:00
tools Add new flags to skdiff 2012-05-01 13:26:16 +00:00
DEPS Update skia's gyp to r1320. 2012-04-09 13:57:45 +00:00
Doxyfile Create update-doxygen script that generates and uploads docs 2011-12-06 14:52:38 +00:00
gyp_skia Make all gyp targets automatically include common.gypi 2012-03-16 13:52:49 +00:00
LICENSE Manually update copyright notices in files that defied the automated process 2011-07-28 14:24:55 +00:00
make.bat Manually update copyright notices in files that defied the automated process 2011-07-28 14:24:55 +00:00
make.py Make "make gyp" work on Windows 2012-03-23 18:14:25 +00:00
Makefile Stop packaging command-line Mac tools as a bundle. 2011-08-15 19:22:39 +00:00
Makefile.old Higher resolution timers for bench. 2011-06-07 19:16:02 +00:00
README whitespace commit to trigger buildbot 2011-07-15 14:11:58 +00:00
skia.gyp Some final cleanups leading up to The Official Switch to Gyp 2011-06-07 14:48:41 +00:00
whitespace.txt whitespace change to test buildbot changes in r3746 2012-04-20 20:59:29 +00:00

Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.

See full details, and build instructions, at http://code.google.com/p/skia/wiki/DocRoot