Hi Emil,

On Mon, Sep 18, 2017 at 02:18:42PM +0100, Emil Velikov wrote:
> Hi Duncan,
>
> On 17 September 2017 at 09:04, Duncan Roe <[email protected]> wrote:
> > On Fri, Sep 15, 2017 at 11:29:19AM +0100, Emil Velikov wrote:
> >> From: Emil Velikov <[email protected]>
...
>
> > I've made the updates locally, and see that it still builds
> > libwayland-egl.so.1.0.0. Shouldn't there be a version bump?
> >
> There is no difference in the sources or binary. Thus a version bump
> is a very bad idea.
>
Perhaps I didn't explain properly:

I built wayland-egl from code in Mesa-17.0.4. That built
libwayland-egl.so.1.0.0. I rebuilt wayland-egl from your code in Mesa-17.1.9.
That also built libwayland-egl.so.1.0.0.

Between the 2 revisions, the layout of struct wl_egl_window is changed to have
const intptr_t version inserted as its first element with struct wl_surface
*surface moved from first element to last.

The new .so builds to be the same size as the old one but cmp -l shows 1395
differing bytes,

Cheers ... Duncan.
_______________________________________________
wayland-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to