[Webkit-unassigned] [Bug 119221] New: Windows ANGLE build needs separate hlsl and glsl projects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 29 10:24:44 PDT 2013


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

           Summary: Windows ANGLE build needs separate hlsl and glsl
                    projects
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: ANGLE
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: achristensen at apple.com
                CC: bfulgham at webkit.org


ANGLE's libGLESv2 creates an HLSL translator and needs to link with the translator_hlsl library (see Source/ThirdParty/ANGLE/src/libGLESv2/Shader.cpp line 233).  ANGLEWebKitBridge creates a GLSL translator and needs to link with the translator_glsl library (see Source/WebCore/platform/graphics/ANGLEWebKitBridge.h line 73).  My previous approach of combining ANGLE's preprocessor, translator_common, and my translator_glsl will not work.  They need to be separate libraries and the linking needs to be a little more complicated, but doing this will get it to work.

-- 
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