Re: [Mesa-dev] [PATCH] glx/dri: fix assorted compiler warnings/errors

2013-11-08 Thread Ian Romanick
On 11/07/2013 07:04 PM, Brian Paul wrote: > From: Brian Paul > > To fix fall-out from recent commits. /me puts a paper bag on his head I only built i915 and i965 before pushing. Sorry about that. With the issue below fixed, Reviewed-by: Ian Romanick I'll pick the fixes over to the 10.0 bra

Re: [Mesa-dev] [PATCH] glx/dri: fix assorted compiler warnings/errors

2013-11-08 Thread Brian Paul
On 11/08/2013 07:10 AM, Jose Fonseca wrote: Looks good to me AFAICT. I had independently pushed a fix similar to the first chunk in your patch. I think it matches your's verbatim so there should be no conflict when you rebase. I'll push the swrast dri_create_context() patch. But for the q

Re: [Mesa-dev] [PATCH] glx/dri: fix assorted compiler warnings/errors

2013-11-08 Thread Jose Fonseca
Looks good to me AFAICT. I had independently pushed a fix similar to the first chunk in your patch. I think it matches your's verbatim so there should be no conflict when you rebase. Jose - Original Message - > From: Brian Paul > > To fix fall-out from recent commits. > --- > .../st

[Mesa-dev] [PATCH] glx/dri: fix assorted compiler warnings/errors

2013-11-07 Thread Brian Paul
From: Brian Paul To fix fall-out from recent commits. --- .../state_trackers/dri/common/dri_context.h|1 + src/glx/dri2.h |2 ++ src/glx/glxclient.h|2 +- src/glx/query_renderer.c |