mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 769810 - Mac ATI OpenGL driver still needs math function emulation on 10.8 - r=jgilbert
This commit is contained in:
parent
ee53ef1ef8
commit
06a3b7f799
@ -4954,9 +4954,8 @@ WebGLContext::CompileShader(WebGLShader *shader)
|
||||
compileOptions |= SH_OBJECT_CODE
|
||||
| SH_MAP_LONG_VARIABLE_NAMES;
|
||||
#ifdef XP_MACOSX
|
||||
// work around bug 665578
|
||||
// work around bug 665578 and bug 769810
|
||||
if (gl->WorkAroundDriverBugs() &&
|
||||
!nsCocoaFeatures::OnLionOrLater() &&
|
||||
gl->Vendor() == gl::GLContext::VendorATI)
|
||||
{
|
||||
compileOptions |= SH_EMULATE_BUILT_IN_FUNCTIONS;
|
||||
|
Loading…
Reference in New Issue
Block a user