Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Issue 16284007: add skpdiff tool to compare bitmaps (Closed)

Created:
7 years, 6 months ago by Zach Reizner
Modified:
7 years, 6 months ago
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

add skpdiff tool to compare bitmaps - start framework for pluggable algorithms - implement simple number of pixels different OpenCL algo Committed: http://code.google.com/p/skia/source/detail?r=9616

Patch Set 1 #

Total comments: 36

Patch Set 2 : remove STL dependence #

Patch Set 3 : fix glint warnings #

Total comments: 6

Patch Set 4 : add commmand line opts #

Unified diffs Side-by-side diffs Delta from patch set Stats (+758 lines, -1 line) Patch
M Makefile View 1 1 chunk +2 lines, -1 line 0 comments Download
A experimental/skpdiff/SkCLImageDiffer.h View 1 2 3 1 chunk +117 lines, -0 lines 0 comments Download
A experimental/skpdiff/SkCLImageDiffer.cpp View 1 2 3 1 chunk +210 lines, -0 lines 0 comments Download
A experimental/skpdiff/SkImageDiffer.h View 1 1 chunk +70 lines, -0 lines 0 comments Download
A experimental/skpdiff/SkImageDiffer.cpp View 1 1 chunk +39 lines, -0 lines 0 comments Download
A experimental/skpdiff/diff_pixels.cl View 1 1 chunk +26 lines, -0 lines 0 comments Download
A experimental/skpdiff/main.cpp View 1 2 3 1 chunk +127 lines, -0 lines 0 comments Download
A experimental/skpdiff/skpdiff.gyp View 1 1 chunk +35 lines, -0 lines 0 comments Download
A experimental/skpdiff/skpdiff_util.h View 1 1 chunk +38 lines, -0 lines 0 comments Download
A experimental/skpdiff/skpdiff_util.cpp View 1 1 chunk +94 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Zach Reizner
This is definitely a work in progress, but I want some input on the direction ...
7 years, 6 months ago (2013-06-11 22:23:44 UTC) #1
djsollen
If you want to chat about any of my comments let me know and we ...
7 years, 6 months ago (2013-06-12 13:32:04 UTC) #2
bsalomon
I see nothing particularly problematic with the overall design. I don't know CL at all, ...
7 years, 6 months ago (2013-06-12 13:55:11 UTC) #3
Zach Reizner
https://codereview.chromium.org/16284007/diff/1/Makefile File Makefile (right): https://codereview.chromium.org/16284007/diff/1/Makefile#newcode51 Makefile:51: skpdiff On 2013/06/12 13:32:04, djsollen wrote: > remove this. ...
7 years, 6 months ago (2013-06-12 21:57:47 UTC) #4
Zach Reizner
7 years, 6 months ago (2013-06-12 22:10:27 UTC) #5
djsollen
looking good. https://codereview.chromium.org/16284007/diff/19001/Makefile File Makefile (right): https://codereview.chromium.org/16284007/diff/19001/Makefile#newcode52 Makefile:52: skpdiff alphabetical ordering https://codereview.chromium.org/16284007/diff/19001/experimental/skpdiff/SkCLImageDiffer.cpp File experimental/skpdiff/SkCLImageDiffer.cpp (right): ...
7 years, 6 months ago (2013-06-13 13:33:02 UTC) #6
Zach Reizner
7 years, 6 months ago (2013-06-14 15:02:51 UTC) #7
djsollen
lgtm
7 years, 6 months ago (2013-06-14 17:07:02 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/zachr@google.com/16284007/25001
7 years, 6 months ago (2013-06-14 17:12:37 UTC) #9
commit-bot: I haz the power
7 years, 6 months ago (2013-06-14 17:27:00 UTC) #10
Message was sent while issue was closed.
Change committed as 9616

Powered by Google App Engine
This is Rietveld 408576698