Re: [Mesa-dev] [PATCH 1/2] draw: fix max_index initializer in draw_pipeline_run()

2017-05-02 Thread Brian Paul
On 05/02/2017 01:26 PM, Grazvydas Ignotas wrote: On Tue, May 2, 2017 at 10:21 PM, Brian Paul mailto:bri...@vmware.com>> wrote: Note, this is just some debug code. --- src/gallium/auxiliary/draw/draw_pipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [Mesa-dev] [PATCH 1/2] draw: fix max_index initializer in draw_pipeline_run()

2017-05-02 Thread Grazvydas Ignotas
On Tue, May 2, 2017 at 10:21 PM, Brian Paul wrote: > Note, this is just some debug code. > --- > src/gallium/auxiliary/draw/draw_pipe.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/gallium/auxiliary/draw/draw_pipe.c > b/src/gallium/auxiliary/draw/draw_pipe.c > ind

[Mesa-dev] [PATCH 1/2] draw: fix max_index initializer in draw_pipeline_run()

2017-05-02 Thread Brian Paul
Note, this is just some debug code. --- src/gallium/auxiliary/draw/draw_pipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/draw/draw_pipe.c b/src/gallium/auxiliary/draw/draw_pipe.c index 27a3762..3581698 100644 --- a/src/gallium/auxiliary/draw/draw_pi