Hi,
On Wednesday, December 28, 2011 03:22:31 Jose Fonseca wrote:
> It looks like bitset.h is still used by classic nouveau driver -- see `git
> grep '\ integers (it requires approximately 87 bits). There doesn't seem to be an
> obvious alternative, so I went ahead and re-added bitset.h to get the
- Original Message -
>
> Hi,
>
> On Tuesday, December 27, 2011 09:47:41 Brian Paul wrote:
> > If bitset.h is no longer used let's just remove it.
> pushed.
>
> Thanks
>
> Mathias
It looks like bitset.h is still used by classic nouveau driver -- see `git grep
'\http://lists.freedesktop
Hi,
On Tuesday, December 27, 2011 09:47:41 Brian Paul wrote:
> If bitset.h is no longer used let's just remove it.
pushed.
Thanks
Mathias
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
2011/12/27 Mathias Fröhlich :
>
> Hi,
>
> On Tuesday, December 27, 2011 00:37:13 Brian Paul wrote:
>> For the series:
>> Reviewed-by: Brian Paul
> Thanks.
>
> What is your preference to do with the remaining bitset.h header?
> * Remove this as ununsed?
> * Remove the 64 bit bitset implementation a
Hi,
On Tuesday, December 27, 2011 00:37:13 Brian Paul wrote:
> For the series:
> Reviewed-by: Brian Paul
Thanks.
What is your preference to do with the remaining bitset.h header?
* Remove this as ununsed?
* Remove the 64 bit bitset implementation as this could be better done with
GLbitfield64
2011/12/26 Mathias Fröhlich :
>
> Hi,
>
> Following a series as suggested to me by a review to a recent checkin.
>
> The series replaces the RENDERINPUTS* macros with direct usage of GLbitfield64
> values.
> The patchset is piglit quick regression tested with traditional swrast.
>
> Due to the lack
Hi,
Following a series as suggested to me by a review to a recent checkin.
The series replaces the RENDERINPUTS* macros with direct usage of GLbitfield64
values.
The patchset is piglit quick regression tested with traditional swrast.
Due to the lack of all this old hardware to test, plenty rev