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

Issue 2146103002: Update RT views and framebuffer in vulkan after mipmaping (Closed)

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

Description

Update RT views and framebuffer in vulkan after mipmaping I've also changed it so all attachment views (texture, color, and resolve) are created separately and not shared with each other. This just added a lot more complexity than we were probably even saving in time. A quick fix to make sure we don't reuse keys in resource tracking also got merged into this change. BUG=skia:5223 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2146103002 Committed: https://skia.googlesource.com/skia/+/50ead53ac97deb23310916e3736c3f5e2d8f7f4b

Patch Set 1 #

Total comments: 5

Patch Set 2 : nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -55 lines) Patch
M src/gpu/vk/GrVkBuffer.h View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/vk/GrVkGpu.h View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/vk/GrVkGpu.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/vk/GrVkGpuCommandBuffer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/vk/GrVkRenderTarget.h View 2 chunks +6 lines, -5 lines 0 comments Download
M src/gpu/vk/GrVkRenderTarget.cpp View 5 chunks +5 lines, -4 lines 0 comments Download
M src/gpu/vk/GrVkResource.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/vk/GrVkResourceProvider.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/vk/GrVkTexture.h View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/vk/GrVkTexture.cpp View 1 4 chunks +10 lines, -2 lines 0 comments Download
M src/gpu/vk/GrVkTextureRenderTarget.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/gpu/vk/GrVkTextureRenderTarget.cpp View 3 chunks +52 lines, -36 lines 0 comments Download

Messages

Total messages: 12 (7 generated)
egdaniel
4 years, 5 months ago (2016-07-13 20:30:11 UTC) #4
jvanverth1
lgtm + comments https://codereview.chromium.org/2146103002/diff/1/src/gpu/vk/GrVkBuffer.h File src/gpu/vk/GrVkBuffer.h (left): https://codereview.chromium.org/2146103002/diff/1/src/gpu/vk/GrVkBuffer.h#oldcode71 src/gpu/vk/GrVkBuffer.h:71: void freeGPUData(const GrVkGpu* gpu) const; I ...
4 years, 5 months ago (2016-07-13 21:01:45 UTC) #5
egdaniel
https://codereview.chromium.org/2146103002/diff/1/src/gpu/vk/GrVkResource.h File src/gpu/vk/GrVkResource.h (right): https://codereview.chromium.org/2146103002/diff/1/src/gpu/vk/GrVkResource.h#newcode63 src/gpu/vk/GrVkResource.h:63: static SkRandom fRandom; On 2016/07/13 21:01:45, jvanverth1 wrote: > ...
4 years, 5 months ago (2016-07-13 21:06:35 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/2146103002/20001
4 years, 5 months ago (2016-07-13 21:06:43 UTC) #10
commit-bot: I haz the power
4 years, 5 months ago (2016-07-13 21:23:30 UTC) #12
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/50ead53ac97deb23310916e3736c3f5e2d8f7f4b

Powered by Google App Engine
This is Rietveld 408576698