Index: src/gpu/gl/GrGLCaps.cpp |
diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp |
index ea02d21c90e46332c215e68da2388535938049f4..fa1d2417a61255525060b29fadac8b23eaee0a06 100644 |
--- a/src/gpu/gl/GrGLCaps.cpp |
+++ b/src/gpu/gl/GrGLCaps.cpp |
@@ -439,8 +439,7 @@ void GrGLCaps::init(const GrContextOptions& contextOptions, |
fGpuTracingSupport = ctxInfo.hasExtension("GL_EXT_debug_marker"); |
// Disable scratch texture reuse on Mali and Adreno devices |
- fReuseScratchTextures = kARM_GrGLVendor != ctxInfo.vendor() && |
- kQualcomm_GrGLVendor != ctxInfo.vendor(); |
+ fReuseScratchTextures = kARM_GrGLVendor != ctxInfo.vendor(); |
#if 0 |
fReuseScratchBuffers = kARM_GrGLVendor != ctxInfo.vendor() && |