mesa: Re-add main/bitset.h to fix classic nouveau build failure.
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 28 Dec 2011 11:03:34 +0000 (11:03 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 28 Dec 2011 11:14:52 +0000 (11:14 +0000)
commit62e968d6dab2339a530ba1176b6a433d95db938a
treea53afb34704cde9baa61a1356c63af4068686339
parent196800d79829a420073f762fac90090a7b416d2d
mesa: Re-add main/bitset.h to fix classic nouveau build failure.

bitset.h is still used by classic nouveau -- see `git grep '\<BITSET_'`
-- and the state stored is too big to fit in 64bit integers (it requires
approximately 87 bits), so there is no obvious alternative here.

This effecively reverts commit 196800d79829a420073f762fac90090a7b416d2d.
src/mesa/drivers/dri/nouveau/nouveau_context.h
src/mesa/main/bitset.h [new file with mode: 0644]