Bug 74087 - [GTK] Accelerated compositing support
Summary: [GTK] Accelerated compositing support
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 73319 73634 73767 75308 75518 75519 86037
Blocks:
  Show dependency treegraph
 
Reported: 2011-12-08 07:24 PST by Martin Robinson
Modified: 2012-09-24 11:00 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Robinson 2011-12-08 07:24:06 PST
This is a metabug tracking adding accelerated compositing support to the GTK+ port.
Comment 1 Noam Rosenthal 2012-01-29 11:00:03 PST
Heads up: I'm reworking some stuff in TextureMapper, which might affect some of these efforts. One of those is removing the TextureMapperQt backend and putting a cross-platform ImageBuffer-backed implementation instead, which might make the Cairo fallback unnecessary!

Since the GTK+ backends are not yet tested by the bots and contain a lot of notImplemented(), it's hard for me to keep track of whether I break something... Please stay tuned to avoid surprises at https://bugs.webkit.org/show_bug.cgi?id=75918 :)
Comment 2 Martin Robinson 2012-01-29 18:24:57 PST
I have a preliminary TextureMapperGL patch here that I'll try to upload. Hopefully our work doesn't clash. I'm looking forward to the ImageBuffer backend!
Comment 3 Martin Robinson 2012-09-24 11:00:45 PDT
Closing this now, because it's essentially implemented completely. I think that AC via clutter could have its own metabug, if one isn't open yet.