Index: src/gpu/gl/GrGLCaps.cpp |
=================================================================== |
--- src/gpu/gl/GrGLCaps.cpp (revision 10153) |
+++ src/gpu/gl/GrGLCaps.cpp (working copy) |
@@ -289,6 +289,8 @@ |
fDstReadInShaderSupport = kNone_FBFetchType != fFBFetchType; |
+ fReuseScratchTextures = kARM_GrGLVendor != ctxInfo.vendor(); |
+ |
// Enable supported shader-related caps |
if (kDesktop_GrGLBinding == binding) { |
fDualSourceBlendingSupport = ctxInfo.version() >= GR_GL_VER(3,3) || |