Disabled stencil buffer for AA clip mask
http://codereview.appspot.com/6182047/ git-svn-id: http://skia.googlecode.com/svn/trunk@3833 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
1942c05e9c
commit
180bc887f1
@ -404,7 +404,7 @@ bool GrClipMaskManager::createAlphaClipMask(GrGpu* gpu,
|
||||
GrAssert(SkScalarIsInt(bounds.height()));
|
||||
|
||||
GrTextureDesc desc = {
|
||||
kRenderTarget_GrTextureFlagBit,
|
||||
kRenderTarget_GrTextureFlagBit|kNoStencil_GrTextureFlagBit,
|
||||
SkScalarCeilToInt(bounds.width()),
|
||||
SkScalarCeilToInt(bounds.height()),
|
||||
kAlpha_8_GrPixelConfig,
|
||||
|
Loading…
Reference in New Issue
Block a user