[Mesa-dev] [PATCH 0/5] Replace RENDERINPUTS with direct GLbitfield64 usage.
Jose Fonseca
jfonseca at vmware.com
Wed Dec 28 03:22:31 PST 2011
----- 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 '\<BITSET_'`-- and the state stored in it is too big to fit in 64bit 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 builds going again.
Jose
More information about the mesa-dev
mailing list