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

Issue 197803002: stub for ganesh veto (Closed)

Created:
6 years, 9 months ago by humper
Modified:
6 years, 9 months ago
Reviewers:
nduca, bsalomon
CC:
skia-review_googlegroups.com, ernstm, alokp1
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

stub for ganesh veto BUG=skia: Committed: http://code.google.com/p/skia/source/detail?r=13866

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add GrContext argument to the veto interface #

Patch Set 3 : rebase #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -0 lines) Patch
M include/core/SkPicture.h View 1 2 2 chunks +11 lines, -0 lines 0 comments Download
M src/core/SkPicture.cpp View 1 2 2 chunks +9 lines, -0 lines 1 comment Download

Messages

Total messages: 16 (0 generated)
humper
Stub so we can agree on the API call and the Chrome side can plumb ...
6 years, 9 months ago (2014-03-12 17:24:29 UTC) #1
nduca
https://codereview.chromium.org/197803002/diff/1/include/core/SkPicture.h File include/core/SkPicture.h (right): https://codereview.chromium.org/197803002/diff/1/include/core/SkPicture.h#newcode233 include/core/SkPicture.h:233: bool suitableForGpuRasterization() const; does this need to know the ...
6 years, 9 months ago (2014-03-12 17:36:15 UTC) #2
bsalomon
https://codereview.chromium.org/197803002/diff/1/include/core/SkPicture.h File include/core/SkPicture.h (right): https://codereview.chromium.org/197803002/diff/1/include/core/SkPicture.h#newcode233 include/core/SkPicture.h:233: bool suitableForGpuRasterization() const; On 2014/03/12 17:36:15, nduca wrote: > ...
6 years, 9 months ago (2014-03-12 17:43:22 UTC) #3
humper
On 2014/03/12 17:43:22, bsalomon wrote: > https://codereview.chromium.org/197803002/diff/1/include/core/SkPicture.h > File include/core/SkPicture.h (right): > > https://codereview.chromium.org/197803002/diff/1/include/core/SkPicture.h#newcode233 > ...
6 years, 9 months ago (2014-03-12 17:52:04 UTC) #4
bsalomon
lgtm. I wonder if we will wind up requiring the playback matrix or clip, but ...
6 years, 9 months ago (2014-03-12 20:51:09 UTC) #5
nduca
Key thing for you brian: this is going to get called in a critical path ...
6 years, 9 months ago (2014-03-12 21:07:53 UTC) #6
nduca
I tend to agree with the approach you suggest Greg --- construction is normal, and ...
6 years, 9 months ago (2014-03-12 22:54:31 UTC) #7
bsalomon
On 2014/03/12 21:07:53, nduca wrote: > Key thing for you brian: this is going to ...
6 years, 9 months ago (2014-03-13 12:35:39 UTC) #8
humper
The CQ bit was checked by humper@google.com
6 years, 9 months ago (2014-03-19 16:03:46 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/humper@google.com/197803002/10001
6 years, 9 months ago (2014-03-19 16:03:53 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-19 16:08:04 UTC) #11
commit-bot: I haz the power
Retried try job too often on Build-Ubuntu12-GCC-x86_64-Release-Trybot for step(s) BuildBench, BuildEverything, BuildGm, BuildSkiaLib, BuildTests, BuildTools ...
6 years, 9 months ago (2014-03-19 16:08:05 UTC) #12
humper
The CQ bit was checked by humper@google.com
6 years, 9 months ago (2014-03-19 20:55:44 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/humper@google.com/197803002/30001
6 years, 9 months ago (2014-03-19 20:55:46 UTC) #14
commit-bot: I haz the power
Change committed as 13866
6 years, 9 months ago (2014-03-19 21:24:28 UTC) #15
bungeman-skia
6 years, 9 months ago (2014-03-19 22:03:21 UTC) #16
Message was sent while issue was closed.
https://codereview.chromium.org/197803002/diff/30001/src/core/SkPicture.cpp
File src/core/SkPicture.cpp (right):

https://codereview.chromium.org/197803002/diff/30001/src/core/SkPicture.cpp#n...
src/core/SkPicture.cpp:454: bool
SkPicture::suitableForGpuRasterization(GrContext* context) const {
This impl also needs to be in #if SK_SUPPORT_GPU

Powered by Google App Engine
This is Rietveld 408576698