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

Issue 1925303002: Add mipmap loading to Vulkan. (Closed)

Created:
4 years, 7 months ago by jvanverth1
Modified:
4 years, 7 months ago
Reviewers:
egdaniel, bsalomon
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 : Some fixups and notes for future work #

Total comments: 10

Patch Set 3 : Remove unnecessary member var #

Patch Set 4 : Fixes to handle mipmap allocations and autogen #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+310 lines, -221 lines) Patch
M src/gpu/GrGpu.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M src/gpu/GrGpu.cpp View 1 2 3 4 chunks +19 lines, -0 lines 2 comments Download
M src/gpu/gl/GrGLGpu.h View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M src/gpu/gl/GrGLGpu.cpp View 1 2 3 3 chunks +1 line, -26 lines 0 comments Download
M src/gpu/vk/GrVkGpu.h View 1 chunk +10 lines, -6 lines 0 comments Download
M src/gpu/vk/GrVkGpu.cpp View 1 2 3 13 chunks +240 lines, -152 lines 2 comments Download
M src/gpu/vk/GrVkImage.h View 1 2 3 4 chunks +13 lines, -8 lines 0 comments Download
M src/gpu/vk/GrVkTexture.h View 1 2 3 3 chunks +3 lines, -4 lines 0 comments Download
M src/gpu/vk/GrVkTexture.cpp View 1 2 3 9 chunks +21 lines, -23 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
jvanverth1
4 years, 7 months ago (2016-04-28 19:56:58 UTC) #3
bsalomon
seems ok to me but I defer to Greg
4 years, 7 months ago (2016-04-29 13:29:42 UTC) #4
jvanverth1
A couple comments and one update: https://codereview.chromium.org/1925303002/diff/20001/src/gpu/vk/GrVkImage.h File src/gpu/vk/GrVkImage.h (right): https://codereview.chromium.org/1925303002/diff/20001/src/gpu/vk/GrVkImage.h#newcode34 src/gpu/vk/GrVkImage.h:34: GrBackendObjectOwnership fOwnership; I ...
4 years, 7 months ago (2016-04-29 13:44:15 UTC) #5
egdaniel
https://codereview.chromium.org/1925303002/diff/20001/src/gpu/vk/GrVkGpu.cpp File src/gpu/vk/GrVkGpu.cpp (right): https://codereview.chromium.org/1925303002/diff/20001/src/gpu/vk/GrVkGpu.cpp#newcode329 src/gpu/vk/GrVkGpu.cpp:329: : top; can this now fit on the line ...
4 years, 7 months ago (2016-04-29 14:12:28 UTC) #6
jvanverth1
Comments addressed. In doing this, I realized that we may need to allocate subresources when ...
4 years, 7 months ago (2016-04-29 17:36:32 UTC) #7
egdaniel
lgtm with just some general questions https://codereview.chromium.org/1925303002/diff/60001/src/gpu/GrGpu.cpp File src/gpu/GrGpu.cpp (right): https://codereview.chromium.org/1925303002/diff/60001/src/gpu/GrGpu.cpp#newcode431 src/gpu/GrGpu.cpp:431: if (texture && ...
4 years, 7 months ago (2016-04-29 18:10:28 UTC) #8
jvanverth1
https://codereview.chromium.org/1925303002/diff/60001/src/gpu/GrGpu.cpp File src/gpu/GrGpu.cpp (right): https://codereview.chromium.org/1925303002/diff/60001/src/gpu/GrGpu.cpp#newcode431 src/gpu/GrGpu.cpp:431: if (texture && 1 == mipLevels) { On 2016/04/29 ...
4 years, 7 months ago (2016-04-29 18:16:10 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1925303002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1925303002/60001
4 years, 7 months ago (2016-04-29 18:27:01 UTC) #11
commit-bot: I haz the power
4 years, 7 months ago (2016-04-29 20:53:15 UTC) #13
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/900bd4a0463bc6471ef07a77120b413bd8f472b2

Powered by Google App Engine
This is Rietveld 408576698