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

Unified Diff: README.chromium

Issue 1270213002: Add support for decoding to 565 to libjpeg_turbo (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@master
Patch Set: Link crbug in the README Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | djpeg.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
diff --git a/README.chromium b/README.chromium
index 26954457adaf8ef70c95dba9be1b1296ee7c19d4..de3b9d91cf9f56a63c23efd71eb662b8355a785a 100644
--- a/README.chromium
+++ b/README.chromium
@@ -16,9 +16,14 @@ This consists of the components:
(reduces memory footprint and can improve performance in some cases);
* Revisions r1108, r1109, r1333, r1375, r1386, r1389 and r1390 cherry-picked
from upstream trunk for Arm64 NEON SIMD support;
-* CR Bug 515694: Revisions r1582, r1583, r1586, r1587, r1591, and
+* Revisions r1582, r1583, r1586, r1587, r1591, and
commit 91eceba0a132a3fc70388a82c75616e67725a93a (code moved to GitHub)
- cherry-picked from upstream trunk for partial decoding optimization.
+ cherry-picked from upstream trunk for partial decoding optimization;
+ http://crbug.com/515694
+* Revisions r1295, r1385, r1398, and r1402 (r1386 is also required but has
+ already been cherry-picked) cherry-picked from upstream trunk to enable
+ decoding to 565 as a memory optimization;
+ http://crbug.com/516761
* A build file (libjpeg.gyp), and;
* Patched header files used by Chromium.
« no previous file with comments | « no previous file | djpeg.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698