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

Issue 1617813002: experiment: float color components (Closed)

Created:
4 years, 11 months ago by reed1
Modified:
4 years, 11 months ago
Reviewers:
herb_g, f(malita), mtklein
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 1

Patch Set 2 : now with colormatrix override #

Patch Set 3 : now with colorshader #

Total comments: 2

Patch Set 4 : now with unittest #

Patch Set 5 : fix win warning #

Patch Set 6 : fix 'nother warning #

Unified diffs Side-by-side diffs Delta from patch set Stats (+217 lines, -19 lines) Patch
M include/core/SkColor.h View 1 2 3 1 chunk +40 lines, -0 lines 0 comments Download
M include/core/SkColorFilter.h View 1 chunk +4 lines, -1 line 0 comments Download
M include/core/SkColorPriv.h View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M include/core/SkShader.h View 3 2 chunks +3 lines, -0 lines 0 comments Download
M include/effects/SkColorMatrixFilter.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/core/SkColor.cpp View 1 2 3 1 chunk +34 lines, -0 lines 0 comments Download
M src/core/SkColorFilter.cpp View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M src/core/SkColorShader.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/core/SkMathPriv.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M src/core/SkShader.cpp View 1 2 3 4 5 3 chunks +15 lines, -1 line 0 comments Download
M src/effects/SkColorMatrixFilter.cpp View 1 2 3 chunks +43 lines, -17 lines 0 comments Download
A tests/SkColor4fTest.cpp View 1 2 3 1 chunk +62 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (11 generated)
reed1
WIP -- just exploring ideas
4 years, 11 months ago (2016-01-21 15:44:58 UTC) #3
mtklein
lgtm https://codereview.chromium.org/1617813002/diff/1/include/core/SkColor.h File include/core/SkColor.h (right): https://codereview.chromium.org/1617813002/diff/1/include/core/SkColor.h#newcode166 include/core/SkColor.h:166: float fVec[4]; To be super-sweet, struct SK_ATTRIBUTE(aligned(16)) SkPM4f ...
4 years, 11 months ago (2016-01-21 17:52:36 UTC) #4
mtklein
https://codereview.chromium.org/1617813002/diff/40001/src/core/SkColor.cpp File src/core/SkColor.cpp (right): https://codereview.chromium.org/1617813002/diff/40001/src/core/SkColor.cpp#newcode106 src/core/SkColor.cpp:106: SkColor4f SkColor4f::Normalize(float a, float r, float g, float b) ...
4 years, 11 months ago (2016-01-21 19:28:30 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1617813002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1617813002/60001
4 years, 11 months ago (2016-01-21 21:22:20 UTC) #7
reed1
4 years, 11 months ago (2016-01-21 21:22:33 UTC) #9
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Ubuntu-Clang-x86_64-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-Clang-x86_64-Debug-Trybot/builds/5492)
4 years, 11 months ago (2016-01-21 21:23:26 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1617813002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1617813002/80001
4 years, 11 months ago (2016-01-21 22:00:24 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: Build-Ubuntu-Clang-x86_64-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-Clang-x86_64-Debug-Trybot/builds/5494)
4 years, 11 months ago (2016-01-21 22:03:03 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1617813002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1617813002/100001
4 years, 11 months ago (2016-01-21 22:08:32 UTC) #19
commit-bot: I haz the power
Committed patchset #6 (id:100001) as https://skia.googlesource.com/skia/+/353c148d8e8c9031daca34c6f9d6bcc6f08706c7
4 years, 11 months ago (2016-01-21 23:29:13 UTC) #21
reed1
4 years, 11 months ago (2016-01-22 08:04:21 UTC) #22
Message was sent while issue was closed.
A revert of this CL (patchset #6 id:100001) has been created in
https://codereview.chromium.org/1623453002/ by reed@google.com.

The reason for reverting is: broke some colormatrix tests.

Powered by Google App Engine
This is Rietveld 408576698