mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 980048 - Don't use EGL fences on Pandaboard r=jgilbert
This commit is contained in:
parent
15d30be7c6
commit
d7b777bc05
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user