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

Issue 2238563002: Fix 4444 on Vulkan devices who don't support RGBA_4444 (Closed)

Created:
4 years, 4 months ago by egdaniel
Modified:
4 years, 4 months ago
Reviewers:
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 : rebase #

Patch Set 3 : nits #

Total comments: 6

Patch Set 4 : Add comments #

Patch Set 5 : Read back in 8888 #

Total comments: 2

Patch Set 6 : update comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+167 lines, -4 lines) Patch
M src/gpu/GrGpu.cpp View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M src/gpu/vk/GrVkCaps.h View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/vk/GrVkCaps.cpp View 1 2 3 1 chunk +10 lines, -1 line 0 comments Download
M src/gpu/vk/GrVkUtil.cpp View 1 2 3 2 chunks +6 lines, -2 lines 0 comments Download
A tests/PackedConfigsTextureTest.cpp View 1 2 3 4 1 chunk +144 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (13 generated)
egdaniel
4 years, 4 months ago (2016-08-10 18:35:42 UTC) #3
egdaniel
On 2016/08/10 18:35:42, egdaniel wrote: ping
4 years, 4 months ago (2016-08-11 17:23:16 UTC) #4
bsalomon
lgtm w/ request for some comments https://codereview.chromium.org/2238563002/diff/40001/src/gpu/vk/GrVkCaps.cpp File src/gpu/vk/GrVkCaps.cpp (right): https://codereview.chromium.org/2238563002/diff/40001/src/gpu/vk/GrVkCaps.cpp#newcode140 src/gpu/vk/GrVkCaps.cpp:140: if (kRGBA_4444_GrPixelConfig == ...
4 years, 4 months ago (2016-08-11 18:02:08 UTC) #5
egdaniel
https://codereview.chromium.org/2238563002/diff/40001/src/gpu/vk/GrVkCaps.cpp File src/gpu/vk/GrVkCaps.cpp (right): https://codereview.chromium.org/2238563002/diff/40001/src/gpu/vk/GrVkCaps.cpp#newcode140 src/gpu/vk/GrVkCaps.cpp:140: if (kRGBA_4444_GrPixelConfig == config) { On 2016/08/11 18:02:08, bsalomon ...
4 years, 4 months ago (2016-08-11 20:09:15 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/2238563002/60001
4 years, 4 months ago (2016-08-11 20:09:24 UTC) #9
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://skia.googlesource.com/skia/+/637b3bf2b9c10398d823bd015a722842d4f2f971
4 years, 4 months ago (2016-08-11 20:44:27 UTC) #11
egdaniel
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/2240713003/ by egdaniel@google.com. ...
4 years, 4 months ago (2016-08-11 23:17:25 UTC) #12
egdaniel
Updated to read back into an 8888 buffer
4 years, 4 months ago (2016-08-12 17:17:54 UTC) #14
egdaniel
ptal at the changes
4 years, 4 months ago (2016-08-15 14:50:45 UTC) #19
bsalomon
comment about comment, otherwise lgtm. https://codereview.chromium.org/2238563002/diff/80001/src/gpu/GrGpu.cpp File src/gpu/GrGpu.cpp (right): https://codereview.chromium.org/2238563002/diff/80001/src/gpu/GrGpu.cpp#newcode281 src/gpu/GrGpu.cpp:281: // required to be ...
4 years, 4 months ago (2016-08-15 16:24:08 UTC) #20
egdaniel
https://codereview.chromium.org/2238563002/diff/80001/src/gpu/GrGpu.cpp File src/gpu/GrGpu.cpp (right): https://codereview.chromium.org/2238563002/diff/80001/src/gpu/GrGpu.cpp#newcode281 src/gpu/GrGpu.cpp:281: // required to be renderable formats on all backends. ...
4 years, 4 months ago (2016-08-15 17:03:01 UTC) #21
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/2238563002/100001
4 years, 4 months ago (2016-08-15 17:41:02 UTC) #24
commit-bot: I haz the power
4 years, 4 months ago (2016-08-15 17:59:22 UTC) #26
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://skia.googlesource.com/skia/+/3fe0327585f32ea2b9334965d8c90d9d699c584e

Powered by Google App Engine
This is Rietveld 408576698