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

Issue 1950183006: Approximate common gamma tables as single values (Closed)

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

Description

Approximate common gamma tables as single values This should improve performance of gamma conversion in software (we can use vector math instead of table look ups). Additionally this allows us to quickly and easily identify sRGB-like gammas. On gpu, identifying sRGB gamma improves performance/memory, because the hardware may support gamma conversion. This will help us identify situations where gamma conversion is not necessary. Ex: sRGB input -> sRGB display BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1950183006 Committed: https://skia.googlesource.com/skia/+/2c3eca38c9f74be9d91f467540feb586a0e941ca

Patch Set 1 : #

Total comments: 5

Patch Set 2 : Move comments #

Patch Set 3 : Fix tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -6 lines) Patch
M src/core/SkColorSpace.cpp View 1 2 chunks +30 lines, -5 lines 0 comments Download
M tests/ColorSpaceTest.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 26 (14 generated)
msarett
I've been testing on a set of 97 jpegs with ICC profiles. It's an arbitrary ...
4 years, 7 months ago (2016-05-05 20:11:48 UTC) #4
msarett
Any thoughts on this? This will also be useful for us to be able to ...
4 years, 7 months ago (2016-05-09 15:09:40 UTC) #6
scroggo
On 2016/05/09 15:09:40, msarett wrote: > Any thoughts on this? > > This will also ...
4 years, 7 months ago (2016-05-09 17:39:58 UTC) #7
Brian Osman
On 2016/05/09 17:39:58, scroggo wrote: > On 2016/05/09 15:09:40, msarett wrote: > > Any thoughts ...
4 years, 7 months ago (2016-05-09 17:47:01 UTC) #8
scroggo
On 2016/05/09 17:47:01, Brian Osman wrote: > On 2016/05/09 17:39:58, scroggo wrote: > > On ...
4 years, 7 months ago (2016-05-09 18:03:30 UTC) #9
msarett
> > > > Any thoughts on this? > > > > > > > ...
4 years, 7 months ago (2016-05-09 19:21:53 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1950183006/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1950183006/40001
4 years, 7 months ago (2016-05-09 19:31:25 UTC) #15
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/builds/8437)
4 years, 7 months ago (2016-05-09 19:49:16 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1950183006/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1950183006/60001
4 years, 7 months ago (2016-05-09 20:53:55 UTC) #19
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-09 21:17:26 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1950183006/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1950183006/60001
4 years, 7 months ago (2016-05-09 21:26:55 UTC) #24
commit-bot: I haz the power
4 years, 7 months ago (2016-05-09 21:27:53 UTC) #26
Message was sent while issue was closed.
Committed patchset #3 (id:60001) as
https://skia.googlesource.com/skia/+/2c3eca38c9f74be9d91f467540feb586a0e941ca

Powered by Google App Engine
This is Rietveld 408576698