Re: [Mesa-dev] [PATCH mesa 0/5] egl/wayland: Make wl_egl_window a versioned struct

2017-07-21 Thread Emil Velikov
On 21 July 2017 at 14:37, Daniel Stone wrote: > Hi Miguel, > > On 18 July 2017 at 21:49, Miguel A. Vico wrote: >> Although we've always made backwards compatible changes to wl_egl_window, we >> are lacking of a versioning mechanism for EGL drivers that take a native >> wl_egl_window to check what

Re: [Mesa-dev] [PATCH mesa 0/5] egl/wayland: Make wl_egl_window a versioned struct

2017-07-21 Thread Daniel Stone
Hi Miguel, On 18 July 2017 at 21:49, Miguel A. Vico wrote: > Although we've always made backwards compatible changes to wl_egl_window, we > are lacking of a versioning mechanism for EGL drivers that take a native > wl_egl_window to check what set of features are exposed/available by the given > s

[Mesa-dev] [PATCH mesa 0/5] egl/wayland: Make wl_egl_window a versioned struct

2017-07-18 Thread Miguel A. Vico
Although we've always made backwards compatible changes to wl_egl_window, we are lacking of a versioning mechanism for EGL drivers that take a native wl_egl_window to check what set of features are exposed/available by the given struct. This series of patches aim to make wl_egl_window a versioned