Bug 129240

Summary: [WebGL] Allow ANGLE to initialize unused varyings
Product: WebKit Reporter: Dean Jackson <dino>
Component: WebGLAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, kondapallykalyan, noam, roger_fong, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch sam: review+

Description Dean Jackson 2014-02-23 17:57:08 PST
conformance/glsl/misc/shaders-with-varyings.html fails because it has varyings that are not used. A recent ANGLE update allowed these to be detected and initialized.

<rdar://problem/15203342>
Comment 1 Radar WebKit Bug Importer 2014-02-23 17:57:31 PST
<rdar://problem/16144506>
Comment 2 Dean Jackson 2014-02-23 17:59:47 PST
Created attachment 225022 [details]
Patch
Comment 3 Dean Jackson 2014-02-23 18:06:44 PST
Committed r164574: <http://trac.webkit.org/changeset/164574>