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

Issue 2275633002: Add support for getting vulkan descriptor sets without a GrVkUniformHandler. (Closed)

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

Description

Add support for getting vulkan descriptor sets without a GrVkUniformHandler. This change allows us to use the current descriptor set system for doing copies as draws. This is a step towards being able to track resources for draws that don't go through out normal pipeline. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2275633002 Committed: https://skia.googlesource.com/skia/+/4d866dfc46bc381da1761d05ce8b5a3bb0cd7f00

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -7 lines) Patch
M src/gpu/vk/GrVkDescriptorSetManager.h View 1 3 chunks +13 lines, -0 lines 0 comments Download
M src/gpu/vk/GrVkDescriptorSetManager.cpp View 1 3 chunks +74 lines, -7 lines 0 comments Download
M src/gpu/vk/GrVkResourceProvider.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/gpu/vk/GrVkResourceProvider.cpp View 1 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
egdaniel
4 years, 4 months ago (2016-08-23 18:46:20 UTC) #3
jvanverth1
https://codereview.chromium.org/2275633002/diff/1/src/gpu/vk/GrVkDescriptorSetManager.cpp File src/gpu/vk/GrVkDescriptorSetManager.cpp (right): https://codereview.chromium.org/2275633002/diff/1/src/gpu/vk/GrVkDescriptorSetManager.cpp#newcode23 src/gpu/vk/GrVkDescriptorSetManager.cpp:23: fBindingVisibilities.push_back(uniformHandler->getSampler(i).visibility()); Any possibility of storing the visibilities as a ...
4 years, 4 months ago (2016-08-23 20:13:36 UTC) #4
egdaniel
On 2016/08/23 20:13:36, jvanverth1 wrote: > https://codereview.chromium.org/2275633002/diff/1/src/gpu/vk/GrVkDescriptorSetManager.cpp > File src/gpu/vk/GrVkDescriptorSetManager.cpp (right): > > https://codereview.chromium.org/2275633002/diff/1/src/gpu/vk/GrVkDescriptorSetManager.cpp#newcode23 > ...
4 years, 4 months ago (2016-08-23 20:36:31 UTC) #5
jvanverth1
lgtm https://codereview.chromium.org/2275633002/diff/1/src/gpu/vk/GrVkDescriptorSetManager.h File src/gpu/vk/GrVkDescriptorSetManager.h (right): https://codereview.chromium.org/2275633002/diff/1/src/gpu/vk/GrVkDescriptorSetManager.h#newcode35 src/gpu/vk/GrVkDescriptorSetManager.h:35: const uint32_t* visibilities, Suggestion: use a const SkTArray<uint32_t>& ...
4 years, 4 months ago (2016-08-23 20:43:07 UTC) #6
jvanverth1
On 2016/08/23 20:36:31, egdaniel wrote: > On 2016/08/23 20:13:36, jvanverth1 wrote: > > > https://codereview.chromium.org/2275633002/diff/1/src/gpu/vk/GrVkDescriptorSetManager.cpp ...
4 years, 4 months ago (2016-08-23 20:44:02 UTC) #7
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/2275633002/20001
4 years, 3 months ago (2016-08-25 20:15:11 UTC) #10
commit-bot: I haz the power
4 years, 3 months ago (2016-08-25 20:52:15 UTC) #12
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/4d866dfc46bc381da1761d05ce8b5a3bb0cd7f00

Powered by Google App Engine
This is Rietveld 408576698