Re: [Mesa-dev] [PATCH] pipe_loader_sw: fix compilation warning

2017-06-26 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Mon, Jun 26, 2017 at 10:48 PM, Brian Paul wrote: > Add the new 'flags' parameter to pipe_loader_sw_create_screen(). > --- > src/gallium/auxiliary/pipe-loader/pipe_loader_sw.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/galliu

[Mesa-dev] [PATCH] pipe_loader_sw: fix compilation warning

2017-06-26 Thread Brian Paul
Add the new 'flags' parameter to pipe_loader_sw_create_screen(). --- src/gallium/auxiliary/pipe-loader/pipe_loader_sw.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/pipe-loader/pipe_loader_sw.c b/src/gallium/auxiliary/pipe-loader/pipe_loader_sw.c ind