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

Issue 791823003: Add sRGB texture support. (Closed)

Created:
6 years ago by jvanverth1
Modified:
6 years ago
Reviewers:
reed, bsalomon, reed1
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 #

Patch Set 2 : Add in Ganesh hooks for SkSRGB_ColorProfileType. #

Patch Set 3 : Add in changes for copy_to_new_texture_pixelref #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -32 lines) Patch
M include/core/SkBitmap.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M include/core/SkPixelRef.h View 1 1 chunk +2 lines, -1 line 1 comment Download
M include/gpu/GrColor.h View 2 chunks +8 lines, -6 lines 0 comments Download
M include/gpu/GrTypes.h View 1 4 chunks +7 lines, -0 lines 0 comments Download
M include/gpu/SkGr.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M include/gpu/SkGrPixelRef.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M samplecode/SampleApp.cpp View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/core/SkBitmap.cpp View 1 3 chunks +4 lines, -3 lines 0 comments Download
M src/gpu/GrContext.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/GrDrawTarget.cpp View 2 chunks +8 lines, -6 lines 0 comments Download
M src/gpu/GrSurface.cpp View 1 1 chunk +4 lines, -2 lines 0 comments Download
M src/gpu/SkGr.cpp View 1 4 chunks +14 lines, -2 lines 0 comments Download
M src/gpu/SkGrPixelRef.cpp View 1 2 5 chunks +7 lines, -5 lines 0 comments Download
M src/gpu/gl/GrGLCaps.cpp View 2 chunks +26 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLDefines.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGpuGL.cpp View 1 2 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (4 generated)
jvanverth1
As far as I can tell this is correct. The spec doesn't seem to mention ...
6 years ago (2014-12-18 21:28:36 UTC) #2
bsalomon
On 2014/12/18 21:28:36, jvanverth1 wrote: > As far as I can tell this is correct. ...
6 years ago (2014-12-19 14:21:54 UTC) #3
bsalomon
On 2014/12/18 21:28:36, jvanverth1 wrote: > As far as I can tell this is correct. ...
6 years ago (2014-12-19 15:12:55 UTC) #4
jvanverth1
On 2014/12/19 14:21:54, bsalomon wrote: > On 2014/12/18 21:28:36, jvanverth1 wrote: > > As far ...
6 years ago (2014-12-19 15:13:59 UTC) #5
bsalomon
On 2014/12/19 15:12:55, bsalomon wrote: > On 2014/12/18 21:28:36, jvanverth1 wrote: > > As far ...
6 years ago (2014-12-19 15:15:27 UTC) #6
jvanverth1
(Adding reed@) Here's another pass at it. I'm not 100% sure about the changes to ...
6 years ago (2014-12-19 20:35:19 UTC) #8
reed1
https://codereview.chromium.org/791823003/diff/40001/include/core/SkPixelRef.h File include/core/SkPixelRef.h (right): https://codereview.chromium.org/791823003/diff/40001/include/core/SkPixelRef.h#newcode263 include/core/SkPixelRef.h:263: virtual SkPixelRef* deepCopy(SkColorType, SkColorProfileType, const SkIRect* /*subset*/) { are ...
6 years ago (2014-12-19 21:32:56 UTC) #10
jvanverth1
On 2014/12/19 21:32:56, reed1 wrote: > https://codereview.chromium.org/791823003/diff/40001/include/core/SkPixelRef.h > File include/core/SkPixelRef.h (right): > > https://codereview.chromium.org/791823003/diff/40001/include/core/SkPixelRef.h#newcode263 > ...
6 years ago (2014-12-22 15:05:29 UTC) #11
reed1
lgtm
6 years ago (2014-12-22 15:14:28 UTC) #12
bsalomon
lgtm
6 years ago (2014-12-22 15:52:35 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/791823003/40001
6 years ago (2014-12-22 16:22:15 UTC) #15
commit-bot: I haz the power
6 years ago (2014-12-22 16:31:53 UTC) #16
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/fa1e8a7cefd71f7b75f0b85f8eefe111814dd86f

Powered by Google App Engine
This is Rietveld 408576698