Bug 114869
Summary: | [Texmap] Deprecate TextureMapperImageBuffer | ||
---|---|---|---|
Product: | WebKit | Reporter: | Noam Rosenthal <noam> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | allan.jensen, jturcotte, mrobinson, ossy, sergio |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Noam Rosenthal
TextureMapperImageBuffer was originally meant as a software fallback for accelerated compositing.
However, as we put more and more strain on the compositor (e.g. with direct compositing), the software fallback makes less and less sense in its current form, and makes it more complex to improve and optimize the GL backend.
Since QWebView relies on this feature, the suggestion for Qt is to switch to using having a QGLWidget that runs TextureMapperGL internally, and integrates into the QWebView via Qt and the windowing system.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
There is no QtWebKit long time ago, and there is no TextureMapperImageBuffer
since https://trac.webkit.org/changeset/183807