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

Issue 1920253003: Revert of Reland: [qcms] Fix build_output_lut to return correct data for parametric curves (Closed)

Created:
4 years, 7 months ago by Charlie Reis
Modified:
4 years, 7 months ago
Reviewers:
radu.velea, Noel Gordon
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert of Reland: [qcms] Fix build_output_lut to return correct data for parametric curves (patchset #14 id:260001 of https://codereview.chromium.org/1862053002/ ) Reason for revert: This broke the Windows compile (again). https://build.chromium.org/p/chromium/builders/Win/builds/42772 Original issue's description: > [qcms] Fix build_output_lut to return correct data for parametric curves > > build_output_lut() does not invert a parametric gamma curve when > computing the output curve data. The effect has not been visible > since Chrome only uses the output gamma values from the precache > table (which is inverted). > > Make build_output_lut() return inverted data for parametric gamma > curves. Add a test to write the inverted data, and the output of > LCMS function DefaultEvalParametricFn, to a file for comparison. > > For now the size of input and output gamma table for parametric > curves is hard-coded to 256; assert this in the test code. See > compute_curve_gamma_table_type_parametric for details. Future > implementations might return an arbitrary-sized table. > > BUG=600338 > > Committed: https://crrev.com/a89370950f514a3df77ed84240d4b8e3abbee801 > Cr-Commit-Position: refs/heads/master@{#389754} > > Committed: https://crrev.com/3a4a913c1de915ef228a35b4f85603662719c49f > Cr-Commit-Position: refs/heads/master@{#389866} TBR=noel@chromium.org,radu.velea@intel.com # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=600338 Committed: https://crrev.com/517ca6467545ddd4e0281f3302d65871f4164603 Cr-Commit-Position: refs/heads/master@{#389877}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -506 lines) Patch
M third_party/qcms/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/qcms/README.chromium View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/qcms/qcms.gyp View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/qcms/src/tests/Makefile View 1 chunk +1 line, -1 line 0 comments Download
M third_party/qcms/src/tests/qcms_test_main.c View 3 chunks +12 lines, -4 lines 0 comments Download
D third_party/qcms/src/tests/qcms_test_output_trc.c View 1 chunk +0 lines, -197 lines 0 comments Download
M third_party/qcms/src/tests/qcms_test_util.h View 1 chunk +0 lines, -1 line 0 comments Download
D third_party/qcms/src/tests/qcms_test_util.c View 1 chunk +0 lines, -280 lines 0 comments Download
M third_party/qcms/src/transform_util.c View 2 chunks +2 lines, -17 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
Charlie Reis
Created Revert of Reland: [qcms] Fix build_output_lut to return correct data for parametric curves
4 years, 7 months ago (2016-04-26 20:54:59 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1920253003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1920253003/1
4 years, 7 months ago (2016-04-26 20:55:25 UTC) #2
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 7 months ago (2016-04-26 20:56:11 UTC) #4
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/517ca6467545ddd4e0281f3302d65871f4164603 Cr-Commit-Position: refs/heads/master@{#389877}
4 years, 7 months ago (2016-04-26 20:57:43 UTC) #6
Noel Gordon
LGTM, not sure why the try jobs (which were all green) do no pick up ...
4 years, 7 months ago (2016-04-26 22:49:27 UTC) #7
radu.velea
On 2016/04/26 22:49:27, noel gordon wrote: > LGTM, not sure why the try jobs (which ...
4 years, 7 months ago (2016-04-26 23:09:58 UTC) #8
Noel Gordon
4 years, 7 months ago (2016-04-26 23:56:06 UTC) #9
Message was sent while issue was closed.
On 2016/04/26 23:09:58, radu.velea wrote:

> I'll fix the warning and try again. Unfortunately I don't have a win machine
to
> test locally.

I have a win machine, I will try a local build.

> ninja and make -wall don't show any warnings, sorry for the mess.

I see no warning with -Wall either.

Powered by Google App Engine
This is Rietveld 408576698