diff options
author | 2015-08-04 20:51:42 +0000 | |
---|---|---|
committer | 2015-08-04 20:51:42 +0000 | |
commit | b47ea9b2ed24f8eb6fc8b338555ff0d8825d8565 (patch) | |
tree | 5fe718ba2f0544b8dfafeeb06ca87c38deca28d4 /libs/hwui/Extensions.cpp | |
parent | af393e4b2d1fa0def0d104bfeaafa1ae1600d4d2 (diff) | |
parent | 2fa3eec0e1807f6a45b71a41624698e8cc949026 (diff) |
am 2fa3eec0: am 93c14069: Merge "hwui: add extension to support unpack operations in OpenGL ES 2.0"
* commit '2fa3eec0e1807f6a45b71a41624698e8cc949026':
hwui: add extension to support unpack operations in OpenGL ES 2.0
Diffstat (limited to 'libs/hwui/Extensions.cpp')
-rw-r--r-- | libs/hwui/Extensions.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/Extensions.cpp b/libs/hwui/Extensions.cpp index 2a82216eb145..d96775aa7ff1 100644 --- a/libs/hwui/Extensions.cpp +++ b/libs/hwui/Extensions.cpp @@ -58,6 +58,7 @@ Extensions::Extensions() { mHasTiledRendering = hasGlExtension("GL_QCOM_tiled_rendering"); mHas1BitStencil = hasGlExtension("GL_OES_stencil1"); mHas4BitStencil = hasGlExtension("GL_OES_stencil4"); + mHasUnpackSubImage = hasGlExtension("GL_EXT_unpack_subimage"); // Query EGL extensions findExtensions(eglQueryString(eglGetCurrentDisplay(), EGL_EXTENSIONS), mEglExtensionList); |