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

Issue 2164363002: Add SkColorSpace to GrDrawContext (Closed)

Created:
4 years, 5 months ago by Brian Osman
Modified:
4 years, 5 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

Patch Set 1 #

Total comments: 13

Patch Set 2 : Better comments for read/writeSurfacePixels #

Patch Set 3 : Remove ':' from comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+169 lines, -89 lines) Patch
M example/HelloWorld.h View 1 chunk +1 line, -1 line 0 comments Download
M include/core/SkSurface.h View 5 chunks +26 lines, -4 lines 0 comments Download
M include/gpu/GrContext.h View 2 chunks +3 lines, -1 line 0 comments Download
M include/gpu/GrDrawContext.h View 3 chunks +3 lines, -1 line 0 comments Download
M samplecode/SampleApp.cpp View 1 chunk +3 lines, -1 line 0 comments Download
M src/core/SkImageFilter.cpp View 2 chunks +4 lines, -3 lines 0 comments Download
M src/core/SkSpecialImage.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkSpecialSurface.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/core/SkSpecialSurface.cpp View 1 chunk +4 lines, -2 lines 0 comments Download
M src/effects/SkAlphaThresholdFilter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkBlurImageFilter.cpp View 1 chunk +8 lines, -7 lines 0 comments Download
M src/effects/SkBlurMaskFilter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkDisplacementMapEffect.cpp View 2 chunks +4 lines, -5 lines 0 comments Download
M src/effects/SkGpuBlurUtils.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/effects/SkGpuBlurUtils.cpp View 3 chunks +3 lines, -2 lines 0 comments Download
M src/effects/SkLightingImageFilter.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M src/effects/SkMorphologyImageFilter.cpp View 4 chunks +6 lines, -4 lines 0 comments Download
M src/effects/SkXfermodeImageFilter.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M src/gpu/GrBlurUtils.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/GrClipMaskManager.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrContext.cpp View 1 6 chunks +15 lines, -5 lines 0 comments Download
M src/gpu/GrDrawContext.cpp View 1 2 chunks +2 lines, -0 lines 0 comments Download
M src/gpu/GrDrawingManager.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/gpu/GrDrawingManager.cpp View 2 chunks +5 lines, -3 lines 0 comments Download
M src/gpu/GrPathRenderingDrawContext.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/gpu/GrRenderTarget.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrTextureParamsAdjuster.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrTextureToYUVPlanes.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M src/gpu/GrYUVProvider.cpp View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M src/gpu/SkGpuDevice.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 4 chunks +6 lines, -4 lines 0 comments Download
M src/gpu/effects/GrConfigConversionEffect.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M src/image/SkImage_Gpu.cpp View 1 2 chunks +2 lines, -1 line 0 comments Download
M src/image/SkSurface.cpp View 2 chunks +5 lines, -3 lines 0 comments Download
M src/image/SkSurface_Gpu.cpp View 1 7 chunks +10 lines, -4 lines 0 comments Download
M tests/ClearTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M tests/DFPathRendererTest.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M tests/GLProgramsTest.cpp View 2 chunks +3 lines, -1 line 0 comments Download
M tests/ImageFilterTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M tests/PrimitiveProcessorTest.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M tests/ReadPixelsTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M tests/ReadWriteAlphaTest.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M tests/RectangleTextureTest.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M tests/SRGBMipMapTest.cpp View 1 chunk +7 lines, -2 lines 0 comments Download
M tests/SpecialSurfaceTest.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M tests/SurfaceTest.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/TessellatingPathRendererTests.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M tests/WritePixelsTest.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15 (9 generated)
Brian Osman
Sorry that this is still fairly big. The actual diffs are much less intrusive than ...
4 years, 5 months ago (2016-07-21 18:36:58 UTC) #7
robertphillips
https://codereview.chromium.org/2164363002/diff/1/src/effects/SkAlphaThresholdFilter.cpp File src/effects/SkAlphaThresholdFilter.cpp (right): https://codereview.chromium.org/2164363002/diff/1/src/effects/SkAlphaThresholdFilter.cpp#newcode104 src/effects/SkAlphaThresholdFilter.cpp:104: // In this case we don't ever care about ...
4 years, 5 months ago (2016-07-21 19:22:42 UTC) #8
bsalomon
lgtm
4 years, 5 months ago (2016-07-21 19:40:28 UTC) #9
Brian Osman
Just wanted to confirm that - yes - all of the mask drawing functions are ...
4 years, 5 months ago (2016-07-21 19:51:44 UTC) #10
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/2164363002/40001
4 years, 5 months ago (2016-07-21 19:51:59 UTC) #13
commit-bot: I haz the power
4 years, 5 months ago (2016-07-21 20:28:39 UTC) #15
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/dfe4f2e4fe5b162d4adb4486fe751f1e3b30bea7

Powered by Google App Engine
This is Rietveld 408576698