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

Issue 2283973002: Batch all circular rrects together (Closed)

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

Description

Batch all circular rrects together When possible, this change will place all circular rrect types in the same batch. If the batch is all fills, we use the fill shader, otherwise we use the stroke shader. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2283973002 Committed: https://skia.googlesource.com/skia/+/84839f6fb3d0de9088be3d53e81df195331ed1c9

Patch Set 1 #

Patch Set 2 : Include oval renderer changes #

Patch Set 3 : tweaks #

Total comments: 4

Patch Set 4 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -61 lines) Patch
M src/gpu/GrOvalRenderer.cpp View 1 2 3 12 chunks +106 lines, -61 lines 0 comments Download

Messages

Total messages: 12 (6 generated)
jvanverth1
4 years, 3 months ago (2016-08-29 15:15:34 UTC) #4
robertphillips
lgtm https://codereview.chromium.org/2283973002/diff/40001/src/gpu/GrOvalRenderer.cpp File src/gpu/GrOvalRenderer.cpp (right): https://codereview.chromium.org/2283973002/diff/40001/src/gpu/GrOvalRenderer.cpp#newcode1569 src/gpu/GrOvalRenderer.cpp:1569: const Geometry& args = fGeoData[i]; It seems a ...
4 years, 3 months ago (2016-08-29 15:43:21 UTC) #5
bsalomon
https://codereview.chromium.org/2283973002/diff/40001/src/gpu/GrOvalRenderer.cpp File src/gpu/GrOvalRenderer.cpp (right): https://codereview.chromium.org/2283973002/diff/40001/src/gpu/GrOvalRenderer.cpp#newcode1586 src/gpu/GrOvalRenderer.cpp:1586: // For fills, specifying 1/outerRadius guarantees an alpha of ...
4 years, 3 months ago (2016-08-29 15:49:43 UTC) #6
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/2283973002/60001
4 years, 3 months ago (2016-08-29 16:40:54 UTC) #9
jvanverth1
https://codereview.chromium.org/2283973002/diff/40001/src/gpu/GrOvalRenderer.cpp File src/gpu/GrOvalRenderer.cpp (right): https://codereview.chromium.org/2283973002/diff/40001/src/gpu/GrOvalRenderer.cpp#newcode1569 src/gpu/GrOvalRenderer.cpp:1569: const Geometry& args = fGeoData[i]; On 2016/08/29 15:43:21, robertphillips ...
4 years, 3 months ago (2016-08-29 16:41:08 UTC) #10
commit-bot: I haz the power
4 years, 3 months ago (2016-08-29 17:16:43 UTC) #12
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/84839f6fb3d0de9088be3d53e81df195331ed1c9

Powered by Google App Engine
This is Rietveld 408576698