[Webkit-unassigned] [Bug 118550] ANGLE should be updated

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 13 16:19:04 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=118550





--- Comment #17 from Alex Christensen <achristensen at apple.com>  2013-07-13 16:21:07 PST ---
This is the workaround I did for getting Types.h to compile with GCC:

+#ifdef __GNUC__
+    TBasicType type;
+    TPrecision precision;
+    TQualifier qualifier;
+#else
     TBasicType type      : 6;
     TPrecision precision;
     TQualifier qualifier : 7;
+#endif

Running webgl tests on Mac doesn't add any failures with this patch, and running Safari with this patch seems to render webgl fine.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list