Re: [Mesa-dev] [PATCH] glx: Use struct xshmfence* instead of int32_t*.

2013-12-05 Thread Ian Romanick
On 12/05/2013 10:14 AM, Matt Turner wrote: > On Thu, Dec 5, 2013 at 2:23 AM, Chí-Thanh Christopher Nguyễn > wrote: >> You possibly need to require xshmfence >= 1.1 for this. > > It'll work with 1.0 (the libxshmfence change is not an ABI change), it > will just cause compiler warnings. I'm okay wi

Re: [Mesa-dev] [PATCH] glx: Use struct xshmfence* instead of int32_t*.

2013-12-05 Thread Matt Turner
On Thu, Dec 5, 2013 at 2:23 AM, Chí-Thanh Christopher Nguyễn wrote: > You possibly need to require xshmfence >= 1.1 for this. It'll work with 1.0 (the libxshmfence change is not an ABI change), it will just cause compiler warnings. I'm okay with that. _

Re: [Mesa-dev] [PATCH] glx: Use struct xshmfence* instead of int32_t*.

2013-12-05 Thread Chí-Thanh Christopher Nguyễn
Matt Turner schrieb: > --- > src/glx/dri3_glx.c | 4 ++-- > src/glx/dri3_priv.h | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/src/glx/dri3_glx.c b/src/glx/dri3_glx.c > index b047cc8..1834c6d 100644 > --- a/src/glx/dri3_glx.c > +++ b/src/glx/dri3_glx.c > @@ -676,7 +67

[Mesa-dev] [PATCH] glx: Use struct xshmfence* instead of int32_t*.

2013-12-04 Thread Matt Turner
--- src/glx/dri3_glx.c | 4 ++-- src/glx/dri3_priv.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/glx/dri3_glx.c b/src/glx/dri3_glx.c index b047cc8..1834c6d 100644 --- a/src/glx/dri3_glx.c +++ b/src/glx/dri3_glx.c @@ -676,7 +676,7 @@ dri3_alloc_render_buffer(struct g