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

Issue 1785813002: Enable extension support and debug layer. (Closed)

Created:
4 years, 9 months ago by jvanverth1
Modified:
4 years, 9 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 #

Patch Set 3 : Fix version #

Patch Set 4 : Add GrVkExtensions #

Total comments: 9

Patch Set 5 : Fixups #

Patch Set 6 : Fixes for line endings and versioning #

Unified diffs Side-by-side diffs Delta from patch set Stats (+579 lines, -8 lines) Patch
M gyp/gpu.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M include/gpu/vk/GrVkInterface.h View 3 chunks +21 lines, -0 lines 0 comments Download
A src/gpu/vk/GrVkExtensions.h View 1 2 3 1 chunk +92 lines, -0 lines 0 comments Download
A src/gpu/vk/GrVkExtensions.cpp View 1 2 3 4 1 chunk +252 lines, -0 lines 0 comments Download
M src/gpu/vk/GrVkGpu.h View 1 2 3 4 2 chunks +9 lines, -0 lines 0 comments Download
M src/gpu/vk/GrVkGpu.cpp View 1 2 3 4 5 6 chunks +171 lines, -7 lines 0 comments Download
M src/gpu/vk/GrVkInterface.cpp View 1 2 3 4 5 4 chunks +29 lines, -1 line 0 comments Download
M src/gpu/vk/GrVkUtil.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (12 generated)
jvanverth1
4 years, 9 months ago (2016-03-11 19:13:28 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1785813002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1785813002/40001
4 years, 9 months ago (2016-03-11 19:13:46 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Win-MSVC-x86-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86-Debug-Trybot/builds/7061)
4 years, 9 months ago (2016-03-11 19:17:21 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1785813002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1785813002/60001
4 years, 9 months ago (2016-03-11 19:34:08 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-11 19:59:39 UTC) #11
egdaniel
https://codereview.chromium.org/1785813002/diff/60001/src/gpu/vk/GrVkBuffer.cpp File src/gpu/vk/GrVkBuffer.cpp (right): https://codereview.chromium.org/1785813002/diff/60001/src/gpu/vk/GrVkBuffer.cpp#newcode129 src/gpu/vk/GrVkBuffer.cpp:129: // SkASSERT(fResource->unique()); I'm assuming this is just cause your ...
4 years, 9 months ago (2016-03-16 13:40:17 UTC) #12
jvanverth1
https://codereview.chromium.org/1785813002/diff/60001/src/gpu/vk/GrVkBuffer.cpp File src/gpu/vk/GrVkBuffer.cpp (right): https://codereview.chromium.org/1785813002/diff/60001/src/gpu/vk/GrVkBuffer.cpp#newcode129 src/gpu/vk/GrVkBuffer.cpp:129: // SkASSERT(fResource->unique()); On 2016/03/16 13:40:16, egdaniel wrote: > I'm ...
4 years, 9 months ago (2016-03-18 18:14:43 UTC) #13
egdaniel
lgtm, but GrVkBuffer now had a full file worth of changes. Check line endings https://codereview.chromium.org/1785813002/diff/60001/src/gpu/vk/GrVkInterface.cpp ...
4 years, 9 months ago (2016-03-18 18:22:18 UTC) #14
jvanverth1
On 2016/03/18 18:22:18, egdaniel wrote: > lgtm, but GrVkBuffer now had a full file worth ...
4 years, 9 months ago (2016-03-18 19:15:55 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1785813002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1785813002/100001
4 years, 9 months ago (2016-03-18 19:16:59 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: skia_presubmit-Trybot on client.skia.fyi (JOB_FAILED, http://build.chromium.org/p/client.skia.fyi/builders/skia_presubmit-Trybot/builds/7818)
4 years, 9 months ago (2016-03-18 19:18:50 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1785813002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1785813002/100001
4 years, 9 months ago (2016-03-18 19:34:14 UTC) #23
commit-bot: I haz the power
4 years, 9 months ago (2016-03-18 19:39:09 UTC) #25
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://skia.googlesource.com/skia/+/d2497f35ce9e9e70ab6c7acd82b212c80cb86d3a

Powered by Google App Engine
This is Rietveld 408576698