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

Issue 1675833002: Switch to vertex colors rather than uniforms for color in Ellipse/Circle/RRect/DRRect (Closed)

Created:
4 years, 10 months ago by Brian Osman
Modified:
4 years, 10 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Switch to vertex colors rather than uniforms for color in Ellipse/Circle/RRect/DRRect [Notes:] - Performance delta on desktop looked like noise. I'm curious what the results will be on low-end mobile GPUs. I'm still trying to figure out how I determine that with perf, etc... - There appeared to be a single one-pixel image diff while running dm, if I'm understanding the results of skdiff correctly, so that's probably good news? - Should I include anyone else on the review? BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1675833002 Committed: https://skia.googlesource.com/skia/+/bb2ff94e223014403f775c3532a25cc25b00c949

Patch Set 1 #

Patch Set 2 : Remove unused variable to fix compile errors. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -65 lines) Patch
M src/gpu/GrOvalRenderer.cpp View 1 38 chunks +45 lines, -65 lines 0 comments Download

Messages

Total messages: 18 (9 generated)
Brian Osman
This is the 'write the code' half of this task (and some correctness testing). Still ...
4 years, 10 months ago (2016-02-05 22:23:10 UTC) #4
joshualitt
On 2016/02/05 22:23:10, Brian Osman wrote: > This is the 'write the code' half of ...
4 years, 10 months ago (2016-02-06 13:20:26 UTC) #5
bsalomon
lgtm, let's see if we can get Chris to land his shapes benchmark.
4 years, 10 months ago (2016-02-08 14:43:10 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1675833002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1675833002/1
4 years, 10 months ago (2016-02-11 21:29:23 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: Build-Mac-Clang-x86_64-Release-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Mac-Clang-x86_64-Release-Trybot/builds/209) Build-Ubuntu-Clang-x86_64-Debug-Trybot on client.skia.compile (JOB_FAILED, ...
4 years, 10 months ago (2016-02-11 21:30:37 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1675833002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1675833002/40001
4 years, 10 months ago (2016-02-11 21:45:09 UTC) #14
commit-bot: I haz the power
Committed patchset #2 (id:40001) as https://skia.googlesource.com/skia/+/bb2ff94e223014403f775c3532a25cc25b00c949
4 years, 10 months ago (2016-02-11 22:15:21 UTC) #16
jcgregorio
On 2016/02/11 at 22:15:21, commit-bot wrote: > Committed patchset #2 (id:40001) as https://skia.googlesource.com/skia/+/bb2ff94e223014403f775c3532a25cc25b00c949 This looks ...
4 years, 10 months ago (2016-02-17 19:54:07 UTC) #17
jcgregorio
4 years, 10 months ago (2016-02-17 20:31:36 UTC) #18
Message was sent while issue was closed.
On 2016/02/17 at 19:54:07, jcgregorio wrote:
> On 2016/02/11 at 22:15:21, commit-bot wrote:
> > Committed patchset #2 (id:40001) as
https://skia.googlesource.com/skia/+/bb2ff94e223014403f775c3532a25cc25b00c949
> 
> This looks like it caused a significant regression on the TegraX1 and a decent
regression on other Android platforms:
> 
>   https://perf.skia.org/#4886
>   https://perf.skia.org/#4888
> 
>   https://screenshot.googleplex.com/RfTdqEjJEGA
>   https://screenshot.googleplex.com/aRaKoiVAnFV
> 
> I'm not sure why Perf didn't alert on this, which I will check separately.

As Joshua pointed out to me, we only do clustering on SKPs, not on bench
results.
When looking at SKPs there aren't any obvious regressions, so feel free to
ignore the above.

Powered by Google App Engine
This is Rietveld 408576698