Re: [Mesa-dev] [PATCH] st/dri2: implement image offset query

2017-06-23 Thread Daniel Stone
On 23 June 2017 at 16:58, Lucas Stach wrote: > Am Freitag, den 23.06.2017, 16:54 +0100 schrieb Daniel Stone: >> On 23 June 2017 at 16:36, Lucas Stach wrote: >> > This trivially adds support for the image offset query, which is needed >> > for the zwp_linux_dmabuf based EGL platform wayland implem

Re: [Mesa-dev] [PATCH] st/dri2: implement image offset query

2017-06-23 Thread Lucas Stach
Am Freitag, den 23.06.2017, 16:54 +0100 schrieb Daniel Stone: > On 23 June 2017 at 16:36, Lucas Stach wrote: > > This trivially adds support for the image offset query, which is needed > > for the zwp_linux_dmabuf based EGL platform wayland implementation. > > > > Signed-off-by: Lucas Stach > >

Re: [Mesa-dev] [PATCH] st/dri2: implement image offset query

2017-06-23 Thread Daniel Stone
On 23 June 2017 at 16:36, Lucas Stach wrote: > This trivially adds support for the image offset query, which is needed > for the zwp_linux_dmabuf based EGL platform wayland implementation. > > Signed-off-by: Lucas Stach So, whilst the patch is mostly good, it will break VC4 in the meantime, as i

[Mesa-dev] [PATCH] st/dri2: implement image offset query

2017-06-23 Thread Lucas Stach
This trivially adds support for the image offset query, which is needed for the zwp_linux_dmabuf based EGL platform wayland implementation. Signed-off-by: Lucas Stach --- src/gallium/state_trackers/dri/dri2.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/gallium/state_trackers/dr