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

Issue 825443002: Add conic support to Default and AAConvex path redender. (Closed)

Created:
6 years ago by egdaniel
Modified:
5 years, 11 months ago
Reviewers:
bsalomon, reed1
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@conics
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Add conic support to Default and AAConvex path redender. This is achieved but chopping up conics into quads. With this change conics should be ready to be used on the gpu side of things BUG=skia:3258 Committed: https://skia.googlesource.com/skia/+/af18a09d13611526c4217656c98947f9067cb07a

Patch Set 1 #

Total comments: 9

Patch Set 2 : Address reviewer comments #

Patch Set 3 : #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -20 lines) Patch
M src/gpu/GrAAConvexPathRenderer.cpp View 1 2 3 2 chunks +13 lines, -0 lines 0 comments Download
M src/gpu/GrDefaultPathRenderer.cpp View 1 2 3 5 chunks +35 lines, -20 lines 0 comments Download
M src/gpu/GrPathUtils.cpp View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
egdaniel
6 years ago (2014-12-22 18:30:25 UTC) #2
bsalomon
lgtm
6 years ago (2014-12-22 20:02:55 UTC) #3
reed1
woot! go conics! https://codereview.chromium.org/825443002/diff/1/src/gpu/GrAAConvexPathRenderer.cpp File src/gpu/GrAAConvexPathRenderer.cpp (right): https://codereview.chromium.org/825443002/diff/1/src/gpu/GrAAConvexPathRenderer.cpp#newcode317 src/gpu/GrAAConvexPathRenderer.cpp:317: add_quad_segment(quadPts + 2*i, segments, devBounds); update_degenerate_test ...
6 years ago (2014-12-22 20:04:09 UTC) #4
egdaniel
https://codereview.chromium.org/825443002/diff/1/src/gpu/GrAAConvexPathRenderer.cpp File src/gpu/GrAAConvexPathRenderer.cpp (right): https://codereview.chromium.org/825443002/diff/1/src/gpu/GrAAConvexPathRenderer.cpp#newcode317 src/gpu/GrAAConvexPathRenderer.cpp:317: add_quad_segment(quadPts + 2*i, segments, devBounds); On 2014/12/22 20:04:09, reed1 ...
6 years ago (2014-12-22 21:37:13 UTC) #5
bsalomon
https://codereview.chromium.org/825443002/diff/1/src/gpu/GrDefaultPathRenderer.cpp File src/gpu/GrDefaultPathRenderer.cpp (right): https://codereview.chromium.org/825443002/diff/1/src/gpu/GrDefaultPathRenderer.cpp#newcode266 src/gpu/GrDefaultPathRenderer.cpp:266: uint16_t firstQPtIdx = (uint16_t)(vert - base) - 1; On ...
6 years ago (2014-12-22 22:10:31 UTC) #6
egdaniel
post holiday ping
5 years, 11 months ago (2015-01-05 14:04:15 UTC) #7
reed1
created https://code.google.com/p/skia/issues/detail?id=3281 lgtm
5 years, 11 months ago (2015-01-05 16:24:53 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/825443002/60001
5 years, 11 months ago (2015-01-05 18:13:20 UTC) #10
commit-bot: I haz the power
5 years, 11 months ago (2015-01-05 18:22:32 UTC) #11
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/af18a09d13611526c4217656c98947f9067cb07a

Powered by Google App Engine
This is Rietveld 408576698