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

Issue 2302333002: Small perf optimizations preparing sampled images in vulkan (Closed)

Created:
4 years, 3 months ago by egdaniel
Modified:
4 years, 3 months ago
Reviewers:
jvanverth1
CC:
reviews_skia.org
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Small perf optimizations preparing sampled images in vulkan In our current setup, there is no need for storing the sampled images in an array and then putting in barriers for them later. If we ever change the system to building up these secondary command buffers early, we will need to go back to storing the sampled images. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2302333002 Committed: https://skia.googlesource.com/skia/+/8d2141f0dbb36b92d0e3feb23a08663c29b59db0

Patch Set 1 #

Patch Set 2 : add comment #

Total comments: 1

Patch Set 3 : update comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -40 lines) Patch
M src/gpu/vk/GrVkGpuCommandBuffer.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/gpu/vk/GrVkGpuCommandBuffer.cpp View 1 2 4 chunks +30 lines, -38 lines 0 comments Download

Messages

Total messages: 13 (9 generated)
egdaniel
4 years, 3 months ago (2016-09-02 14:08:26 UTC) #3
jvanverth1
lgtm https://codereview.chromium.org/2302333002/diff/20001/src/gpu/vk/GrVkGpuCommandBuffer.cpp File src/gpu/vk/GrVkGpuCommandBuffer.cpp (right): https://codereview.chromium.org/2302333002/diff/20001/src/gpu/vk/GrVkGpuCommandBuffer.cpp#newcode357 src/gpu/vk/GrVkGpuCommandBuffer.cpp:357: // If we ever decide to create the ...
4 years, 3 months ago (2016-09-02 14:37:27 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/2302333002/40001
4 years, 3 months ago (2016-09-02 14:43:29 UTC) #11
commit-bot: I haz the power
4 years, 3 months ago (2016-09-02 18:19:21 UTC) #13
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/8d2141f0dbb36b92d0e3feb23a08663c29b59db0

Powered by Google App Engine
This is Rietveld 408576698