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.
I'll start to look into this.
Created attachment 49572 [details] Find function pointers using GET_PROC_ADDRESS macro.
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>
All reviewed patches have been landed. Closing bug.