https://bugs.freedesktop.org/show_bug.cgi?id=97624

            Bug ID: 97624
           Summary: protocol: GLES library are wayland protocol dependent
           Product: Wayland
           Version: unspecified
          Hardware: ARM
                OS: Linux (All)
            Status: NEW
          Severity: major
          Priority: medium
         Component: wayland
          Assignee: [email protected]
          Reporter: [email protected]

Hi,

GLES Library such as libMali.so (on which I am working) is Wayland protocol
dependent whereas I was expected it is not.

Indeed I jumped from wayland 1.9.0 to wayland 1.11.0 and my GLES Library build
with Wayland 1.9.0 is not compatible with wayland 1.11.0 protocol.

GLES libraries supporting Wayland are using wl_registry_bind client protocol
interface but in the Wayland 1.11.0 protocol, wl_registry_bind is implemented
with a new wl_proxy_marshal_constructor_versioned function.
And because all wayland-client-protocol are static inline, this change also
impact the GLES libraries compatibility.

How can we deal with it?
Remove inline so that interface implementation are uncorrelated?

BR
Vincent

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to