[webkit-reviews] review requested: [Bug 31856] Make WebKit build on Windows with ACCELERATED_COMPOSITING turned on. : [Attachment 44094] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 1 12:54:33 PST 2009


Chris Marrin <cmarrin at apple.com> has asked  for review:
Bug 31856: Make WebKit build on Windows with ACCELERATED_COMPOSITING turned on.
https://bugs.webkit.org/show_bug.cgi?id=31856

Attachment 44094: Patch
https://bugs.webkit.org/attachment.cgi?id=44094&action=review

------- Additional Comments from Chris Marrin <cmarrin at apple.com>
soft links with d3d9, d3dx9 and QuartzCore using #pragma comment(). Also does
runtime checks for presence of DLLs and turns off accelerated compositing if
not found.

Now you can turn accerated compositing simply by going into wtf/Platform.h and
changing USE_ACCELERATED_COMPOSITING from 0 to 1 in the windows ifdef, and
going into WebCore/WebCore.vcproj/WebCoreCommon.vsprops and changing
DISABLE_3D_RENDERING to ENABLED_3D_RENDERING.


More information about the webkit-reviews mailing list