Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList
authorRobert Phillips <robertphillips@google.com>
Tue, 25 Oct 2016 18:20:06 +0000 (14:20 -0400)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Wed, 26 Oct 2016 00:48:37 +0000 (00:48 +0000)
commitf2361d2d93c200cd4555b5e8ecea4531801abaaa
tree4f5cf70f8f805f3ef9447e24a48df5a97cbf5fce
parent618d304eb394d64779be0ecdc5eff898242faa8f
Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList

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

Change-Id: I026aa26ecc61a0d002e98892dca728536259e8b1
Reviewed-on: https://skia-review.googlesource.com/3910
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
41 files changed:
gyp/gpu.gypi
include/gpu/GrDrawContext.h
include/gpu/GrGpuResource.h
include/gpu/GrGpuResourceRef.h
include/gpu/GrRenderTarget.h
include/gpu/GrSurface.h
include/private/GrRenderTargetProxy.h
include/private/GrSurfaceProxy.h
src/core/SkTTopoSort.h
src/gpu/GrBatchFlushState.h
src/gpu/GrContext.cpp
src/gpu/GrDrawContext.cpp
src/gpu/GrDrawContextPriv.h
src/gpu/GrDrawingManager.cpp
src/gpu/GrDrawingManager.h
src/gpu/GrGpu.h
src/gpu/GrOpList.cpp [new file with mode: 0644]
src/gpu/GrOpList.h [new file with mode: 0644]
src/gpu/GrPathRenderer.h
src/gpu/GrPipeline.cpp
src/gpu/GrPipeline.h
src/gpu/GrPipelineBuilder.h
src/gpu/GrPrimitiveProcessor.h
src/gpu/GrRenderTarget.cpp
src/gpu/GrRenderTargetOpList.cpp [moved from src/gpu/GrDrawTarget.cpp with 83% similarity]
src/gpu/GrRenderTargetOpList.h [moved from src/gpu/GrDrawTarget.h with 62% similarity]
src/gpu/GrRenderTargetProxy.cpp
src/gpu/GrResourceProvider.h
src/gpu/GrSurface.cpp
src/gpu/GrSurfaceProxy.cpp
src/gpu/GrTracing.h
src/gpu/GrUserStencilSettings.h
src/gpu/batches/GrDrawBatch.h
src/gpu/batches/GrTessellatingPathRenderer.cpp
src/gpu/gl/GrGLGpu.cpp
src/gpu/gl/GrGLGpu.h
src/gpu/text/GrStencilAndCoverTextContext.h
src/gpu/vk/GrVkGpu.cpp
src/gpu/vk/GrVkGpu.h
tools/gpu/GrTest.cpp
tools/gpu/GrTest.h