===================================================================== ===================================================================== 15 files changed, 5611 insertions(+), 6 deletions(-) ===================================================================== ===================================================================== ===================================================================== Patchsets applied to http://android-git.linaro.org/git/platform/external/jpeg on top of android-6.0.1_r63 Android.mk | 35 +- bmp.c | 334 +++++++++ bmp.h | 42 ++ jdatadst-tj.c | 196 ++++++ jdatasrc-tj.c | 185 +++++ jerror.h | 10 + jpegcomp.h | 30 + tjbench.c | 986 +++++++++++++++++++++++++++ tjutil.c | 66 ++ tjutil.h | 47 ++ transupp.c | 3 +- transupp.h | 42 +- turbojpeg.c | 2089 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ turbojpeg.h | 1538 ++++++++++++++++++++++++++++++++++++++++++ 14 files changed, 5597 insertions(+), 6 deletions(-) c685664 integrate tjbench into the build for performance check ===================================================================== Patchsets applied to http://android-git.linaro.org/git/platform/frameworks/native on top of android-6.0.1_r63 opengl/libagl/egl.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 89a7e0c libGLES_android: Add generic 32bpp BGRA EGLConfig