[Mesa-dev] [PATCH 01/29] mesa: Add gl_point_attrib::CoordReplaceBits bitfield.

2016-06-13 Thread Mathias . Froehlich
From: Mathias Fröhlich The aim is to replace the CoordReplace array by a bitfield. Until all drivers are converted, establish the bitfield in parallel to the CoordReplace array. v2: Fix bitmask logic. Reviewed-by: Brian Paul Reviewed-by: Ian Romanick Signed-off-by: Mathias Fröhlich --- src/

Re: [Mesa-dev] [PATCH 01/29] mesa: Add gl_point_attrib::CoordReplaceBits bitfield.

2016-05-25 Thread Ian Romanick
On 05/23/2016 11:41 PM, mathias.froehl...@gmx.net wrote: > From: Mathias Fröhlich > > The aim is to replace the CoordReplace array by > a bitfield. Until all drivers are converted, > establish the bitfield in paralell to the parallel > CoordReplace array. As a genera

Re: [Mesa-dev] [PATCH 01/29] mesa: Add gl_point_attrib::CoordReplaceBits bitfield.

2016-05-24 Thread Mathias Fröhlich
On Tuesday, May 24, 2016 17:42:17 Roland Scheidegger wrote: > Am 24.05.2016 um 08:41 schrieb mathias.froehl...@gmx.net: > > From: Mathias Fröhlich > > > > The aim is to replace the CoordReplace array by > > a bitfield. Until all drivers are converted, > > establish the bitfield in paralell to the

Re: [Mesa-dev] [PATCH 01/29] mesa: Add gl_point_attrib::CoordReplaceBits bitfield.

2016-05-24 Thread Roland Scheidegger
Am 24.05.2016 um 08:41 schrieb mathias.froehl...@gmx.net: > From: Mathias Fröhlich > > The aim is to replace the CoordReplace array by > a bitfield. Until all drivers are converted, > establish the bitfield in paralell to the > CoordReplace array. > > Signed-off-by: Mathias Fröhlich > --- > sr

[Mesa-dev] [PATCH 01/29] mesa: Add gl_point_attrib::CoordReplaceBits bitfield.

2016-05-23 Thread Mathias . Froehlich
From: Mathias Fröhlich The aim is to replace the CoordReplace array by a bitfield. Until all drivers are converted, establish the bitfield in paralell to the CoordReplace array. Signed-off-by: Mathias Fröhlich --- src/mesa/main/attrib.c| 2 +- src/mesa/main/ffvertex_prog.c | 2 +- sr