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

Issue 1906623002: Update min Vulkan version to 1.0.8.0, and fix various bugs (Closed)

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

Update min Vulkan version to 1.0.8.0, and fix various bugs With updating the SDK, the debug layers also showed multiple bugs. I have fixed those as well in this CL. These include: 1. Incorrectly tracking the allocated descriptor sets from the descriptor pools 2. Using MemoryBarriers inside render passes. 3. Correctly setting the Stencil Image layout anytime we are using a render pass with a stencil attachment 4. Setting the correct aspect mask for Depth/Stencil in a barrier. TBR=bsalomon@google.com BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1906623002 Committed: https://skia.googlesource.com/skia/+/58a8d9214a70e0f6c81c88a8b0b563c06bf0f70e

Patch Set 1 #

Patch Set 2 : #

Total comments: 8

Patch Set 3 : review fixes #

Patch Set 4 : forgot to save file #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -76 lines) Patch
M include/gpu/vk/GrVkTypes.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/vk/GrVkBackendContext.cpp View 2 chunks +5 lines, -6 lines 0 comments Download
M src/gpu/vk/GrVkCommandBuffer.h View 2 chunks +2 lines, -3 lines 0 comments Download
M src/gpu/vk/GrVkCommandBuffer.cpp View 1 2 3 chunks +6 lines, -1 line 0 comments Download
M src/gpu/vk/GrVkGpu.cpp View 1 2 3 4 13 chunks +48 lines, -27 lines 0 comments Download
M src/gpu/vk/GrVkImage.h View 1 2 3 3 chunks +13 lines, -6 lines 0 comments Download
M src/gpu/vk/GrVkImage.cpp View 4 chunks +16 lines, -3 lines 0 comments Download
M src/gpu/vk/GrVkPipelineState.h View 2 chunks +8 lines, -6 lines 0 comments Download
M src/gpu/vk/GrVkPipelineState.cpp View 1 chunk +10 lines, -11 lines 0 comments Download
M src/gpu/vk/GrVkRenderTarget.cpp View 1 chunk +5 lines, -2 lines 0 comments Download
M src/gpu/vk/GrVkStencilAttachment.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M src/gpu/vk/GrVkTexture.cpp View 1 chunk +5 lines, -2 lines 0 comments Download
M src/gpu/vk/GrVkTextureRenderTarget.cpp View 1 chunk +5 lines, -2 lines 0 comments Download
M tools/vulkan/VulkanTestContext.h View 1 chunk +1 line, -1 line 0 comments Download
M tools/vulkan/VulkanTestContext.cpp View 1 2 3 chunks +7 lines, -5 lines 0 comments Download

Messages

Total messages: 17 (9 generated)
egdaniel
4 years, 8 months ago (2016-04-20 18:53:11 UTC) #4
jvanverth1
https://codereview.chromium.org/1906623002/diff/20001/src/gpu/vk/GrVkBackendContext.cpp File src/gpu/vk/GrVkBackendContext.cpp (right): https://codereview.chromium.org/1906623002/diff/20001/src/gpu/vk/GrVkBackendContext.cpp#newcode26 src/gpu/vk/GrVkBackendContext.cpp:26: "VK_LAYER_GOOGLE_unique_objects", Does this work with the WSI code? I ...
4 years, 8 months ago (2016-04-21 13:25:24 UTC) #5
egdaniel
https://codereview.chromium.org/1906623002/diff/20001/src/gpu/vk/GrVkBackendContext.cpp File src/gpu/vk/GrVkBackendContext.cpp (right): https://codereview.chromium.org/1906623002/diff/20001/src/gpu/vk/GrVkBackendContext.cpp#newcode26 src/gpu/vk/GrVkBackendContext.cpp:26: "VK_LAYER_GOOGLE_unique_objects", On 2016/04/21 13:25:24, jvanverth1 wrote: > Does this ...
4 years, 8 months ago (2016-04-21 14:09:20 UTC) #6
jvanverth1
lgtm
4 years, 8 months ago (2016-04-21 14:18:14 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1906623002/70001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1906623002/70001
4 years, 8 months ago (2016-04-21 14:23:55 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: skia_presubmit-Trybot on client.skia.fyi (JOB_FAILED, http://build.chromium.org/p/client.skia.fyi/builders/skia_presubmit-Trybot/builds/8929)
4 years, 8 months ago (2016-04-21 14:25:25 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1906623002/70001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1906623002/70001
4 years, 8 months ago (2016-04-21 15:02:15 UTC) #15
commit-bot: I haz the power
4 years, 8 months ago (2016-04-21 15:03:13 UTC) #17
Message was sent while issue was closed.
Committed patchset #5 (id:70001) as
https://skia.googlesource.com/skia/+/58a8d9214a70e0f6c81c88a8b0b563c06bf0f70e

Powered by Google App Engine
This is Rietveld 408576698