----- 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 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev