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

Issue 593443002: Proposed fix for small bug in gpu conical gradients (Closed)

Created:
6 years, 3 months ago by joshua.litt
Modified:
6 years, 3 months ago
CC:
reviews_skia.org, Stephen White
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Proposed fix for small bug in gpu conical gradients BUG=skia: Committed: https://skia.googlesource.com/skia/+/0125847c165d59c0efcbf9ab81e6b51715829afd

Patch Set 1 #

Total comments: 1

Patch Set 2 : feedback inc #

Total comments: 2

Patch Set 3 : feedback inc #

Patch Set 4 : feedback inc #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -8 lines) Patch
M src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp View 1 2 3 4 7 chunks +26 lines, -8 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
joshua.litt
I highly doubt this is the right way to fix this bug, but I figured ...
6 years, 3 months ago (2014-09-20 19:30:01 UTC) #2
Stephen White
+bsalomon, +egdaniel I'm not really the right person to review this -- I wrote the ...
6 years, 3 months ago (2014-09-21 21:20:25 UTC) #5
egdaniel
https://codereview.chromium.org/593443002/diff/1/src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp File src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp (right): https://codereview.chromium.org/593443002/diff/1/src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp#newcode788 src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp:788: if (SkScalarAbs(SkScalarAbs(shader.getDiffRadius()) - shader.getCenterX1()) < can we do "SkScalarAbs(||centerEndTrans|| ...
6 years, 3 months ago (2014-09-22 13:59:35 UTC) #6
joshua.litt
feedback incorporated
6 years, 3 months ago (2014-09-22 14:24:00 UTC) #7
egdaniel
https://codereview.chromium.org/593443002/diff/20001/src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp File src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp (right): https://codereview.chromium.org/593443002/diff/20001/src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp#newcode920 src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp:920: radius2 = radius1 + diffLen + increase; radius2 = ...
6 years, 3 months ago (2014-09-22 14:57:02 UTC) #8
joshua.litt
feedback incorporated
6 years, 3 months ago (2014-09-22 15:19:56 UTC) #9
egdaniel
lgtm
6 years, 3 months ago (2014-09-22 15:20:31 UTC) #10
joshua.litt
feedback inc
6 years, 3 months ago (2014-09-22 16:32:54 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/593443002/80001
6 years, 3 months ago (2014-09-22 17:22:28 UTC) #13
commit-bot: I haz the power
6 years, 3 months ago (2014-09-22 17:29:36 UTC) #14
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as 0125847c165d59c0efcbf9ab81e6b51715829afd

Powered by Google App Engine
This is Rietveld 408576698