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

Issue 1418473004: Allow max tile size to be overridden separately from max texture size. (Closed)

Created:
5 years, 1 month ago by bsalomon
Modified:
5 years, 1 month ago
Reviewers:
robertphillips
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Allow max tile size to be overridden separately from max texture size. This allows internal Gr texture creation code to succeed for extraneous textures while running the bleed GM. This means we can turn on the shader variants. Committed: https://skia.googlesource.com/skia/+/8c07b7ab53b93b39015a409a4e0a9174feb6a4c3

Patch Set 1 #

Total comments: 6

Patch Set 2 : fix comment spelling #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -12 lines) Patch
M gm/bleed.cpp View 4 chunks +3 lines, -5 lines 0 comments Download
M include/gpu/GrCaps.h View 2 chunks +4 lines, -0 lines 0 comments Download
M include/gpu/GrContextOptions.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M src/gpu/GrCaps.cpp View 1 chunk +6 lines, -0 lines 0 comments Download
M src/gpu/SkGpuDevice.cpp View 4 chunks +7 lines, -7 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 12 (5 generated)
bsalomon
5 years, 1 month ago (2015-11-02 18:22:59 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1418473004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1418473004/1
5 years, 1 month ago (2015-11-02 18:23:10 UTC) #4
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
5 years, 1 month ago (2015-11-02 18:23:11 UTC) #5
robertphillips
lgtm + questions & a typo https://codereview.chromium.org/1418473004/diff/1/include/gpu/GrCaps.h File include/gpu/GrCaps.h (right): https://codereview.chromium.org/1418473004/diff/1/include/gpu/GrCaps.h#newcode191 include/gpu/GrCaps.h:191: int maxTextureSize() const ...
5 years, 1 month ago (2015-11-02 18:37:57 UTC) #7
bsalomon
https://codereview.chromium.org/1418473004/diff/1/include/gpu/GrCaps.h File include/gpu/GrCaps.h (right): https://codereview.chromium.org/1418473004/diff/1/include/gpu/GrCaps.h#newcode191 include/gpu/GrCaps.h:191: int maxTextureSize() const { return fMaxTextureSize; } On 2015/11/02 ...
5 years, 1 month ago (2015-11-02 19:06:49 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1418473004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1418473004/20001
5 years, 1 month ago (2015-11-02 19:21:49 UTC) #11
commit-bot: I haz the power
5 years, 1 month ago (2015-11-02 19:36:54 UTC) #12
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/8c07b7ab53b93b39015a409a4e0a9174feb6a4c3

Powered by Google App Engine
This is Rietveld 408576698