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

Issue 2113793002: Never allow dither for non-legacy (sRGB or F16) targets. (Closed)

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

Description

Never allow dither for non-legacy (sRGB or F16) targets. With sRGB, the noise from dithering is (obviously) non-linear, and highly objectionable for very dark values. With F16, it's completely unnecessary. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2113793002 Committed: https://skia.googlesource.com/skia/+/0e1161d03f40fc1638481222b06fb74f6a9c734a

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/gpu/SkGr.cpp View 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 16 (6 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2113793002/1
4 years, 5 months ago (2016-06-30 20:16:43 UTC) #3
Brian Osman
4 years, 5 months ago (2016-06-30 20:17:19 UTC) #5
jvanverth1
https://codereview.chromium.org/2113793002/diff/1/src/gpu/SkGr.cpp File src/gpu/SkGr.cpp (right): https://codereview.chromium.org/2113793002/diff/1/src/gpu/SkGr.cpp#newcode658 src/gpu/SkGr.cpp:658: if (skPaint.isDither() && grPaint->numColorFragmentProcessors() > 0 && !allowSRGBInputs) { ...
4 years, 5 months ago (2016-06-30 20:21:37 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-06-30 20:36:56 UTC) #8
Brian Osman
On 2016/06/30 at 20:21:37, jvanverth wrote: > https://codereview.chromium.org/2113793002/diff/1/src/gpu/SkGr.cpp > File src/gpu/SkGr.cpp (right): > > https://codereview.chromium.org/2113793002/diff/1/src/gpu/SkGr.cpp#newcode658 ...
4 years, 5 months ago (2016-06-30 20:43:31 UTC) #9
jvanverth1
lgtm, with implied contract that that name will change some day :)
4 years, 5 months ago (2016-06-30 20:45:42 UTC) #10
bsalomon
lgtm
4 years, 5 months ago (2016-06-30 21:14:41 UTC) #11
Brian Osman
4 years, 5 months ago (2016-07-07 13:46:40 UTC) #12
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/2113793002/1
4 years, 5 months ago (2016-07-13 15:35:19 UTC) #14
commit-bot: I haz the power
4 years, 5 months ago (2016-07-13 16:05:50 UTC) #16
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://skia.googlesource.com/skia/+/0e1161d03f40fc1638481222b06fb74f6a9c734a

Powered by Google App Engine
This is Rietveld 408576698