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

Issue 1108013002: Make Skia for Android libjpeg use ashmem (Closed)

Created:
5 years, 8 months ago by msarett
Modified:
5 years, 6 months ago
Reviewers:
scroggo, djsollen
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@jpeg-scanline
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Make Skia for Android libjpeg use ashmem BUG=skia:1282 Committed: https://skia.googlesource.com/skia/+/a3a8eb6f630c5e163ce45503b970ea993737780d

Patch Set 1 #

Total comments: 9

Patch Set 2 : Created a ashmem directory #

Patch Set 3 : Moving README and LICENSE up one dir #

Unified diffs Side-by-side diffs Delta from patch set Stats (+376 lines, -1 line) Patch
M platform_tools/android/gyp/dependencies.gypi View 1 4 chunks +18 lines, -1 line 0 comments Download
A platform_tools/android/third_party/ashmem/LICENSE View 1 2 1 chunk +202 lines, -0 lines 0 comments Download
A platform_tools/android/third_party/ashmem/README.skia View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
A platform_tools/android/third_party/ashmem/cutils/ashmem.h View 1 1 chunk +46 lines, -0 lines 0 comments Download
A platform_tools/android/third_party/ashmem/cutils/ashmem-dev.c View 1 1 chunk +100 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
msarett
Jpeg tests are passing using ashmem. If this looks good and we land it, I ...
5 years, 8 months ago (2015-04-27 16:01:57 UTC) #2
djsollen
https://codereview.chromium.org/1108013002/diff/1/platform_tools/android/gyp/dependencies.gypi File platform_tools/android/gyp/dependencies.gypi (right): https://codereview.chromium.org/1108013002/diff/1/platform_tools/android/gyp/dependencies.gypi#newcode41 platform_tools/android/gyp/dependencies.gypi:41: '../third_party/cutils/ashmem.h', let's put this code into... ../third_party/ashmem/cutils/ashmem.h so that ...
5 years, 8 months ago (2015-04-27 17:12:25 UTC) #3
msarett
https://codereview.chromium.org/1108013002/diff/1/platform_tools/android/gyp/dependencies.gypi File platform_tools/android/gyp/dependencies.gypi (right): https://codereview.chromium.org/1108013002/diff/1/platform_tools/android/gyp/dependencies.gypi#newcode41 platform_tools/android/gyp/dependencies.gypi:41: '../third_party/cutils/ashmem.h', On 2015/04/27 17:12:25, djsollen wrote: > let's put ...
5 years, 8 months ago (2015-04-27 17:32:49 UTC) #5
djsollen
lgtm pending moving the license and README into the ashmem dir.
5 years, 8 months ago (2015-04-27 17:36:05 UTC) #6
msarett
5 years, 8 months ago (2015-04-27 17:38:30 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1108013002/60001
5 years, 8 months ago (2015-04-27 17:40:23 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:60001) as https://skia.googlesource.com/skia/+/a3a8eb6f630c5e163ce45503b970ea993737780d
5 years, 8 months ago (2015-04-27 17:57:27 UTC) #11
msarett
Given that we made the choice to move to jmemnobs.c this change no longer makes ...
5 years, 6 months ago (2015-06-11 17:19:42 UTC) #12
scroggo
5 years, 6 months ago (2015-06-11 17:40:17 UTC) #13
On 2015/06/11 17:19:42, msarett wrote:
> Given that we made the choice to move to jmemnobs.c this change no longer
makes
> sense.
> 
> If we revert, however, we will be back to using jmem-android.c and skia bug
1282
> will be reintroduced.
> 
> I think it's appropriate to wait on this until we update to Android's version
of
> libjpeg (hopefully turbo) that uses jmemnobs.c.
>
 
sgtm.

Powered by Google App Engine
This is Rietveld 408576698