|
|
Created:
4 years, 3 months ago by robertphillips Modified:
4 years, 3 months ago CC:
reviews_skia.org Target Ref:
refs/heads/master Project:
skia Visibility:
Public. |
DescriptionFix color bug in SkRRectsGaussianEdgeShader
Due to the code at the end of emitCode this shader was darker than the SkGaussianEdgeShader on Android.
This CL also removes the unused "pad" parameter.
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2344963002
NOTREECHECKS=true
TBR=bsalomon@google.com
Committed: https://skia.googlesource.com/skia/+/ec895345e51e439715f275cc95534d8cc3b1b3e0
Patch Set 1 #Patch Set 2 : Clean up #Patch Set 3 : Fix #
Total comments: 3
Patch Set 4 : Add new constant to GM #
Messages
Total messages: 30 (23 generated)
Description was changed from ========== Fix color bug in SkRRectsGaussianEdgeShader ========== to ========== Fix color bug in SkRRectsGaussianEdgeShader GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2344963002 ==========
Description was changed from ========== Fix color bug in SkRRectsGaussianEdgeShader GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2344963002 ========== to ========== Fix color bug in SkRRectsGaussianEdgeShader Due to the code at the end of emitCode this shader was darker than on Android. This CL also removes the unused "pad" parameter. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2344963002 ==========
robertphillips@google.com changed reviewers: + jvanverth@google.com
Description was changed from ========== Fix color bug in SkRRectsGaussianEdgeShader Due to the code at the end of emitCode this shader was darker than on Android. This CL also removes the unused "pad" parameter. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2344963002 ========== to ========== Fix color bug in SkRRectsGaussianEdgeShader Due to the code at the end of emitCode this shader was darker than the SkGaussianEdgeShader on Android. This CL also removes the unused "pad" parameter. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2344963002 ==========
The CQ bit was checked by robertphillips@google.com to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was checked by robertphillips@google.com to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
robertphillips@google.com changed reviewers: + bsalomon@google.com
lgtm + request https://codereview.chromium.org/2344963002/diff/40001/gm/reveal.cpp File gm/reveal.cpp (right): https://codereview.chromium.org/2344963002/diff/40001/gm/reveal.cpp#newcode384 gm/reveal.cpp:384: paint.setShader(SkRRectsGaussianEdgeShader::Make(clipRR, drawnRR, kPad)); Can this be named something other than kPad? It's a little confusing in this context.
https://codereview.chromium.org/2344963002/diff/40001/gm/reveal.cpp File gm/reveal.cpp (right): https://codereview.chromium.org/2344963002/diff/40001/gm/reveal.cpp#newcode384 gm/reveal.cpp:384: paint.setShader(SkRRectsGaussianEdgeShader::Make(clipRR, drawnRR, kPad)); On 2016/09/15 19:52:09, jvanverth1 wrote: > Can this be named something other than kPad? It's a little confusing in this > context. Done. https://codereview.chromium.org/2344963002/diff/40001/gm/reveal.cpp#newcode384 gm/reveal.cpp:384: paint.setShader(SkRRectsGaussianEdgeShader::Make(clipRR, drawnRR, kPad)); On 2016/09/15 19:52:09, jvanverth1 wrote: > Can this be named something other than kPad? It's a little confusing in this > context. Done.
The CQ bit was checked by robertphillips@google.com to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Description was changed from ========== Fix color bug in SkRRectsGaussianEdgeShader Due to the code at the end of emitCode this shader was darker than the SkGaussianEdgeShader on Android. This CL also removes the unused "pad" parameter. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2344963002 ========== to ========== Fix color bug in SkRRectsGaussianEdgeShader Due to the code at the end of emitCode this shader was darker than the SkGaussianEdgeShader on Android. This CL also removes the unused "pad" parameter. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2344963002 NOTREECHECKS=true ==========
Description was changed from ========== Fix color bug in SkRRectsGaussianEdgeShader Due to the code at the end of emitCode this shader was darker than the SkGaussianEdgeShader on Android. This CL also removes the unused "pad" parameter. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2344963002 NOTREECHECKS=true ========== to ========== Fix color bug in SkRRectsGaussianEdgeShader Due to the code at the end of emitCode this shader was darker than the SkGaussianEdgeShader on Android. This CL also removes the unused "pad" parameter. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2344963002 NOTREECHECKS=true TBR=bsalomon@google.com ==========
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by robertphillips@google.com
The patchset sent to the CQ was uploaded after l-g-t-m from jvanverth@google.com Link to the patchset: https://codereview.chromium.org/2344963002/#ps60001 (title: "Add new constant to GM")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: skia_presubmit-Trybot on master.client.skia.fyi (JOB_FAILED, http://build.chromium.org/p/client.skia.fyi/builders/skia_presubmit-Trybot/bu...)
Description was changed from ========== Fix color bug in SkRRectsGaussianEdgeShader Due to the code at the end of emitCode this shader was darker than the SkGaussianEdgeShader on Android. This CL also removes the unused "pad" parameter. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2344963002 NOTREECHECKS=true ========== to ========== Fix color bug in SkRRectsGaussianEdgeShader Due to the code at the end of emitCode this shader was darker than the SkGaussianEdgeShader on Android. This CL also removes the unused "pad" parameter. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2344963002 NOTREECHECKS=true TBR=bsalomon@google.com ==========
The CQ bit was checked by robertphillips@google.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== Fix color bug in SkRRectsGaussianEdgeShader Due to the code at the end of emitCode this shader was darker than the SkGaussianEdgeShader on Android. This CL also removes the unused "pad" parameter. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2344963002 NOTREECHECKS=true TBR=bsalomon@google.com ========== to ========== Fix color bug in SkRRectsGaussianEdgeShader Due to the code at the end of emitCode this shader was darker than the SkGaussianEdgeShader on Android. This CL also removes the unused "pad" parameter. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2344963002 NOTREECHECKS=true TBR=bsalomon@google.com Committed: https://skia.googlesource.com/skia/+/ec895345e51e439715f275cc95534d8cc3b1b3e0 ==========
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as https://skia.googlesource.com/skia/+/ec895345e51e439715f275cc95534d8cc3b1b3e0 |