зеркало из https://github.com/mozilla/gecko-dev.git
Bug 980048 - Don't use EGL fences on Pandaboard r=jgilbert
This commit is contained in:
Родитель
dfee0058ef
Коммит
38c98ab8dc
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче