forked from mirrors/gecko-dev
Backed out changeset dfdccf4dc6a1 (Bug 1368284) to fix bustage a=me
This commit is contained in:
parent
35cd4f0c51
commit
dc54f8e362
1 changed files with 1 additions and 3 deletions
|
|
@ -54,9 +54,7 @@ ChooseValidatorCompileOptions(const ShBuiltInResources& resources,
|
|||
options |= SH_REGENERATE_STRUCT_NAMES;
|
||||
options |= SH_INIT_OUTPUT_VARIABLES;
|
||||
|
||||
// Work around that Intel drivers on Mac OSX handle for-loop incorrectly.
|
||||
if (gl->Vendor() == gl::GLVendor::Intel) {
|
||||
options |= SH_ADD_AND_TRUE_TO_LOOP_CONDITION;
|
||||
}
|
||||
#endif
|
||||
|
||||
if (gfxPrefs::WebGLAllANGLEOptions()) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue