Changes between Version 1 and Version 2 of WebKitGTK/Wayland


Ignore:
Timestamp:
Jun 6, 2013 3:34:05 AM (11 years ago)
Author:
itoral@igalia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/Wayland

    v1 v2  
    1818
    1919* Sharing a surface between the UI and Web processes.
    20   * There is no surface sharing API in Wayland at the moment though so this is a problem that needs to be solved. An alternative could be to have one of the processes play the role of a wayland compositor so thet that both of them can share the surface (in the same way a regular weston client can share a buffer with the weston compositor).
     20  * There is no surface sharing API in Wayland at the moment though so this is a problem that needs to be solved. An alternative could be to have one of the processes play the role of a wayland compositor so thet that both of them can share the surface (in the same way a regular weston client can share a buffer with the weston compositor). If this does not work for us we may need to discuss a surface-sharing API with the Wayland community. If that is not possible we may end up having to resort to using DRM APIs directly, but that would work for MESA only.
    2121  * Paint the surface with GTK without having to download the surface to the main memory.
    2222* Some of this work may require support in GTK/Cairo/Wayland.