Bug 96140 - [WebGL] Intel Mac needs built-in function emulation
Summary: [WebGL] Intel Mac needs built-in function emulation
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-09-07 13:44 PDT by Dean Jackson
Modified: 2012-09-24 18:17 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.42 KB, patch)
2012-09-24 17:41 PDT, Dean Jackson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2012-09-07 13:44:33 PDT
The following tests crash a Debug WebKit when running on OS X with Intel GPUs

conformance/glsl/functions/glsl-function-dot.html
conformance/glsl/functions/glsl-function-faceforward.html
conformance/glsl/functions/glsl-function-length.html
conformance/glsl/functions/glsl-function-normalize.html
conformance/glsl/functions/glsl-function-reflect.html
Comment 1 Radar WebKit Bug Importer 2012-09-07 13:44:44 PDT
<rdar://problem/12257075>
Comment 2 Dean Jackson 2012-09-24 16:56:46 PDT
This is actually <rdar://problem/10670574>, reported from http://code.google.com/p/angleproject/issues/detail?id=277

We can put in a temporary workaround by using built-in function translation when running on Intel. Then, when the fix is made to the Intel driver on OS X, we can remove the workaround.
Comment 3 Dean Jackson 2012-09-24 17:41:03 PDT
Created attachment 165477 [details]
Patch
Comment 4 Dean Jackson 2012-09-24 18:17:03 PDT
Committed r129439: <http://trac.webkit.org/changeset/129439>