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

Issue 1101513004: SkPictureShader: scale down if width or height is larger than maxTextureSize (Closed)

Created:
5 years, 8 months ago by gen.kim
Modified:
5 years, 7 months ago
CC:
reviews_skia.org, vmiura, hendrikw, mtklein
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

SkPictureShader: scale down if width or height is larger than maxTextureSize Grdient renders black because of failure onCreateTexture if one of width or height is larger than maxTextureSize with --force-gpu-rasterization. BUG=chromium:473166 Committed: https://skia.googlesource.com/skia/+/b9ed8845783ec3c59b2b185d26801f251adbf68d

Patch Set 1 #

Patch Set 2 : PTAL #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -3 lines) Patch
M src/core/SkPictureShader.h View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkPictureShader.cpp View 1 2 3 chunks +18 lines, -2 lines 0 comments Download

Messages

Total messages: 18 (8 generated)
gen.kim
5 years, 8 months ago (2015-04-24 05:01:44 UTC) #1
gen.kim
5 years, 8 months ago (2015-04-27 02:27:22 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1101513004/20001
5 years, 8 months ago (2015-04-28 02:07:18 UTC) #7
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
5 years, 8 months ago (2015-04-28 02:07:19 UTC) #8
bsalomon
This seems ok to me, but Florin should look. It'd be great to address the ...
5 years, 7 months ago (2015-04-30 12:53:15 UTC) #11
f(malita)
LGTM On 2015/04/30 12:53:15, bsalomon wrote: > This seems ok to me, but Florin should ...
5 years, 7 months ago (2015-04-30 13:08:10 UTC) #12
bsalomon
On 2015/04/30 13:08:10, f(malita) wrote: > LGTM > > On 2015/04/30 12:53:15, bsalomon wrote: > ...
5 years, 7 months ago (2015-04-30 13:38:08 UTC) #13
gen.kim
https://codereview.chromium.org/1101513004/diff/20001/src/core/SkPictureShader.cpp File src/core/SkPictureShader.cpp (right): https://codereview.chromium.org/1101513004/diff/20001/src/core/SkPictureShader.cpp#newcode315 src/core/SkPictureShader.cpp:315: if (context) On 2015/04/30 12:53:15, bsalomon wrote: > small ...
5 years, 7 months ago (2015-05-04 04:02:45 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1101513004/40001
5 years, 7 months ago (2015-05-04 05:32:56 UTC) #17
commit-bot: I haz the power
5 years, 7 months ago (2015-05-04 05:36:37 UTC) #18
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/b9ed8845783ec3c59b2b185d26801f251adbf68d

Powered by Google App Engine
This is Rietveld 408576698