Index: src/gpu/gl/GrGLCaps.cpp |
diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp |
index d197fb74be6c8fd7585c81bc3fae6598dc30780a..feb3eb69cfa11b238fe48efc56656cbc1b6fb219 100644 |
--- a/src/gpu/gl/GrGLCaps.cpp |
+++ b/src/gpu/gl/GrGLCaps.cpp |
@@ -1668,13 +1668,6 @@ void GrGLCaps::initConfigTable(const GrGLContextInfo& ctxInfo, const GrGLInterfa |
} |
} |
- if (kANGLE_GrGLDriver == ctxInfo.driver()) { |
- // ANGLE reports the wrong format for half-float (See http://anglebug.com/1478), but |
- // validates creation against the correct format. Rather than work around those bugs, |
- // just black-list support entirely for now. |
- hasHalfFPTextures = false; |
- } |
- |
fConfigTable[kRGBA_float_GrPixelConfig].fFormats.fBaseInternalFormat = GR_GL_RGBA; |
fConfigTable[kRGBA_float_GrPixelConfig].fFormats.fSizedInternalFormat = GR_GL_RGBA32F; |
fConfigTable[kRGBA_float_GrPixelConfig].fFormats.fExternalFormat[kOther_ExternalFormatUsage] = |