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

Issue 259663004: gpuveto tool (Closed)

Created:
6 years, 8 months ago by robertphillips
Modified:
6 years, 7 months ago
Reviewers:
bsalomon, rmistry
CC:
skia-team_googlegroups.com
Visibility:
Public.

Description

gpuveto tool This CL adds a command line tool to report the suitableForGpuRasterization status of a single skp file. Committed: http://code.google.com/p/skia/source/detail?r=14393

Patch Set 1 #

Total comments: 2

Patch Set 2 : Make sure this will compile for GPU-less builds #

Patch Set 3 : Standardize return codes #

Patch Set 4 : added comment #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -1 line) Patch
M gyp/tools.gyp View 1 2 chunks +19 lines, -1 line 0 comments Download
A tools/gpuveto.cpp View 1 2 3 1 chunk +78 lines, -0 lines 2 comments Download

Messages

Total messages: 10 (0 generated)
robertphillips
6 years, 8 months ago (2014-04-24 21:46:53 UTC) #1
bsalomon
https://codereview.chromium.org/259663004/diff/1/tools/gpuveto.cpp File tools/gpuveto.cpp (right): https://codereview.chromium.org/259663004/diff/1/tools/gpuveto.cpp#newcode59 tools/gpuveto.cpp:59: return recorded->suitableForGpuRasterization(NULL) ? kSuitable : kUnsuitable; Should the tool ...
6 years, 8 months ago (2014-04-25 13:54:43 UTC) #2
robertphillips
Adding Ravi to see if he has an opinion about the return code.
6 years, 8 months ago (2014-04-25 16:20:21 UTC) #3
rmistry
https://codereview.chromium.org/259663004/diff/1/tools/gpuveto.cpp File tools/gpuveto.cpp (right): https://codereview.chromium.org/259663004/diff/1/tools/gpuveto.cpp#newcode59 tools/gpuveto.cpp:59: return recorded->suitableForGpuRasterization(NULL) ? kSuitable : kUnsuitable; On 2014/04/25 13:54:43, ...
6 years, 8 months ago (2014-04-25 16:22:19 UTC) #4
bsalomon
On 2014/04/25 16:22:19, rmistry wrote: > https://codereview.chromium.org/259663004/diff/1/tools/gpuveto.cpp > File tools/gpuveto.cpp (right): > > https://codereview.chromium.org/259663004/diff/1/tools/gpuveto.cpp#newcode59 > ...
6 years, 8 months ago (2014-04-25 16:42:18 UTC) #5
robertphillips
The CQ bit was checked by robertphillips@google.com
6 years, 8 months ago (2014-04-25 17:08:26 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/robertphillips@google.com/259663004/50001
6 years, 8 months ago (2014-04-25 17:09:05 UTC) #7
bsalomon
https://codereview.chromium.org/259663004/diff/50001/tools/gpuveto.cpp File tools/gpuveto.cpp (right): https://codereview.chromium.org/259663004/diff/50001/tools/gpuveto.cpp#newcode61 tools/gpuveto.cpp:61: if (recorded->suitableForGpuRasterization(NULL)) { don't we need to pass a ...
6 years, 8 months ago (2014-04-25 19:41:30 UTC) #8
robertphillips
https://codereview.chromium.org/259663004/diff/50001/tools/gpuveto.cpp File tools/gpuveto.cpp (right): https://codereview.chromium.org/259663004/diff/50001/tools/gpuveto.cpp#newcode61 tools/gpuveto.cpp:61: if (recorded->suitableForGpuRasterization(NULL)) { Right - this is just the ...
6 years, 8 months ago (2014-04-25 21:05:07 UTC) #9
commit-bot: I haz the power
6 years, 7 months ago (2014-04-28 13:19:37 UTC) #10
Message was sent while issue was closed.
Change committed as 14393

Powered by Google App Engine
This is Rietveld 408576698