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

Issue 2130013002: Make all color xforms 'fast' (step 1) (Closed)

Created:
4 years, 5 months ago by msarett
Modified:
4 years, 5 months ago
Reviewers:
mtklein, mtklein_C
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Make all color xforms 'fast' (step 1) This refactors opt code to handle arbitrary src and dst gammas that are specified by tables. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2130013002 CQ_EXTRA_TRYBOTS=client.skia:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot Committed: https://skia.googlesource.com/skia/+/6006f678e78af7b6f67a454cd4bc213048983f9d

Patch Set 1 #

Patch Set 2 : Removes unnecessary changes #

Patch Set 3 : Further fixes #

Total comments: 7

Patch Set 4 : Rebase #

Patch Set 5 : Need to round to pass tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+399 lines, -218 lines) Patch
M src/core/SkColorSpaceXform.h View 1 1 chunk +14 lines, -3 lines 0 comments Download
M src/core/SkColorSpaceXform.cpp View 1 2 3 4 3 chunks +265 lines, -138 lines 0 comments Download
M src/core/SkOpts.h View 1 1 chunk +12 lines, -9 lines 0 comments Download
M src/core/SkOpts.cpp View 1 chunk +6 lines, -8 lines 0 comments Download
M src/opts/SkColorXform_opts.h View 1 2 3 4 5 chunks +99 lines, -56 lines 0 comments Download
M src/opts/SkOpts_sse41.cpp View 1 chunk +3 lines, -4 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 34 (21 generated)
msarett
https://codereview.chromium.org/2130013002/diff/40001/src/core/SkColorSpaceXform.cpp File src/core/SkColorSpaceXform.cpp (right): https://codereview.chromium.org/2130013002/diff/40001/src/core/SkColorSpaceXform.cpp#newcode187 src/core/SkColorSpaceXform.cpp:187: static inline bool compute_gamut_xform(SkMatrix44* srcToDst, const SkMatrix44& srcToXYZ, This ...
4 years, 5 months ago (2016-07-07 18:53:18 UTC) #5
mtklein_C
lgtm https://codereview.chromium.org/2130013002/diff/40001/src/opts/SkColorXform_opts.h File src/opts/SkColorXform_opts.h (right): https://codereview.chromium.org/2130013002/diff/40001/src/opts/SkColorXform_opts.h#newcode119 src/opts/SkColorXform_opts.h:119: Sk4i indicesReds = SkNx_cast<int>(scaledReds); Is there any benefit ...
4 years, 5 months ago (2016-07-08 13:47:24 UTC) #7
msarett
https://codereview.chromium.org/2130013002/diff/40001/src/opts/SkColorXform_opts.h File src/opts/SkColorXform_opts.h (right): https://codereview.chromium.org/2130013002/diff/40001/src/opts/SkColorXform_opts.h#newcode119 src/opts/SkColorXform_opts.h:119: Sk4i indicesReds = SkNx_cast<int>(scaledReds); On 2016/07/08 13:47:24, mtklein_C wrote: ...
4 years, 5 months ago (2016-07-09 13:15:52 UTC) #8
commit-bot: I haz the power
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and ...
4 years, 5 months ago (2016-07-09 13:16:11 UTC) #11
commit-bot: I haz the power
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and ...
4 years, 5 months ago (2016-07-09 17:20:04 UTC) #16
commit-bot: I haz the power
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and ...
4 years, 5 months ago (2016-07-09 17:31:00 UTC) #17
commit-bot: I haz the power
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and ...
4 years, 5 months ago (2016-07-09 17:32:09 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2130013002/100001
4 years, 5 months ago (2016-07-11 12:33:12 UTC) #26
commit-bot: I haz the power
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and ...
4 years, 5 months ago (2016-07-11 12:33:14 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybot on master.client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybot/builds/4638)
4 years, 5 months ago (2016-07-11 12:42:23 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2130013002/100001
4 years, 5 months ago (2016-07-11 12:44:02 UTC) #31
commit-bot: I haz the power
There were warnings when CQ was processing your CL: * CQ_EXTRA_TRYBOTS flag is deprecated and ...
4 years, 5 months ago (2016-07-11 12:44:04 UTC) #32
commit-bot: I haz the power
4 years, 5 months ago (2016-07-11 12:49:21 UTC) #34
Message was sent while issue was closed.
Committed patchset #5 (id:100001) as
https://skia.googlesource.com/skia/+/6006f678e78af7b6f67a454cd4bc213048983f9d

Powered by Google App Engine
This is Rietveld 408576698