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

Issue 2210383002: Implement Vulkan Resolve. (Closed)

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

Implement Vulkan Resolve. First step to getting msaa running on vulkan BUG=skia:5127 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2210383002 Committed: https://skia.googlesource.com/skia/+/52ad25151a1c7d1ac3872971f56adf15200c437e

Patch Set 1 #

Patch Set 2 : cleanup #

Total comments: 2

Patch Set 3 : Add layout change #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -1 line) Patch
M src/gpu/vk/GrVkCommandBuffer.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M src/gpu/vk/GrVkCommandBuffer.cpp View 1 2 1 chunk +20 lines, -0 lines 0 comments Download
M src/gpu/vk/GrVkGpu.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/vk/GrVkGpu.cpp View 1 2 1 chunk +42 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 10 (4 generated)
egdaniel
4 years, 4 months ago (2016-08-04 17:47:59 UTC) #3
jvanverth1
https://codereview.chromium.org/2210383002/diff/20001/src/gpu/vk/GrVkCommandBuffer.cpp File src/gpu/vk/GrVkCommandBuffer.cpp (right): https://codereview.chromium.org/2210383002/diff/20001/src/gpu/vk/GrVkCommandBuffer.cpp#newcode582 src/gpu/vk/GrVkCommandBuffer.cpp:582: GR_VK_CALL(gpu->vkInterface(), CmdResolveImage(fCmdBuffer, Do we need to transition the image ...
4 years, 4 months ago (2016-08-04 19:00:48 UTC) #4
egdaniel
https://codereview.chromium.org/2210383002/diff/20001/src/gpu/vk/GrVkCommandBuffer.cpp File src/gpu/vk/GrVkCommandBuffer.cpp (right): https://codereview.chromium.org/2210383002/diff/20001/src/gpu/vk/GrVkCommandBuffer.cpp#newcode582 src/gpu/vk/GrVkCommandBuffer.cpp:582: GR_VK_CALL(gpu->vkInterface(), CmdResolveImage(fCmdBuffer, On 2016/08/04 19:00:48, jvanverth1 wrote: > Do ...
4 years, 4 months ago (2016-08-04 19:16:17 UTC) #5
jvanverth1
lgtm
4 years, 4 months ago (2016-08-04 19:25:47 UTC) #6
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/2210383002/40001
4 years, 4 months ago (2016-08-04 19:26:59 UTC) #8
commit-bot: I haz the power
4 years, 4 months ago (2016-08-04 19:50:04 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/52ad25151a1c7d1ac3872971f56adf15200c437e

Powered by Google App Engine
This is Rietveld 408576698