Begin weaning GrClipMaskManager off of GrDrawTarget (take 2)
authorrobertphillips <robertphillips@google.com>
Wed, 2 Mar 2016 17:26:36 +0000 (09:26 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 2 Mar 2016 17:26:36 +0000 (09:26 -0800)
commit391395dcfbff09a83f8f0e9d3e02d38c855ae2e9
tree8f03364d3b4939642a597834f7929dce98c7d2b8
parent855bd4415c1a26950e946cc2f8756f7e03b61637
Begin weaning GrClipMaskManager off of GrDrawTarget (take 2)

GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1754563003

Committed: https://skia.googlesource.com/skia/+/86c60758e9e4f9e203d7462cb22b2a245a0f51bd

Review URL: https://codereview.chromium.org/1754563003
19 files changed:
gm/beziereffects.cpp
gm/bigrrectaaeffect.cpp
gm/constcolorprocessor.cpp
gm/convexpolyeffect.cpp
gm/rrects.cpp
gm/texturedomaineffect.cpp
gm/yuvtorgbeffect.cpp
gyp/gpu.gypi
include/gpu/GrClip.h
include/gpu/GrDrawContext.h
src/gpu/GrClipMaskManager.cpp
src/gpu/GrClipMaskManager.h
src/gpu/GrDrawContext.cpp
src/gpu/GrDrawContextPriv.h [new file with mode: 0644]
src/gpu/GrDrawTarget.cpp
src/gpu/GrDrawTarget.h
src/gpu/GrPipelineBuilder.h
src/gpu/GrTest.cpp
tests/GLProgramsTest.cpp