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

Issue 2115993002: Add resource tracking output and command buffer recycling (Closed)

Created:
4 years, 5 months ago by jvanverth1
Modified:
4 years, 5 months ago
Reviewers:
egdaniel
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Add resource tracking output and command buffer recycling BUG=skia:5042 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2115993002 Committed: https://skia.googlesource.com/skia/+/7ec92413307c9da43c013d1e4e15716a44059810

Patch Set 1 #

Patch Set 2 : Some clean up #

Patch Set 3 : Restore changes that are needed #

Patch Set 4 : Remove from the end of the array #

Total comments: 5

Patch Set 5 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+221 lines, -46 lines) Patch
M src/gpu/vk/GrVkBuffer.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/gpu/vk/GrVkCommandBuffer.h View 1 5 chunks +26 lines, -8 lines 0 comments Download
M src/gpu/vk/GrVkCommandBuffer.cpp View 1 2 6 chunks +43 lines, -15 lines 0 comments Download
M src/gpu/vk/GrVkDescriptorPool.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/gpu/vk/GrVkFramebuffer.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/gpu/vk/GrVkGpu.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/vk/GrVkGpu.cpp View 1 2 3 4 3 chunks +8 lines, -7 lines 0 comments Download
M src/gpu/vk/GrVkGpuCommandBuffer.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/vk/GrVkImage.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/gpu/vk/GrVkImageView.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/gpu/vk/GrVkPipeline.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/gpu/vk/GrVkRenderPass.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/gpu/vk/GrVkResource.h View 2 chunks +9 lines, -3 lines 0 comments Download
M src/gpu/vk/GrVkResourceProvider.h View 1 2 3 4 3 chunks +12 lines, -4 lines 0 comments Download
M src/gpu/vk/GrVkResourceProvider.cpp View 1 2 3 4 4 chunks +73 lines, -5 lines 0 comments Download
M src/gpu/vk/GrVkSampler.h View 1 chunk +7 lines, -0 lines 0 comments Download
M tools/viewer/sk_app/VulkanWindowContext.cpp View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 10 (5 generated)
jvanverth1
https://codereview.chromium.org/2115993002/diff/60001/tools/viewer/sk_app/VulkanWindowContext.cpp File tools/viewer/sk_app/VulkanWindowContext.cpp (left): https://codereview.chromium.org/2115993002/diff/60001/tools/viewer/sk_app/VulkanWindowContext.cpp#oldcode413 tools/viewer/sk_app/VulkanWindowContext.cpp:413: fContext->abandonContext(); Removing this solves the leaked resources issue in ...
4 years, 5 months ago (2016-07-01 19:08:08 UTC) #3
egdaniel
lgtm with two comments https://codereview.chromium.org/2115993002/diff/60001/src/gpu/vk/GrVkResourceProvider.cpp File src/gpu/vk/GrVkResourceProvider.cpp (right): https://codereview.chromium.org/2115993002/diff/60001/src/gpu/vk/GrVkResourceProvider.cpp#newcode321 src/gpu/vk/GrVkResourceProvider.cpp:321: } Do we want an ...
4 years, 5 months ago (2016-07-05 14:18:37 UTC) #4
jvanverth1
https://codereview.chromium.org/2115993002/diff/60001/src/gpu/vk/GrVkResourceProvider.cpp File src/gpu/vk/GrVkResourceProvider.cpp (right): https://codereview.chromium.org/2115993002/diff/60001/src/gpu/vk/GrVkResourceProvider.cpp#newcode321 src/gpu/vk/GrVkResourceProvider.cpp:321: } On 2016/07/05 14:18:37, egdaniel wrote: > Do we ...
4 years, 5 months ago (2016-07-06 15:49:23 UTC) #5
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/2115993002/80001
4 years, 5 months ago (2016-07-06 15:49:39 UTC) #8
commit-bot: I haz the power
4 years, 5 months ago (2016-07-06 16:25:00 UTC) #10
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://skia.googlesource.com/skia/+/7ec92413307c9da43c013d1e4e15716a44059810

Powered by Google App Engine
This is Rietveld 408576698