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

Issue 13925015: Disable GPU acceleration for narrow ovals (Closed)

Created:
7 years, 8 months ago by jvanverth1
Modified:
7 years, 8 months ago
Reviewers:
bsalomon
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Disable GPU acceleration for narrow ovals. GPU anti-aliasing is currently not correct for ellipses where the ratio of long axis length to short axis length is greater than 2 (see https://code.google.com/p/skia/issues/detail?id=1249). This disables the GPU path for those cases.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -7 lines) Patch
M include/gpu/GrOvalRenderer.h View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrOvalRenderer.cpp View 6 chunks +11 lines, -6 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jvanverth1
7 years, 8 months ago (2013-04-15 21:25:07 UTC) #1
bsalomon
lgtm
7 years, 8 months ago (2013-04-15 21:28:04 UTC) #2
jvanverth1
7 years, 8 months ago (2013-04-16 13:24:45 UTC) #3
Message was sent while issue was closed.
Committed as r8694.

Powered by Google App Engine
This is Rietveld 408576698