--- old/src/java.desktop/share/native/common/java2d/opengl/OGLContext.c 2015-07-03 14:54:06.000000000 +0300 +++ new/src/java.desktop/share/native/common/java2d/opengl/OGLContext.c 2015-07-03 14:54:06.000000000 +0300 @@ -913,6 +913,10 @@ } } } + if (OGLContext_IsExtensionAvailable(e, "GL_NV_texture_barrier")) { + *caps |= CAPS_EXT_TEXBARRIER; + } + // stuff vendor descriptor in the upper bits of the caps if (vendor != NULL) { if (strncmp(vendor, "ATI", 3) == 0) {