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

Issue 1038643002: Add support for using alternative backends (like DirectX) when creating a GrGpu. (Closed)

Created:
5 years, 9 months ago by egdaniel
Modified:
5 years, 9 months ago
CC:
reviews_skia.org
Base URL:
https://chromium.googlesource.com/skia@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Add support for using alternative backends (like DirectX) when creating a GrGpu. BUG=skia: Committed: https://skia.googlesource.com/skia/+/384181c8100e059a94b1708f8af766e598fab3d9

Patch Set 1 #

Total comments: 7

Patch Set 2 : Review fixes #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -20 lines) Patch
M gyp/gpu.gypi View 1 chunk +1 line, -0 lines 0 comments Download
A src/gpu/GrGpuFactory.h View 1 chunk +23 lines, -0 lines 0 comments Download
M src/gpu/GrGpuFactory.cpp View 1 2 3 1 chunk +32 lines, -20 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
egdaniel
5 years, 9 months ago (2015-03-25 13:35:25 UTC) #2
robertphillips
lgtm https://codereview.chromium.org/1038643002/diff/1/src/gpu/GrGpuFactory.cpp File src/gpu/GrGpuFactory.cpp (right): https://codereview.chromium.org/1038643002/diff/1/src/gpu/GrGpuFactory.cpp#newcode48 src/gpu/GrGpuFactory.cpp:48: GrGpu* GrGpu::Create(GrBackend backend, GrBackendContext backendContext, GrContext* context) { ...
5 years, 9 months ago (2015-03-25 13:58:24 UTC) #3
bsalomon
https://codereview.chromium.org/1038643002/diff/1/src/gpu/GrGpuFactory.cpp File src/gpu/GrGpuFactory.cpp (right): https://codereview.chromium.org/1038643002/diff/1/src/gpu/GrGpuFactory.cpp#newcode17 src/gpu/GrGpuFactory.cpp:17: static GrGpu* GLGpuCreate(GrBackendContext backendContext, GrContext* context) { gl_cpu_create (static_functions_use_hacker_naming) ...
5 years, 9 months ago (2015-03-25 14:11:54 UTC) #4
robertphillips
https://codereview.chromium.org/1038643002/diff/1/src/gpu/GrGpuFactory.cpp File src/gpu/GrGpuFactory.cpp (right): https://codereview.chromium.org/1038643002/diff/1/src/gpu/GrGpuFactory.cpp#newcode44 src/gpu/GrGpuFactory.cpp:44: GrGpuFactoryRegistrar::GrGpuFactoryRegistrar(int i, CreateGpuProc proc) { On 2015/03/25 14:11:54, bsalomon ...
5 years, 9 months ago (2015-03-25 16:01:02 UTC) #5
egdaniel
https://codereview.chromium.org/1038643002/diff/1/src/gpu/GrGpuFactory.cpp File src/gpu/GrGpuFactory.cpp (right): https://codereview.chromium.org/1038643002/diff/1/src/gpu/GrGpuFactory.cpp#newcode17 src/gpu/GrGpuFactory.cpp:17: static GrGpu* GLGpuCreate(GrBackendContext backendContext, GrContext* context) { On 2015/03/25 ...
5 years, 9 months ago (2015-03-25 16:17:17 UTC) #6
bsalomon
On 2015/03/25 16:17:17, egdaniel wrote: > https://codereview.chromium.org/1038643002/diff/1/src/gpu/GrGpuFactory.cpp > File src/gpu/GrGpuFactory.cpp (right): > > https://codereview.chromium.org/1038643002/diff/1/src/gpu/GrGpuFactory.cpp#newcode17 > ...
5 years, 9 months ago (2015-03-25 20:23:03 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1038643002/40001
5 years, 9 months ago (2015-03-26 14:42:56 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: Build-Ubuntu-Clang-x86_64-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-Clang-x86_64-Debug-Trybot/builds/151)
5 years, 9 months ago (2015-03-26 14:44:02 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1038643002/60001
5 years, 9 months ago (2015-03-26 15:09:39 UTC) #15
commit-bot: I haz the power
5 years, 9 months ago (2015-03-26 16:09:44 UTC) #16
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/384181c8100e059a94b1708f8af766e598fab3d9

Powered by Google App Engine
This is Rietveld 408576698