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

Issue 2104353002: Add discard support to Vulkan (Closed)

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

Patch Set 2 : Updated and test fixes #

Patch Set 3 : nit #

Total comments: 1

Patch Set 4 : comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -2 lines) Patch
M src/gpu/GrGpu.cpp View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M src/gpu/vk/GrVkCaps.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/vk/GrVkGpuCommandBuffer.h View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/vk/GrVkGpuCommandBuffer.cpp View 1 2 chunks +40 lines, -0 lines 0 comments Download
M src/gpu/vk/GrVkRenderTarget.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M tests/GpuLayerCacheTest.cpp View 1 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (7 generated)
egdaniel
This does discards for the color attachments. I'll make a different change for testing them ...
4 years, 5 months ago (2016-06-29 15:54:44 UTC) #3
jvanverth1
https://codereview.chromium.org/2104353002/diff/1/src/gpu/vk/GrVkGpuCommandBuffer.cpp File src/gpu/vk/GrVkGpuCommandBuffer.cpp (right): https://codereview.chromium.org/2104353002/diff/1/src/gpu/vk/GrVkGpuCommandBuffer.cpp#newcode138 src/gpu/vk/GrVkGpuCommandBuffer.cpp:138: GrVkRenderPass::LoadStoreOps vkStencilOps(VK_ATTACHMENT_LOAD_OP_LOAD, Shouldn't this and the resolve be LOAD_OP_DONT_CARE ...
4 years, 5 months ago (2016-06-29 16:00:30 UTC) #4
egdaniel
https://codereview.chromium.org/2104353002/diff/1/src/gpu/vk/GrVkGpuCommandBuffer.cpp File src/gpu/vk/GrVkGpuCommandBuffer.cpp (right): https://codereview.chromium.org/2104353002/diff/1/src/gpu/vk/GrVkGpuCommandBuffer.cpp#newcode138 src/gpu/vk/GrVkGpuCommandBuffer.cpp:138: GrVkRenderPass::LoadStoreOps vkStencilOps(VK_ATTACHMENT_LOAD_OP_LOAD, On 2016/06/29 16:00:30, jvanverth1 wrote: > Shouldn't ...
4 years, 5 months ago (2016-06-29 16:11:30 UTC) #5
bsalomon
https://codereview.chromium.org/2104353002/diff/1/src/gpu/vk/GrVkGpuCommandBuffer.cpp File src/gpu/vk/GrVkGpuCommandBuffer.cpp (right): https://codereview.chromium.org/2104353002/diff/1/src/gpu/vk/GrVkGpuCommandBuffer.cpp#newcode138 src/gpu/vk/GrVkGpuCommandBuffer.cpp:138: GrVkRenderPass::LoadStoreOps vkStencilOps(VK_ATTACHMENT_LOAD_OP_LOAD, On 2016/06/29 16:11:30, egdaniel wrote: > On ...
4 years, 5 months ago (2016-06-29 17:45:25 UTC) #6
egdaniel
4 years, 5 months ago (2016-06-30 13:23:21 UTC) #7
bsalomon
lgtm w/ question https://codereview.chromium.org/2104353002/diff/40001/src/gpu/GrGpu.cpp File src/gpu/GrGpu.cpp (right): https://codereview.chromium.org/2104353002/diff/40001/src/gpu/GrGpu.cpp#newcode181 src/gpu/GrGpu.cpp:181: if (isRT && texels.empty()) { I ...
4 years, 5 months ago (2016-06-30 13:47:31 UTC) #8
egdaniel
4 years, 5 months ago (2016-06-30 14:42:29 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/2104353002/60001
4 years, 5 months ago (2016-06-30 14:42:38 UTC) #12
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/2104353002/60001
4 years, 5 months ago (2016-06-30 15:22:33 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://skia.googlesource.com/skia/+/37535c9ecef67a56cad293535f8626b1d60f7c08
4 years, 5 months ago (2016-06-30 15:23:34 UTC) #17
commit-bot: I haz the power
4 years, 5 months ago (2016-06-30 15:23:37 UTC) #18
Message was sent while issue was closed.
CQ bit was unchecked.

Powered by Google App Engine
This is Rietveld 408576698