Index: src/gpu/GrDrawTarget.cpp |
=================================================================== |
--- src/gpu/GrDrawTarget.cpp (revision 10125) |
+++ src/gpu/GrDrawTarget.cpp (working copy) |
@@ -988,6 +988,7 @@ |
GrPrintf("Buffer Lock Support : %s\n", gNY[fBufferLockSupport]); |
GrPrintf("Path Stenciling Support : %s\n", gNY[fPathStencilingSupport]); |
GrPrintf("Dst Read In Shader Support : %s\n", gNY[fDstReadInShaderSupport]); |
+ GrPrintf("Reuse Scratch Textures : %s\n", gNY[fReuseScratchTextures]); |
GrPrintf("Max Texture Size : %d\n", fMaxTextureSize); |
GrPrintf("Max Render Target Size : %d\n", fMaxRenderTargetSize); |
GrPrintf("Max Sample Count : %d\n", fMaxSampleCount); |