Re: [Mesa-dev] [PATCH] u_vbuf/translate: pass max_index into the set_buffer.

2018-03-11 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Thu, Mar 8, 2018 at 3:20 PM, Dave Airlie wrote: > From: Dave Airlie > > This fixes a memory trashing crash (not the test) seen with > dEQP-GLES3.stress.draw.unaligned_data.random.203 > on virgl. > > Signed-off-by: Dave Airlie > --- > src/gallium/auxiliary/ut

[Mesa-dev] [PATCH] u_vbuf/translate: pass max_index into the set_buffer.

2018-03-08 Thread Dave Airlie
From: Dave Airlie This fixes a memory trashing crash (not the test) seen with dEQP-GLES3.stress.draw.unaligned_data.random.203 on virgl. Signed-off-by: Dave Airlie --- src/gallium/auxiliary/util/u_vbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/