Bug 35423

Summary: [Qt] Compile error with 3d-canvas
Product: WebKit Reporter: Noam Rosenthal <noam>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, jarkko.sakkinen
Priority: P2 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Find function pointers using GET_PROC_ADDRESS macro. none

Description Noam Rosenthal 2010-02-26 00:10:17 PST
When building QtWebkit with 3d-canvas enabled, a compile error occured. That's because the following functions are called directly: glActiveTexture, glSampleCoverage, glBlendEquation, while they should be called using getProcAddress.
Comment 1 Jarkko Sakkinen 2010-02-26 00:31:27 PST
I'll start to look into this.
Comment 2 Jarkko Sakkinen 2010-02-26 01:03:12 PST
Created attachment 49572 [details]
Find function pointers using GET_PROC_ADDRESS macro.
Comment 3 WebKit Commit Bot 2010-02-26 13:16:06 PST
Comment on attachment 49572 [details]
Find function pointers using GET_PROC_ADDRESS macro.

Clearing flags on attachment: 49572

Committed r55304: <http://trac.webkit.org/changeset/55304>
Comment 4 WebKit Commit Bot 2010-02-26 13:16:10 PST
All reviewed patches have been landed.  Closing bug.