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

Issue 2405813003: fix vertex alpha calculation in GrTesselator (Closed)

Created:
4 years, 2 months ago by lsalzman1
Modified:
4 years, 2 months ago
CC:
reviews_skia.org
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

fix vertex alpha calculation in GrTesselator BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2405813003 Committed: https://skia.googlesource.com/skia/+/8c8fceff4d4e8ec09f29748d77ed5510697a2995

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/gpu/GrTessellator.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (6 generated)
lsalzman1
GrTesselator incorrectly calculates: d->fColor = SkAlphaMulQ(aaParams->fColor, v->fAlpha) Note that if fColor's alpha is 255, and ...
4 years, 2 months ago (2016-10-10 22:11:17 UTC) #3
bsalomon
+Stephen
4 years, 2 months ago (2016-10-10 22:14:32 UTC) #6
Stephen White
LGTM Note that there are known issues (artifacts) with the screenspace AA tessellating path renderer, ...
4 years, 2 months ago (2016-10-11 17:45:19 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2405813003/1
4 years, 2 months ago (2016-10-11 17:59:11 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://skia.googlesource.com/skia/+/8c8fceff4d4e8ec09f29748d77ed5510697a2995
4 years, 2 months ago (2016-10-11 19:20:19 UTC) #11
lsalzman1
On 2016/10/11 17:45:19, Stephen White wrote: > LGTM > > Note that there are known ...
4 years, 2 months ago (2016-10-11 19:44:30 UTC) #12
Stephen White
4 years, 2 months ago (2016-10-11 19:45:04 UTC) #13
Message was sent while issue was closed.
On 2016/10/11 19:44:30, lsalzman1 wrote:
> On 2016/10/11 17:45:19, Stephen White wrote:
> > LGTM
> > 
> > Note that there are known issues (artifacts) with the screenspace AA
> > tessellating path renderer, which is why it's still disabled in Chrome (via
> > SK_DISABLE_SCREENSPACE_TESS_AA_PATH_RENDERER). You may want to do the same
for
> > now.
> 
> Noted. I will disable this in Firefox configs as well for now. We can revisit
> whether to turn it back on in later updates, I guess. But hey, at least I
found
> a bug. :)

Indeed! Thanks for the fix.

Powered by Google App Engine
This is Rietveld 408576698