Bug 980048 - Don't use EGL fences on Pandaboard r=jgilbert

This commit is contained in:
James Willcox 2014-03-05 15:49:55 -06:00
Родитель dfee0058ef
Коммит 38c98ab8dc
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -628,6 +628,12 @@ GLContext::InitWithPrefix(const char *prefix, bool trygl)
MarkUnsupported(GLFeature::standard_derivatives);
}
if (Vendor() == GLVendor::Imagination &&
Renderer() == GLRenderer::SGX540) {
// Bug 980048
MarkExtensionUnsupported(OES_EGL_sync);
}
#ifdef XP_MACOSX
// The Mac Nvidia driver, for versions up to and including 10.8, don't seem
// to properly support this. See 814839