Age | Commit message (Collapse) | Author |
|
Test: Covered by existing tests.
This is the same version we will use in Chromium:
https://chromium-review.googlesource.com/c/chromium/src/+/704209
https://github.com/glennrp/libpng/commit/edef058e180be435afd8feebb742a22360a7fa3f
(included in this revision) moved the SSE opts directly into the main
libpng source, so contrib/intel/intel_sse.patch is no longer necessary,
as its changes are already included.
Adds *all* code, rather than selecting just the code we use.
Other changes:
- README.android:
- Update version
- Android.mk -> Android.bp
- Remove no longer relevant comment about applying the intel patch
- Remove comment about deleting unused files
- README.version:
- Update version and source link
Change-Id: Ib24cfcfec3e2f63eed8b3b9f0920b1018b30dd64
|
|
This reverts commit 3586ba4f3287ed6a9e6e15b01b717e2cf1bd8647.
https://b.corp.google.com/u/1/issues/33057876
Change-Id: I2c0ea5e3feba74f70009d6ccda4e43b32a17b832
|
|
This release contains many minor and important fixes.
Libpng 1.6.26 released on October 20, 2016
Change-Id: If647f42a1fb4d7022286010d262d289dac4030df
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
|
|
Includes SSE filter optimizations that will reduce decode runtime
by about 30% on Intel CPUs.
BUG:27264258
Change-Id: Ia7b9aeaddb43381c71e40607b5ccb40ebd3f5a31
|
|
Removes all Android modifications, including
SK_PNG_INDEX_SUPPORTED (for subset decoding).
BUG:23265085
BUG:25424175
Change-Id: Iaa4f6cc9fc6db8e4b46a83211363adfcbf07b589
|
|
Change-Id: I76e81e7fd267d15991cd342c5caeb2fe77964ebf
|
|
(cherry picked from commit ca2bf81b02c99afa2e76b3b2c6eb232c239221e0)
Change-Id: I313493fa630be9812e503ae24820b2923ed717f3
|