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

Side by Side Diff: third_party/qcms/README.chromium

Issue 18112005: silence qcms __force_align_arg_pointer__ warning on mips too (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/qcms/google.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: Quick Color Management System 1 Name: Quick Color Management System
2 Short Name: qcms 2 Short Name: qcms
3 URL: https://github.com/jrmuizel/qcms/tree/v4 3 URL: https://github.com/jrmuizel/qcms/tree/v4
4 Version: v4 4 Version: v4
5 Date: 2012-03-13 5 Date: 2012-03-13
6 License: MIT 6 License: MIT
7 License File: src/COPYING 7 License File: src/COPYING
8 Security Critical: yes 8 Security Critical: yes
9 9
10 Description: 10 Description:
(...skipping 10 matching lines...) Expand all
21 - Add bgra output support. 21 - Add bgra output support.
22 - Use HAVE_POSIX_MEMALIGN instead of HAS_POSIX_MEMALIG 22 - Use HAVE_POSIX_MEMALIGN instead of HAS_POSIX_MEMALIG
23 (https://bugzilla.mozilla.org/show_bug.cgi?id=692922) 23 (https://bugzilla.mozilla.org/show_bug.cgi?id=692922)
24 - Applied upstream patch: 24 - Applied upstream patch:
25 - https://bug752254.bugzilla.mozilla.org/attachment.cgi?id=626102 25 - https://bug752254.bugzilla.mozilla.org/attachment.cgi?id=626102
26 - Applied upstream patch for sanitizing gamma table: 26 - Applied upstream patch for sanitizing gamma table:
27 - Expanded gamma clamp range to allow 1.0. 27 - Expanded gamma clamp range to allow 1.0.
28 - Do not short-circuit bogus profile check for A2B0 or B2A0 unless v4 enabled. 28 - Do not short-circuit bogus profile check for A2B0 or B2A0 unless v4 enabled.
29 - Only reference code from transform-sse1.c and transform-sse2.c when SSE is 29 - Only reference code from transform-sse1.c and transform-sse2.c when SSE is
30 enabled. 30 enabled.
31 - Do not use an x86-only attribute on ARM. 31 - Do not use an x86-only attribute on ARM or MIPS.
32 - Fix integer truncation warning/errors on Win64 build. 32 - Fix integer truncation warning/errors on Win64 build.
33 To regenerate google.patch: 33 To regenerate google.patch:
34 git diff b8456f38 src > google.patch 34 git diff b8456f38 src > google.patch
35 35
OLDNEW
« no previous file with comments | « no previous file | third_party/qcms/google.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698