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

Issue 2294533002: Add some copy support for vulkan msaa (Closed)

Created:
4 years, 3 months ago by egdaniel
Modified:
4 years, 3 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

Add some copy support for vulkan msaa This allows us to do copies from: msaa->msaa with same sample count msaa->no-msaa with a resolve Still missing support for no-msaa to msaa which will require a copyAsDraw which is currently stalled and fixing possible driver bugs. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2294533002 Committed: https://skia.googlesource.com/skia/+/4bcd62e3313da60c3aa96ccd12b7ea440c7266d4

Patch Set 1 #

Patch Set 2 : cleanup #

Total comments: 4

Patch Set 3 : Update initDesc name #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -70 lines) Patch
M src/gpu/GrDrawTarget.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrGpu.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M src/gpu/gl/GrGLGpu.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/gl/GrGLGpu.cpp View 1 2 2 chunks +3 lines, -6 lines 0 comments Download
M src/gpu/vk/GrVkGpu.h View 1 2 3 chunks +11 lines, -1 line 0 comments Download
M src/gpu/vk/GrVkGpu.cpp View 1 2 6 chunks +109 lines, -54 lines 0 comments Download
M src/gpu/vk/GrVkRenderTarget.cpp View 1 chunk +3 lines, -1 line 0 comments Download
M src/gpu/vk/GrVkTextureRenderTarget.cpp View 1 chunk +3 lines, -1 line 0 comments Download
M tools/gpu/GrTest.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (4 generated)
egdaniel
4 years, 3 months ago (2016-08-29 19:42:52 UTC) #2
bsalomon
https://codereview.chromium.org/2294533002/diff/20001/src/gpu/GrGpu.h File src/gpu/GrGpu.h (right): https://codereview.chromium.org/2294533002/diff/20001/src/gpu/GrGpu.h#newcode316 src/gpu/GrGpu.h:316: virtual bool initCopySurfaceDstDesc(const GrRenderTarget* src, GrSurfaceDesc* desc) const = ...
4 years, 3 months ago (2016-08-30 13:07:20 UTC) #3
egdaniel
https://codereview.chromium.org/2294533002/diff/20001/src/gpu/GrGpu.h File src/gpu/GrGpu.h (right): https://codereview.chromium.org/2294533002/diff/20001/src/gpu/GrGpu.h#newcode316 src/gpu/GrGpu.h:316: virtual bool initCopySurfaceDstDesc(const GrRenderTarget* src, GrSurfaceDesc* desc) const = ...
4 years, 3 months ago (2016-08-30 13:40:46 UTC) #4
bsalomon
https://codereview.chromium.org/2294533002/diff/20001/src/gpu/GrGpu.h File src/gpu/GrGpu.h (right): https://codereview.chromium.org/2294533002/diff/20001/src/gpu/GrGpu.h#newcode316 src/gpu/GrGpu.h:316: virtual bool initCopySurfaceDstDesc(const GrRenderTarget* src, GrSurfaceDesc* desc) const = ...
4 years, 3 months ago (2016-08-30 15:29:21 UTC) #5
egdaniel
https://codereview.chromium.org/2294533002/diff/20001/src/gpu/GrGpu.h File src/gpu/GrGpu.h (right): https://codereview.chromium.org/2294533002/diff/20001/src/gpu/GrGpu.h#newcode316 src/gpu/GrGpu.h:316: virtual bool initCopySurfaceDstDesc(const GrRenderTarget* src, GrSurfaceDesc* desc) const = ...
4 years, 3 months ago (2016-08-30 15:45:13 UTC) #7
egdaniel
ping
4 years, 3 months ago (2016-08-31 13:04:48 UTC) #8
bsalomon
lgtm
4 years, 3 months ago (2016-08-31 13:48:09 UTC) #9
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/2294533002/40001
4 years, 3 months ago (2016-08-31 13:51:35 UTC) #11
commit-bot: I haz the power
4 years, 3 months ago (2016-08-31 14:37:37 UTC) #13
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/4bcd62e3313da60c3aa96ccd12b7ea440c7266d4

Powered by Google App Engine
This is Rietveld 408576698