Backed out changeset dfdccf4dc6a1 (Bug 1368284) to fix bustage a=me

This commit is contained in:
Carsten "Tomcat" Book 2017-06-23 12:56:08 +02:00
parent 35cd4f0c51
commit dc54f8e362

View file

@ -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()) {