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

Issue 1989013002: Added Vulkan Descriptor Sets and Samplers. (Closed)

Created:
4 years, 7 months ago by David Yen
Modified:
4 years, 7 months ago
Reviewers:
piman
CC:
chromium-reviews, piman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Added Vulkan Descriptor Sets and Samplers. R=piman@chromium.org BUG=582558 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel Committed: https://crrev.com/f75239bf238c5d5f13a92fef41ae9ac2aec5685d Cr-Commit-Position: refs/heads/master@{#394586}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Separated out descriptor layout #

Unified diffs Side-by-side diffs Delta from patch set Stats (+501 lines, -0 lines) Patch
M gpu/vulkan/BUILD.gn View 1 2 chunks +8 lines, -0 lines 0 comments Download
A gpu/vulkan/vulkan_descriptor_layout.h View 1 1 chunk +39 lines, -0 lines 0 comments Download
A gpu/vulkan/vulkan_descriptor_layout.cc View 1 1 chunk +49 lines, -0 lines 0 comments Download
A gpu/vulkan/vulkan_descriptor_pool.h View 1 1 chunk +50 lines, -0 lines 0 comments Download
A gpu/vulkan/vulkan_descriptor_pool.cc View 1 1 chunk +79 lines, -0 lines 0 comments Download
A gpu/vulkan/vulkan_descriptor_set.h View 1 1 chunk +60 lines, -0 lines 0 comments Download
A gpu/vulkan/vulkan_descriptor_set.cc View 1 1 chunk +98 lines, -0 lines 0 comments Download
A gpu/vulkan/vulkan_sampler.h View 1 1 chunk +58 lines, -0 lines 0 comments Download
A gpu/vulkan/vulkan_sampler.cc View 1 chunk +60 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
David Yen
4 years, 7 months ago (2016-05-18 00:06:15 UTC) #1
piman
https://codereview.chromium.org/1989013002/diff/1/gpu/vulkan/vulkan_descriptor_pool.cc File gpu/vulkan/vulkan_descriptor_pool.cc (right): https://codereview.chromium.org/1989013002/diff/1/gpu/vulkan/vulkan_descriptor_pool.cc#newcode57 gpu/vulkan/vulkan_descriptor_pool.cc:57: descriptor_count_ = 0; nit: it's already 0 (see DCHECK) ...
4 years, 7 months ago (2016-05-18 19:02:18 UTC) #3
David Yen
https://codereview.chromium.org/1989013002/diff/1/gpu/vulkan/vulkan_descriptor_pool.cc File gpu/vulkan/vulkan_descriptor_pool.cc (right): https://codereview.chromium.org/1989013002/diff/1/gpu/vulkan/vulkan_descriptor_pool.cc#newcode57 gpu/vulkan/vulkan_descriptor_pool.cc:57: descriptor_count_ = 0; On 2016/05/18 19:02:18, piman wrote: > ...
4 years, 7 months ago (2016-05-18 21:08:35 UTC) #4
piman
lgtm
4 years, 7 months ago (2016-05-18 21:26:32 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1989013002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1989013002/20001
4 years, 7 months ago (2016-05-18 21:28:33 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 7 months ago (2016-05-18 23:04:07 UTC) #8
commit-bot: I haz the power
4 years, 7 months ago (2016-05-18 23:05:47 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/f75239bf238c5d5f13a92fef41ae9ac2aec5685d
Cr-Commit-Position: refs/heads/master@{#394586}

Powered by Google App Engine
This is Rietveld 408576698