Re: [Mesa-dev] [PATCH 14/45] st/nine: Unset vtxbuf on reset

2016-01-29 Thread Axel Davy
On 29/01/2016 17:49, Ilia Mirkin wrote: On Fri, Jan 29, 2016 at 11:08 AM, Axel Davy wrote: We forgot to reset vtxbuf. This fixes some crashes. Signed-off-by: Axel Davy Reviewed-by: Patrick Rudolph --- src/gallium/state_trackers/nine/nine_state.c | 4 +++- 1 file changed, 3 insertions(+),

Re: [Mesa-dev] [PATCH 14/45] st/nine: Unset vtxbuf on reset

2016-01-29 Thread Ilia Mirkin
On Fri, Jan 29, 2016 at 11:08 AM, Axel Davy wrote: > We forgot to reset vtxbuf. > This fixes some crashes. > > Signed-off-by: Axel Davy > Reviewed-by: Patrick Rudolph > --- > src/gallium/state_trackers/nine/nine_state.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a

[Mesa-dev] [PATCH 14/45] st/nine: Unset vtxbuf on reset

2016-01-29 Thread Axel Davy
We forgot to reset vtxbuf. This fixes some crashes. Signed-off-by: Axel Davy Reviewed-by: Patrick Rudolph --- src/gallium/state_trackers/nine/nine_state.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gallium/state_trackers/nine/nine_state.c b/src/gallium/state_tra