Dependencies are now added between the drawTargets in GrPipeline
authorrobertphillips <robertphillips@google.com>
Tue, 20 Oct 2015 20:41:16 +0000 (13:41 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 20 Oct 2015 20:41:16 +0000 (13:41 -0700)
commit45a1c34f607a970933e5cd05e1df6cd8090db1be
treef9a8e6b2aa284ab98cbe352a62195df66a4e5f34
parent964eebae2dc83fa0ef780f62faa90377e2198c5d
Dependencies are now added between the drawTargets in GrPipeline

This CL relies on https://codereview.chromium.org/1414773002/ (Add the machinery to GrDrawTarget to enable topological sorting)

BUG=skia:4094

Review URL: https://codereview.chromium.org/1414903002
src/gpu/GrDrawTarget.cpp
src/gpu/GrDrawTarget.h
src/gpu/GrDrawingManager.cpp
src/gpu/GrPipeline.cpp
src/gpu/GrPipeline.h
src/gpu/GrRenderTarget.cpp