Re: [Mesa-dev] [PATCH] vbo: Correctly handle attribute offsets in dlist draw.

2016-10-12 Thread Mathias Fröhlich
On Wednesday, 24 August 2016 08:32:10 CEST mathias.froehl...@gmx.net wrote: > From: Mathias Fröhlich > > Hi all, > > kind of a ping with a rephrased commit message > and the style change. > Please review. Ping. best Mathias > > Thanks! > > Mathias > > > When executing a display list draw,

Re: [Mesa-dev] [PATCH] vbo: Correctly handle attribute offsets in dlist draw.

2016-09-08 Thread Mathias Fröhlich
Hi, On Wednesday, 24 August 2016 08:32:10 CEST mathias.froehl...@gmx.net wrote: > From: Mathias Fröhlich > > Hi all, > > kind of a ping with a rephrased commit message > and the style change. > Please review. Ping Thanks! Mathias > > Thanks! > > Mathias > > > When executing a display li

[Mesa-dev] [PATCH] vbo: Correctly handle attribute offsets in dlist draw.

2016-08-23 Thread Mathias . Froehlich
From: Mathias Fröhlich Hi all, kind of a ping with a rephrased commit message and the style change. Please review. Thanks! Mathias When executing a display list draw, for the offset list to be correct, the offset computation needs to accumulate all attribute size values in order. Specificall

Re: [Mesa-dev] [PATCH] vbo: Correctly handle attribute offsets in dlist draw.

2016-08-19 Thread Mathias Fröhlich
Hi, On Friday, 19 August 2016 19:47:13 CEST Timothy Arceri wrote: > On Fri, 2016-08-19 at 10:52 +0200, Erik Faye-Lund wrote: > > On Fri, Aug 19, 2016 at 10:38 AM, Mathias Fröhlich > > wrote: > > > > > > On Friday, 19 August 2016 09:20:41 CEST Erik Faye-Lund wrote: > > > > > > > > On Thu, Aug 18

Re: [Mesa-dev] [PATCH] vbo: Correctly handle attribute offsets in dlist draw.

2016-08-19 Thread Brian Paul
On 08/19/2016 02:52 AM, Erik Faye-Lund wrote: On Fri, Aug 19, 2016 at 10:38 AM, Mathias Fröhlich wrote: On Friday, 19 August 2016 09:20:41 CEST Erik Faye-Lund wrote: On Thu, Aug 18, 2016 at 7:50 PM, wrote: From: Mathias Fröhlich Hi, I found the below while fixing a similar problem lately

Re: [Mesa-dev] [PATCH] vbo: Correctly handle attribute offsets in dlist draw.

2016-08-19 Thread Timothy Arceri
On Fri, 2016-08-19 at 10:52 +0200, Erik Faye-Lund wrote: > On Fri, Aug 19, 2016 at 10:38 AM, Mathias Fröhlich > wrote: > > > > On Friday, 19 August 2016 09:20:41 CEST Erik Faye-Lund wrote: > > > > > > On Thu, Aug 18, 2016 at 7:50 PM,   > > > wrote: > > > > > > > > From: Mathias Fröhlich > > >

Re: [Mesa-dev] [PATCH] vbo: Correctly handle attribute offsets in dlist draw.

2016-08-19 Thread Erik Faye-Lund
On Fri, Aug 19, 2016 at 10:38 AM, Mathias Fröhlich wrote: > On Friday, 19 August 2016 09:20:41 CEST Erik Faye-Lund wrote: >> On Thu, Aug 18, 2016 at 7:50 PM, wrote: >> > From: Mathias Fröhlich >> > >> > Hi, >> > >> > I found the below while fixing a similar problem lately in >> > the immediate

Re: [Mesa-dev] [PATCH] vbo: Correctly handle attribute offsets in dlist draw.

2016-08-19 Thread Mathias Fröhlich
On Friday, 19 August 2016 09:20:41 CEST Erik Faye-Lund wrote: > On Thu, Aug 18, 2016 at 7:50 PM, wrote: > > From: Mathias Fröhlich > > > > Hi, > > > > I found the below while fixing a similar problem lately in > > the immediate mode glBegin/glEnd code path. > > > > Please review > > Thanks > > >

Re: [Mesa-dev] [PATCH] vbo: Correctly handle attribute offsets in dlist draw.

2016-08-19 Thread Erik Faye-Lund
On Thu, Aug 18, 2016 at 7:50 PM, wrote: > From: Mathias Fröhlich > > Hi, > > I found the below while fixing a similar problem lately in > the immediate mode glBegin/glEnd code path. > > Please review > Thanks > > Mathias > > > > When executing a display list draw with a shader program > using th

[Mesa-dev] [PATCH] vbo: Correctly handle attribute offsets in dlist draw.

2016-08-18 Thread Mathias . Froehlich
From: Mathias Fröhlich Hi, I found the below while fixing a similar problem lately in the immediate mode glBegin/glEnd code path. Please review Thanks Mathias When executing a display list draw with a shader program using the generic0 attribute the offset computation may get out of sync. To