Partially defer GrSWMaskHelper
authorRobert Phillips <robertphillips@google.com>
Wed, 14 Dec 2016 17:19:05 +0000 (12:19 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Wed, 14 Dec 2016 19:04:02 +0000 (19:04 +0000)
commite305cc1f2a44e47d6a0dcc0ff34e2692349aed5d
tree3e49ee1ef55a8c434ef6f580576153707705c2ea
parent95ada6ee732f9b3a335d6acb3cdba0bc97b5e979
Partially defer GrSWMaskHelper

This is intended to position the writePixels in GrSWMaskHelper::toTexture for moving to GrSurfaceContext

Change-Id: I6c3d24eb3b1db3b0efc63f7f4f1240a7a00ee88a
Reviewed-on: https://skia-review.googlesource.com/6032
Reviewed-by: Brian Osman <brianosman@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
12 files changed:
gn/gpu.gni
include/gpu/GrRenderTargetContext.h
include/gpu/GrSurfaceContext.h
src/effects/SkShadowMaskFilter.cpp
src/gpu/GrClipStackClip.cpp
src/gpu/GrClipStackClip.h
src/gpu/GrContext.cpp
src/gpu/GrContextPriv.h
src/gpu/GrSWMaskHelper.cpp
src/gpu/GrSWMaskHelper.h
src/gpu/GrSoftwarePathRenderer.cpp
src/gpu/GrSurfaceContextPriv.h [new file with mode: 0644]