Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type".
authorBrian Salomon <bsalomon@google.com>
Fri, 12 May 2017 15:36:10 +0000 (11:36 -0400)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Fri, 12 May 2017 16:32:57 +0000 (16:32 +0000)
commit7c8460e10135c05a42d0744b84838bbc24398ac2
treeb4cb392726e4d997a47ccb7fa02552bd96698055
parent0ff114fe11f9ac6ec869fa128321576764a76167
Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type".

Bug: skia:
Change-Id: I24549604e8305028e34e0022bfef992a8e8c33f7
Reviewed-on: https://skia-review.googlesource.com/16230
Commit-Queue: Brian Salomon <bsalomon@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
21 files changed:
gm/windowrectangles.cpp
include/gpu/GrRenderTarget.h
include/gpu/GrTypesPriv.h
include/private/GrInstancedPipelineInfo.h
include/private/GrRenderTargetProxy.h
src/gpu/GrClipStackClip.cpp
src/gpu/GrDrawingManager.cpp
src/gpu/GrPathRenderer.h
src/gpu/GrReducedClip.cpp
src/gpu/GrRenderTargetContext.cpp
src/gpu/GrRenderTargetContext.h
src/gpu/SkGpuDevice.cpp
src/gpu/SkGpuDevice_drawTexture.cpp
src/gpu/effects/GrCoverageSetOpXP.cpp
src/gpu/gl/GrGLGpu.cpp
src/gpu/gl/GrGLRenderTarget.h
src/gpu/ops/GrAAConvexPathRenderer.cpp
src/gpu/ops/GrAAHairLinePathRenderer.cpp
src/gpu/ops/GrAALinearizingConvexPathRenderer.cpp
src/gpu/text/GrStencilAndCoverTextContext.cpp
tests/ProxyTest.cpp