Re: [Mesa-dev] [PATCH] vbo: Correctly handle source arrays in vbo_split_copy.

2018-03-14 Thread Mathias Fröhlich
Hi, On Wednesday, 14 March 2018 22:28:28 CET Brian Paul wrote: > Reviewed-by: Brian Paul Thanks, pushed! best Mathias ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org

Re: [Mesa-dev] [PATCH] vbo: Correctly handle source arrays in vbo_split_copy.

2018-03-14 Thread Brian Paul
Reviewed-by: Brian Paul On Wed, Mar 14, 2018 at 2:47 PM, wrote: > From: Mathias Fröhlich > > Hi, > > Seems that the big patch did break something. > Below the fix. > > please review > > best > > Mathias > > > > > The

[Mesa-dev] [PATCH] vbo: Correctly handle source arrays in vbo_split_copy.

2018-03-14 Thread Mathias . Froehlich
From: Mathias Fröhlich Hi, Seems that the big patch did break something. Below the fix. please review best Mathias The original approach did optimize away a bit too many fields. Restablish the pointer into the original array and correctly feed that one.