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

Issue 2172873003: Reuse sampler descriptor set allocations in Vulkan (Closed)

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

Reuse sampler descriptor set allocations in Vulkan BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2172873003 Committed: https://skia.googlesource.com/skia/+/707bbd622b425d5edc96f06580d5ddd3d9cbeb3e

Patch Set 1 #

Patch Set 2 : clean up #

Patch Set 3 : rebase #

Total comments: 6

Patch Set 4 : Review changes #

Patch Set 5 : nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+237 lines, -186 lines) Patch
M src/gpu/vk/GrVkDescriptorSetManager.h View 1 2 3 5 chunks +12 lines, -27 lines 0 comments Download
M src/gpu/vk/GrVkDescriptorSetManager.cpp View 1 2 3 4 3 chunks +135 lines, -7 lines 0 comments Download
M src/gpu/vk/GrVkPipelineState.h View 4 chunks +5 lines, -3 lines 0 comments Download
M src/gpu/vk/GrVkPipelineState.cpp View 7 chunks +24 lines, -14 lines 0 comments Download
M src/gpu/vk/GrVkPipelineStateBuilder.cpp View 1 2 3 6 chunks +12 lines, -51 lines 0 comments Download
M src/gpu/vk/GrVkResourceProvider.h View 1 2 3 5 chunks +20 lines, -33 lines 0 comments Download
M src/gpu/vk/GrVkResourceProvider.cpp View 1 2 3 4 6 chunks +28 lines, -51 lines 0 comments Download
M src/gpu/vk/GrVkUniformHandler.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
egdaniel
This causes us to make about 10% of the sampler DS allocations as we do ...
4 years, 5 months ago (2016-07-25 14:09:16 UTC) #3
jvanverth1
https://codereview.chromium.org/2172873003/diff/40001/src/gpu/vk/GrVkDescriptorSetManager.cpp File src/gpu/vk/GrVkDescriptorSetManager.cpp (right): https://codereview.chromium.org/2172873003/diff/40001/src/gpu/vk/GrVkDescriptorSetManager.cpp#newcode78 src/gpu/vk/GrVkDescriptorSetManager.cpp:78: VkDescriptorSetLayout GrVkDescriptorSetManager::layout() const { return fPoolManager.fDescLayout; } Put in ...
4 years, 5 months ago (2016-07-25 19:12:56 UTC) #4
egdaniel
https://codereview.chromium.org/2172873003/diff/40001/src/gpu/vk/GrVkDescriptorSetManager.cpp File src/gpu/vk/GrVkDescriptorSetManager.cpp (right): https://codereview.chromium.org/2172873003/diff/40001/src/gpu/vk/GrVkDescriptorSetManager.cpp#newcode78 src/gpu/vk/GrVkDescriptorSetManager.cpp:78: VkDescriptorSetLayout GrVkDescriptorSetManager::layout() const { return fPoolManager.fDescLayout; } On 2016/07/25 ...
4 years, 4 months ago (2016-07-26 13:33:19 UTC) #5
jvanverth1
lgtm
4 years, 4 months ago (2016-07-26 13:54:43 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/2172873003/80001
4 years, 4 months ago (2016-07-26 13:55:46 UTC) #8
commit-bot: I haz the power
4 years, 4 months ago (2016-07-26 14:19:51 UTC) #10
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://skia.googlesource.com/skia/+/707bbd622b425d5edc96f06580d5ddd3d9cbeb3e

Powered by Google App Engine
This is Rietveld 408576698