| Index: src/gpu/gl/GrGLCaps.cpp
|
| diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp
|
| index 6522e1b14bce63256dd822c3ecb973934c50d1e5..3288de6fe6cf6fae297b10b11130a73829b594b8 100644
|
| --- a/src/gpu/gl/GrGLCaps.cpp
|
| +++ b/src/gpu/gl/GrGLCaps.cpp
|
| @@ -355,6 +355,8 @@ void GrGLCaps::init(const GrContextOptions& contextOptions,
|
| fDiscardRenderTargetSupport = false;
|
| fInvalidateFBType = kNone_InvalidateFBType;
|
| }
|
| + glslCaps->fProgrammableSampleLocationsSupport = ctxInfo.hasExtension("GL_NV_sample_locations");
|
| +
|
|
|
| /**************************************************************************
|
| * GrCaps fields
|
|
|