Make GrDrawContext be GrRenderTargetProxy-backed
authorRobert Phillips <robertphillips@google.com>
Fri, 28 Oct 2016 17:25:24 +0000 (13:25 -0400)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Fri, 28 Oct 2016 18:35:06 +0000 (18:35 +0000)
commitc7635fa374b87711e5ccd8222957a8fbdc772f7b
treec739d7303f25450cfca3f148458cec509bfa4e8a
parent57a98fc4d595875ca75f906acec8ba508dcb5248
Make GrDrawContext be GrRenderTargetProxy-backed

This is split out of https://codereview.chromium.org/2215323003/ (Start using RenderTargetProxy (omnibus))

GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=3841

CQ_INCLUDE_TRYBOTS=master.client.skia.android:Test-Android-Clang-Nexus5-GPU-Adreno330-arm-Debug-GN_Android-Trybot

Change-Id: I1a47f19ed1ac0c249e6ccac8db74095d7f456db4
Reviewed-on: https://skia-review.googlesource.com/3841
Commit-Queue: Robert Phillips <robertphillips@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
23 files changed:
include/gpu/GrContext.h
include/gpu/GrRenderTarget.h
include/gpu/GrRenderTargetContext.h
include/private/GrInstancedPipelineInfo.h
include/private/GrRenderTargetProxy.h
include/private/GrSurfaceProxy.h
include/private/GrTextureProxy.h
src/gpu/GrContext.cpp
src/gpu/GrDrawingManager.cpp
src/gpu/GrDrawingManager.h
src/gpu/GrOpList.cpp
src/gpu/GrOpList.h
src/gpu/GrPathRenderingRenderTargetContext.h
src/gpu/GrRenderTargetContext.cpp
src/gpu/GrRenderTargetOpList.cpp
src/gpu/GrRenderTargetOpList.h
src/gpu/GrRenderTargetProxy.cpp
src/gpu/GrSurfaceProxy.cpp
src/gpu/GrTextureOpList.cpp
src/gpu/GrTextureOpList.h
src/gpu/GrTextureProxy.cpp
tests/ProxyTest.cpp
tools/gpu/GrTest.cpp