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

Issue 2353563003: Create GrVkCopyPipeline class (Closed)

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

Description

Create GrVkCopyPipeline class This creates a special subclass of GrVkPipeline that we can use for doing copies on draws. Currently this is not hooked into the system. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2353563003 Committed: https://skia.googlesource.com/skia/+/12c7563d7ec4eea4b55b1fb637e63ce3cf3ec384

Patch Set 1 #

Patch Set 2 : add files #

Total comments: 4

Patch Set 3 : add comment about renderpass #

Unified diffs Side-by-side diffs Delta from patch set Stats (+238 lines, -5 lines) Patch
M gyp/gpu.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A src/gpu/vk/GrVkCopyPipeline.h View 1 2 1 chunk +43 lines, -0 lines 0 comments Download
A src/gpu/vk/GrVkCopyPipeline.cpp View 1 1 chunk +190 lines, -0 lines 0 comments Download
M src/gpu/vk/GrVkPipeline.h View 1 chunk +3 lines, -5 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
egdaniel
This is one of the pre-steps to landing copy as draws for vulkan
4 years, 3 months ago (2016-09-19 17:29:33 UTC) #3
jvanverth1
https://codereview.chromium.org/2353563003/diff/20001/src/gpu/vk/GrVkCopyPipeline.cpp File src/gpu/vk/GrVkCopyPipeline.cpp (right): https://codereview.chromium.org/2353563003/diff/20001/src/gpu/vk/GrVkCopyPipeline.cpp#newcode185 src/gpu/vk/GrVkCopyPipeline.cpp:185: return new GrVkCopyPipeline(vkPipeline, &renderPass); This seems a little dangerous. ...
4 years, 3 months ago (2016-09-19 18:38:29 UTC) #4
egdaniel
https://codereview.chromium.org/2353563003/diff/20001/src/gpu/vk/GrVkCopyPipeline.cpp File src/gpu/vk/GrVkCopyPipeline.cpp (right): https://codereview.chromium.org/2353563003/diff/20001/src/gpu/vk/GrVkCopyPipeline.cpp#newcode185 src/gpu/vk/GrVkCopyPipeline.cpp:185: return new GrVkCopyPipeline(vkPipeline, &renderPass); On 2016/09/19 18:38:29, jvanverth1 wrote: ...
4 years, 3 months ago (2016-09-19 18:56:33 UTC) #5
jvanverth1
lgtm https://codereview.chromium.org/2353563003/diff/20001/src/gpu/vk/GrVkCopyPipeline.cpp File src/gpu/vk/GrVkCopyPipeline.cpp (right): https://codereview.chromium.org/2353563003/diff/20001/src/gpu/vk/GrVkCopyPipeline.cpp#newcode185 src/gpu/vk/GrVkCopyPipeline.cpp:185: return new GrVkCopyPipeline(vkPipeline, &renderPass); On 2016/09/19 18:56:33, egdaniel ...
4 years, 3 months ago (2016-09-19 19:05:52 UTC) #6
egdaniel
https://codereview.chromium.org/2353563003/diff/20001/src/gpu/vk/GrVkCopyPipeline.cpp File src/gpu/vk/GrVkCopyPipeline.cpp (right): https://codereview.chromium.org/2353563003/diff/20001/src/gpu/vk/GrVkCopyPipeline.cpp#newcode185 src/gpu/vk/GrVkCopyPipeline.cpp:185: return new GrVkCopyPipeline(vkPipeline, &renderPass); On 2016/09/19 19:05:52, jvanverth1 wrote: ...
4 years, 3 months ago (2016-09-19 20:10:29 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/2353563003/40001
4 years, 3 months ago (2016-09-19 20:10:42 UTC) #10
commit-bot: I haz the power
4 years, 3 months ago (2016-09-19 20:39:36 UTC) #12
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/12c7563d7ec4eea4b55b1fb637e63ce3cf3ec384

Powered by Google App Engine
This is Rietveld 408576698