 Chromium Code Reviews
 Chromium Code Reviews Issue 19636002:
  Plumb in flag for reusing scratch textures  (Closed) 
  Base URL: http://skia.googlecode.com/svn/trunk/
    
  
    Issue 19636002:
  Plumb in flag for reusing scratch textures  (Closed) 
  Base URL: http://skia.googlecode.com/svn/trunk/| 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) || |