[Wayland-bugs] [Bug 97624] protocol: GLES library are wayland protocol dependent
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Sep 7 09:23:34 UTC 2016
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: wayland-bugs at lists.freedesktop.org
Reporter: vincent.abriou at st.com
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20160907/b0b22f14/attachment.html>
More information about the wayland-bugs
mailing list