History log of /external/libpng/contrib/intel/intel_init.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7a055fdaacbcb54d3606638017fb3381f05d96ac 01-Oct-2016 Alex Naidis <alex.naidis@linux.com> libpng: Upgrade to 1.6.25

The changes from 1.6.22 (beta) to
1.6.25 (final) include many general fixes,
fixes for memory leak issues and optimizations
in order to improve performance.
Also upstream added support for the MIPS
platform.

Support for Intel SSE isn't built in any more.
For support a patch in contrib/intel/intel_sse.patch
has to be applied. This patch additionally
documents this in README.android as an Android
specific addition.

The patch for Intel SSE support
from upstream applied cleanly.

Libpng 1.6.25 released on September 1, 2016.

Test: built for ARM and checked whether NEON optimizations were compiled
built for x86/x86_64 and checked whether SSE optimizations were compiled

Change-Id: If647f42a1fb4d7022286010d262d287dac4030df
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
/external/libpng/contrib/intel/intel_init.c
114668651129dc978b9710d0f0ad107ee5ee3281 19-Feb-2016 Matt Sarett <msarett@google.com> Update libpng 1.6.22beta

Includes SSE filter optimizations that will reduce decode runtime
by about 30% on Intel CPUs.

BUG:27264258
Change-Id: Ia7b9aeaddb43381c71e40607b5ccb40ebd3f5a31
/external/libpng/contrib/intel/intel_init.c