- Jul 17, 2019
-
-
Linux Build Service Account authored
Change-Id: Ic3420e2aa0fa64c8f576085c7377433c03873ae4
-
- Jun 15, 2019
-
-
Change-Id: Iac6fedf5a1cbd101cf0e6355b9f49d4f322aac7b
-
- Jun 14, 2019
-
-
zljing authored
The checksum is calculated in the uncompressed PNG data and can be made much faster by using SIMD. Tests in ARMv8 yielded an improvement of about 3x (e.g. walltime was 350ms x 125ms for a 4096x4096 bytes executed 30 times). This alone yields a performance boost for PNG decoding ranging from 5% to 18% depending on a few factors (SoC, battery status, etc). adler32 use NEON instruction 10% benefit for PNG decoding CRs-Fixed: 2420347 Change-Id: I51d4a257b8a51b6839c0fd7fede8c0fa5fb21cce
-
- Jun 11, 2019
-
-
Merge "Snap for 5651717 from a5558674 to q-keystone-qcom-release" into q-keystone-qcom-release
-
Merge "Snap for 5651717 from a5558674 to q-keystone-qcom-release" into q-keystone-qcom-release
-
Change-Id: I63f089341b9f074d078d0cefc8612e990d8b7e8c
-
Change-Id: Iaeb082d86d1346761d23fd3249bf3724816d41db
-
Change-Id: I9ab914822bba2456803e44c76930031ea0ac1c6d
-
Treehugger Robot authored
-
- May 29, 2019
-
-
Adenilson Cavalcanti authored
In inflate_fast() the output pointer always has plenty of room to write. This means that so long as the target is capable, wide un-aligned loads and stores can be used to transfer several bytes at once. When the reference distance is too short simply unroll the data a little to increase the distance. Patch by Simon Hosie. PNG decoding performance gains should be around 30-33%. This also includes the fix reported in madler/zlib#245. Bug: 697280 Change-Id: I90a9866cc56aa766df5de472cd10c007f4b560d8 Reviewed-on: https://chromium-review.googlesource.com/689961 Reviewed-by:
Chris Blume <cblume@chromium.org> Commit-Queue: Adenilson Cavalcanti <cavalcantii@chromium.org> Cr-Original-Commit-Position: refs/heads/master@{#505276} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: 78104f4d73e3bbb4155fa804d00ed66682180556 (cherry picked from commit 3060dcbd6bee9c94807161bdcee3b20726a0cce6) CRs-Fixed: 2420343 Change-Id: Ib92ee33219d24444a60fb34570c4357a516e4017
-
- May 01, 2019
-
-
Change-Id: I980301e76b45d0c4e658777c1e2106aa8b80c96e
-
- Apr 18, 2019
-
-
Change-Id: I1376b7a6ce3a66b2f551a5176fc9dca93fade0ee
-
Scott Lobdell authored
Change-Id: I939d1c0cb628415872ce1241a6925fd8d98b0469
-
- Apr 15, 2019
-
-
android-build-team Robot authored
Change-Id: Iea511bfe68649dae03239320bdcacf6c08bb7c43
-
- Apr 11, 2019
-
-
Scott Lobdell authored
Change-Id: Iba2afe5debedbacaeded3a47a782c7d26d3e6fde
-
android-build-team Robot authored
Change-Id: Idc50c0148b95832a86df097a2a0925631513619e
-
Christopher Ferris authored
This reverts commit faa5265e. Bug: 130267141 Reason for revert: Working on full fix. Change-Id: I3ab736720f9a5310c42878d757002681e139dcc7
-
- Apr 10, 2019
-
-
Christopher Ferris authored
The problem is that this library is getting _Unwind_XXX symbols from libgcc.a for the arm targets, and then re-exporting them. This is causing facebook to crash because a shared library is using an undefined reference to an unwind symbol and then using the one from libz.so, which is mixing an llvm unwinder with a gcc one. Bug: 130267141 Test: facebook no longer crashes when starting up. Change-Id: I1c2439f08375fbc630a49fdabcc50d22d461eb2b
-
android-build-team Robot authored
Change-Id: Iafc2708a2a511a893d1389340c54ccb3e97cb375
-
Christopher Ferris authored
The problem is that this library is getting _Unwind_XXX symbols from libgcc.a for the arm targets, and then re-exporting them. This is causing facebook to crash because a shared library is using an undefined reference to an unwind symbol and then using the one from libz.so, which is mixing an llvm unwinder with a gcc one. Test: facebook no longer crashes when starting up. Change-Id: I1c2439f08375fbc630a49fdabcc50d22d461eb2b (cherry picked from commit 4e652aee9d360aac8cfc2812b644a25d6ba7840f)
-
- Mar 12, 2019
-
-
Change-Id: I3105cf6c8723c18bd4e621fd0316092e97bafc7d
-
- Mar 06, 2019
-
-
Scott Lobdell authored
Change-Id: Ie0ef763020b78614f6bfb4afd9d882ce1be37ad3
-
- Feb 26, 2019
-
-
android-build-team Robot authored
Change-Id: I8fa713fd5ab0fdbf5bbdd971ef6a1fa638044c33
-
- Feb 25, 2019
-
-
Xin Li authored
Bug: 126125118 Change-Id: I3249bc32add6b5679f8098a39d89f6f16ac18d43
- Feb 21, 2019
-
-
Xin Li authored
Bug: 120848293 Change-Id: I2c36037944935431949bd3d75f6eb56157a88b7a
-
- Feb 06, 2019
-
-
Change-Id: I0c1915939c8c6fd37799c4de13e53b38b65fa09f
-
- Jan 23, 2019
-
-
Scott Lobdell authored
Change-Id: Ie22a9e18ddbb06e8e4a2899754731ebb3feb92c7
-
- Jan 20, 2019
-
-
android-build-team Robot authored
Change-Id: I9d55d6d11ed48943dfa3bc0f636ef2445d8acfc1
-
- Jan 17, 2019
-
-
Chih-hung Hsieh authored
am: d891d41a Change-Id: I8f87e6f7502baa19d41ddc18a2616dcbb0d9f7d8
-
Chih-hung Hsieh authored
am: f0abe3e7 Change-Id: I316e02a39b7d538bc89dcbc5351b5206ded95cee
-
Chih-hung Hsieh authored
am: 8901016b Change-Id: I0b0cdd28c517135ef704056e4e82b09f9d327d32
-
Chih-hung Hsieh authored
-
Elliott Hughes authored
Change-Id: I2c7867f7c9e2c8df80d6a6c30a3a0558350ec5df
-
- Jan 13, 2019
-
-
android-build-team Robot authored
Change-Id: Ib1c30f5d78924ef783350d2f1111f8e7328ffaed
-
- Jan 11, 2019
-
-
Chih-hung Hsieh authored
am: 55addd30 Change-Id: Ia8785ee8cf63a6f02fd9714cbbe068ab35dc0c87
-
Chih-hung Hsieh authored
am: 0263de69 Change-Id: I023ff9f26fa2b5dbc568e60ee7ac36968c794159
-
Chih-hung Hsieh authored
am: a3cf22db Change-Id: I388f90c691f2a06f0a87cf1be67d107238811a59
-
Chih-hung Hsieh authored
-
Chih-Hung Hsieh authored
Bug: 33166666 Test: gerrit uploader Change-Id: I6ee350e82f80100dc2fc241fd881de9e0a661182
-