Re: [Mesa-dev] [PATCH 1/3] gallium/util: fix unused variable warning

2017-07-25 Thread Grazvydas Ignotas
FWIW: Reviewed-by: Grazvydas Ignotas for all 3. On Thu, Jul 20, 2017 at 3:07 AM, Timothy Arceri wrote: > --- > src/gallium/auxiliary/util/u_threaded_context.c | 8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/src/gallium/auxiliary/util/u_threaded_context.c > b/sr

Re: [Mesa-dev] [PATCH 1/3] gallium/util: fix unused variable warning

2017-07-24 Thread Timothy Arceri
Ping on this series :) ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH 1/3] gallium/util: fix unused variable warning

2017-07-19 Thread Timothy Arceri
--- src/gallium/auxiliary/util/u_threaded_context.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/gallium/auxiliary/util/u_threaded_context.c b/src/gallium/auxiliary/util/u_threaded_context.c index cb9ea3a..a9fc670 100644 --- a/src/gallium/auxiliary/util/u_thread