Index: src/gpu/GrCaps.cpp |
diff --git a/src/gpu/GrCaps.cpp b/src/gpu/GrCaps.cpp |
index c544d6ef772fa979ba2bb01e402c54ba7e217c82..4fb05c14a195a2cae8591daae64d52af031e4042 100644 |
--- a/src/gpu/GrCaps.cpp |
+++ b/src/gpu/GrCaps.cpp |
@@ -92,7 +92,6 @@ |
fCompressedTexSubImageSupport = false; |
fOversizedStencilSupport = false; |
fTextureBarrierSupport = false; |
- fSampleLocationsSupport = false; |
fUsesMixedSamples = false; |
fSupportsInstancedDraws = false; |
fFullClearIsFree = false; |
@@ -166,7 +165,6 @@ |
r.appendf("Compressed Update Support : %s\n", gNY[fCompressedTexSubImageSupport]); |
r.appendf("Oversized Stencil Support : %s\n", gNY[fOversizedStencilSupport]); |
r.appendf("Texture Barrier Support : %s\n", gNY[fTextureBarrierSupport]); |
- r.appendf("Sample Locations Support : %s\n", gNY[fSampleLocationsSupport]); |
r.appendf("Uses Mixed Samples : %s\n", gNY[fUsesMixedSamples]); |
r.appendf("Supports instanced draws : %s\n", gNY[fSupportsInstancedDraws]); |
r.appendf("Full screen clear is free : %s\n", gNY[fFullClearIsFree]); |