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/
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
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
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
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