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

Issue 2163673002: Setup system in Vulkan to reuse VkDescriptorSet allocations. (Closed)

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

Description

Setup system in Vulkan to reuse VkDescriptorSet allocations. This CL uses the new system for uniform buffers. In a follow up CL I will add support for samplers. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2163673002 Committed: https://skia.googlesource.com/skia/+/a95220d3b8deaec22a4706cd3030dd9a8454aeb9

Patch Set 1 #

Patch Set 2 : Could be working #

Patch Set 3 : rebased and changed to not store all allocated sets #

Patch Set 4 : cleanup #

Total comments: 16

Patch Set 5 : Review cleanup #

Patch Set 6 : nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+403 lines, -70 lines) Patch
M gyp/gpu.gypi View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M src/gpu/vk/GrVkCommandBuffer.cpp View 1 2 1 chunk +0 lines, -1 line 0 comments Download
A src/gpu/vk/GrVkDescriptorSet.h View 1 2 3 4 1 chunk +44 lines, -0 lines 0 comments Download
A src/gpu/vk/GrVkDescriptorSet.cpp View 1 2 3 4 1 chunk +34 lines, -0 lines 0 comments Download
A src/gpu/vk/GrVkDescriptorSetManager.h View 1 2 3 4 5 1 chunk +97 lines, -0 lines 0 comments Download
A src/gpu/vk/GrVkDescriptorSetManager.cpp View 1 2 3 4 1 chunk +120 lines, -0 lines 0 comments Download
M src/gpu/vk/GrVkImage.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/vk/GrVkPipelineState.h View 1 3 chunks +5 lines, -1 line 0 comments Download
M src/gpu/vk/GrVkPipelineState.cpp View 1 2 7 chunks +20 lines, -21 lines 0 comments Download
M src/gpu/vk/GrVkResource.h View 1 2 3 4 1 chunk +4 lines, -3 lines 0 comments Download
M src/gpu/vk/GrVkResourceProvider.h View 1 2 3 4 chunks +26 lines, -8 lines 0 comments Download
M src/gpu/vk/GrVkResourceProvider.cpp View 1 2 3 4 5 chunks +48 lines, -35 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
egdaniel
4 years, 5 months ago (2016-07-20 16:55:39 UTC) #3
jvanverth1
https://codereview.chromium.org/2163673002/diff/60001/gyp/gpu.gypi File gyp/gpu.gypi (right): https://codereview.chromium.org/2163673002/diff/60001/gyp/gpu.gypi#newcode460 gyp/gpu.gypi:460: '<(skia_src_path)/gpu/vk/GrVkDescriptorSet.cpp', I think this file is missing. https://codereview.chromium.org/2163673002/diff/60001/src/gpu/vk/GrVkDescriptorSet.h File ...
4 years, 5 months ago (2016-07-21 15:30:06 UTC) #4
egdaniel
https://codereview.chromium.org/2163673002/diff/60001/gyp/gpu.gypi File gyp/gpu.gypi (right): https://codereview.chromium.org/2163673002/diff/60001/gyp/gpu.gypi#newcode460 gyp/gpu.gypi:460: '<(skia_src_path)/gpu/vk/GrVkDescriptorSet.cpp', On 2016/07/21 15:30:06, jvanverth1 wrote: > I think ...
4 years, 5 months ago (2016-07-21 17:27:11 UTC) #5
jvanverth1
lgtm
4 years, 5 months ago (2016-07-21 18:22:11 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/2163673002/100001
4 years, 5 months ago (2016-07-21 18:24:06 UTC) #8
commit-bot: I haz the power
4 years, 5 months ago (2016-07-21 18:50:42 UTC) #10
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://skia.googlesource.com/skia/+/a95220d3b8deaec22a4706cd3030dd9a8454aeb9

Powered by Google App Engine
This is Rietveld 408576698