Comment 69 for bug 223238

Revision history for this message
In , Vladimir Vukicevic (vvuk) wrote :

(In reply to comment #6)
> It seems to me that these are Xrender issues.
>
> The only thing I'm not sure of is why Webkit-GTK2 based browsers (which use
> cairo I think) aren't hitting them. Is Webkit-GTK2 using cairo image surfaces
> for its backbuffer or something?

They may be, and we may want to as well if we can get SHM pieces in place and get rid of all the child widgets. Then we'd just have one surface to render to and would control our speed; we'd lose a bit of speed for things like text on some drivers, but we'd get direct control over all of our rendering.