skia2/tools/skpdiff
2015-08-27 07:41:16 -07:00
..
diff_viewer.js
generate_pmetric_tables.py
README
SkCLImageDiffer.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkCLImageDiffer.h C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} 2015-03-25 18:17:32 -07:00
SkDiffContext.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkDiffContext.h Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. 2015-07-07 12:21:22 -07:00
SkDifferentPixelsMetric_cpu.cpp Remove include of stdlib.h from SkTypes.h. 2015-08-26 05:15:46 -07:00
SkDifferentPixelsMetric_opencl.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkDifferentPixelsMetric.h C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} 2015-03-25 18:17:32 -07:00
SkImageDiffer.cpp
SkImageDiffer.h
skpdiff_main.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
skpdiff_server.py
skpdiff_util.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
skpdiff_util.h
SkPMetric.cpp Style Change: SkNEW->new; SkDELETE->delete 2015-08-26 13:07:49 -07:00
SkPMetric.h C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} 2015-03-25 18:17:32 -07:00
SkPMetricUtil_generated.h
viewer_style.css
viewer.html

Some example invocations:

Note how the asterisks are not expanded inside the shell because of the quotes

out/Debug/skpdiff -p \
                  "/usr/local/google/home/zachr/Downloads/gm/*_8888.png" \
                  "/usr/local/google/home/zachr/Downloads/gm/*_gpu.png"


out/Debug/skpdiff --differs different_pixels -f \
                  "/usr/local/google/home/zachr/Downloads/diffs/baseline" \
                  "/usr/local/google/home/zachr/Downloads/diffs/test"