The series looks good overall. Patches 2-8, 10-14:
Reviewed-by: Marek Olšák <[email protected]> Marek On Tue, May 24, 2016 at 4:32 PM, Emil Velikov <[email protected]> wrote: > From: Emil Velikov <[email protected]> > > This allows clear and easy communication between the two. > > Caller: Requesting information (struct vN) > Callee: I know how to deal with older version (vN-1) only. Here is your > data and the version I support. > Caller: Older version ? Sure I'll cap all access to the fields provided > by the older version (vN-1) > > Signed-off-by: Emil Velikov <[email protected]> > --- > As said earlier, if people feel uneasy with this proposal (for which I > don't blame them) I'm perfectly fine with dropping the patch. > > That said, the proposal does make sense from where I look at it. > --- > include/GL/internal/dri_interface.h | 2 +- > include/GL/mesa_glinterop.h | 23 +++++++++++++++++++---- > src/egl/drivers/dri2/egl_dri2.c | 2 +- > src/egl/main/eglapi.c | 2 +- > src/egl/main/eglapi.h | 2 +- > src/gallium/state_trackers/dri/dri2.c | 9 ++++++++- > src/glx/dri2_priv.h | 2 +- > src/glx/dri3_priv.h | 2 +- > src/glx/dri_common_interop.c | 4 ++-- > src/glx/glxclient.h | 2 +- > src/glx/glxcmds.c | 2 +- > 11 files changed, 37 insertions(+), 15 deletions(-) > _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
