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

Issue 348153002: Add faster powf approximation for Android. (Closed)

Created:
6 years, 6 months ago by jvanverth1
Modified:
6 years, 5 months ago
Reviewers:
bungeman-skia, bsalomon
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

(Was: Add faster powf approximation for Android). Remove unnecessary gamma correction for A8 LCD -- should remove unnecessary calls to powf as well.

Patch Set 1 #

Patch Set 2 : Ignore GMs for change #

Patch Set 3 : Remove unnecessary gamma correction #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -7 lines) Patch
M expectations/gm/ignored-tests.txt View 1 2 1 chunk +89 lines, -0 lines 0 comments Download
M src/core/SkPaint.cpp View 1 2 1 chunk +4 lines, -7 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jvanverth1
6 years, 6 months ago (2014-06-24 15:24:14 UTC) #1
bungeman-skia
I think we can do way better by just caching the value in the one ...
6 years, 6 months ago (2014-06-24 16:04:46 UTC) #2
jvanverth1
6 years, 6 months ago (2014-06-25 21:17:07 UTC) #3
I've updated it to take Ben's offline comments into account. That said, when I
ran a telemetry test on my Nexus 7, I got results indicating that this was
slower than the original code, which makes no sense. I won't be able to take
another look at this until Monday, but it may be worth a try on the Moto E, to
see if it helps there.

Powered by Google App Engine
This is Rietveld 408576698