Index: src/gpu/GrStencilAndCoverTextContext.cpp |
diff --git a/src/gpu/GrStencilAndCoverTextContext.cpp b/src/gpu/GrStencilAndCoverTextContext.cpp |
index 4b121da905d34cfcf1f590511c0a39489faeb9df..f3fd90b827c5976bdf53002de45fd6f538be06f8 100644 |
--- a/src/gpu/GrStencilAndCoverTextContext.cpp |
+++ b/src/gpu/GrStencilAndCoverTextContext.cpp |
@@ -358,6 +358,7 @@ void GrStencilAndCoverTextContext::init(GrRenderTarget* rt, |
fStateRestore.set(&fPipelineBuilder); |
fPipelineBuilder.setFromPaint(fPaint, fRenderTarget, fClip); |
+ fPipelineBuilder.enableState(GrPipelineBuilder::kHWAntialias_StateBit); |
Chris Dalton
2015/03/16 19:31:24
I forgot before that we technically should only en
|
GR_STATIC_CONST_SAME_STENCIL(kStencilPass, |
kZero_StencilOp, |