RESOLVED FIXED 46131
[chromium] Remove GLES2Context and WebGLES2Context
https://bugs.webkit.org/show_bug.cgi?id=46131
Summary [chromium] Remove GLES2Context and WebGLES2Context
Kenneth Russell
Reported 2010-09-20 15:36:01 PDT
Now that Chromium's compositor has been switched over to use GraphicsContext3D for its rendering, the GLES2Context and WebGLES2Context abstractions need to be removed. Their presence is breaking the Windows multi-DLL build due to multiple inclusions of the command buffer client code and its thread-local variables.
Attachments
Patch (25.61 KB, patch)
2010-09-21 17:25 PDT, Kenneth Russell
jamesr: review+
kbr: commit-queue-
Kenneth Russell
Comment 1 2010-09-21 17:25:20 PDT
Created attachment 68317 [details] Patch From the ChangeLog: Removed now-obsolete GLES2Context and WebGLES2Context classes, and dependency on command buffer client code from WebCore. Built and tested 3D CSS and WebGL content on Mac OS X to test.
James Robinson
Comment 2 2010-09-21 17:26:47 PDT
Comment on attachment 68317 [details] Patch R=me
Kenneth Russell
Comment 3 2010-09-21 17:34:50 PDT
Note You need to log in before you can comment on or make changes to this bug.