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

Issue 1808263002: Implement Vulkan GrBackendObject for textures. (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : Add GrVkTypes #

Total comments: 4

Patch Set 3 : Address comments' #

Patch Set 4 : Some tweaks #

Total comments: 2

Patch Set 5 : Tweaks #

Unified diffs Side-by-side diffs Delta from patch set Stats (+378 lines, -65 lines) Patch
M gyp/gpu.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A include/gpu/vk/GrVkTypes.h View 1 2 1 chunk +42 lines, -0 lines 0 comments Download
M src/gpu/vk/GrVkGpu.cpp View 1 2 3 4 10 chunks +75 lines, -46 lines 0 comments Download
M src/gpu/vk/GrVkRenderTarget.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/gpu/vk/GrVkRenderTarget.cpp View 1 2 3 2 chunks +24 lines, -5 lines 0 comments Download
M src/gpu/vk/GrVkTexture.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/vk/GrVkTexture.cpp View 1 2 3 2 chunks +24 lines, -5 lines 0 comments Download
M src/gpu/vk/GrVkTextureRenderTarget.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/gpu/vk/GrVkTextureRenderTarget.cpp View 1 2 3 2 chunks +26 lines, -5 lines 0 comments Download
A tests/VkWrapTests.cpp View 1 2 3 4 1 chunk +179 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (6 generated)
jvanverth1
4 years, 9 months ago (2016-03-17 16:52:40 UTC) #4
bsalomon
https://codereview.chromium.org/1808263002/diff/20001/src/gpu/vk/GrVkRenderTarget.cpp File src/gpu/vk/GrVkRenderTarget.cpp (right): https://codereview.chromium.org/1808263002/diff/20001/src/gpu/vk/GrVkRenderTarget.cpp#newcode210 src/gpu/vk/GrVkRenderTarget.cpp:210: SkASSERT(info->fAlloc || kAdopted_LifeCycle != lifeCycle); Seems ok to assert ...
4 years, 9 months ago (2016-03-17 17:19:03 UTC) #5
egdaniel
https://codereview.chromium.org/1808263002/diff/20001/include/gpu/vk/GrVkTypes.h File include/gpu/vk/GrVkTypes.h (right): https://codereview.chromium.org/1808263002/diff/20001/include/gpu/vk/GrVkTypes.h#newcode36 include/gpu/vk/GrVkTypes.h:36: VkImageTiling fImageTiling; I wonder if we also will want ...
4 years, 9 months ago (2016-03-17 17:23:30 UTC) #6
jvanverth1
https://codereview.chromium.org/1808263002/diff/20001/include/gpu/vk/GrVkTypes.h File include/gpu/vk/GrVkTypes.h (right): https://codereview.chromium.org/1808263002/diff/20001/include/gpu/vk/GrVkTypes.h#newcode36 include/gpu/vk/GrVkTypes.h:36: VkImageTiling fImageTiling; On 2016/03/17 17:23:30, egdaniel wrote: > I ...
4 years, 9 months ago (2016-03-18 14:30:00 UTC) #7
bsalomon
lgtm https://codereview.chromium.org/1808263002/diff/60001/tests/VkWrapTests.cpp File tests/VkWrapTests.cpp (right): https://codereview.chromium.org/1808263002/diff/60001/tests/VkWrapTests.cpp#newcode3 tests/VkWrapTests.cpp:3: * Copyright 2015 Google Inc. 2016
4 years, 9 months ago (2016-03-18 15:20:44 UTC) #8
jvanverth1
https://codereview.chromium.org/1808263002/diff/60001/tests/VkWrapTests.cpp File tests/VkWrapTests.cpp (right): https://codereview.chromium.org/1808263002/diff/60001/tests/VkWrapTests.cpp#newcode3 tests/VkWrapTests.cpp:3: * Copyright 2015 Google Inc. On 2016/03/18 15:20:44, bsalomon ...
4 years, 9 months ago (2016-03-18 18:32:53 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1808263002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1808263002/80001
4 years, 9 months ago (2016-03-18 18:33:00 UTC) #12
commit-bot: I haz the power
4 years, 9 months ago (2016-03-18 18:57:28 UTC) #14
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://skia.googlesource.com/skia/+/fd359caf0cbdefd759d1c788d72faba3f65a6386

Powered by Google App Engine
This is Rietveld 408576698