[webkit-reviews] review requested: [Bug 45912] [chromium] Change compositor to use GraphicsContext3D rather than GLES2Context : [Attachment 68127] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 20 13:11:38 PDT 2010


Kenneth Russell <kbr at google.com> has asked  for review:
Bug 45912: [chromium] Change compositor to use GraphicsContext3D rather than
GLES2Context
https://bugs.webkit.org/show_bug.cgi?id=45912

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

------- Additional Comments from Kenneth Russell <kbr at google.com>
>From the ChangeLog:

Switched Chromium's compositor to use GraphicsContext3D to issue its OpenGL
rendering calls rather than the Chromium-specific GLES2Context and command
buffer OpenGL implementation.

The in-process software rendering path for GraphicsContext3D does not yet work
with the compositor, at least not on Mac OS X. This will be worked on in
subsequent bugs.

Tested manually with 3D CSS, WebGL and video content on Mac OS X and Linux. No
new tests.


More information about the webkit-reviews mailing list