[webkit-dev] WebGL on Windows

Alex Christensen achristensen at apple.com
Fri Aug 2 13:09:52 PDT 2013


In the near future I plan to enable WebGL on the AppleWin and WinCairo ports.

This change will require the addition of 2 dlls from ANGLE for anyone who wants to use WebGL on Windows: libEGL.dll (58kb) and libGLESv2.dll (917kb).  I’ve soft linked these dlls so that WebKit will work without WebGL for anyone who does not want to ship the additional dlls.  This change will also add about 30 seconds to the clean build time of these ports.

Alex Christensen


More information about the webkit-dev mailing list