util: add BITSET_LAST_BIT() helper
[mesa.git] / src / util / sparse_array.c
2020-04-18 Lionel Landwerlinutil/sparse_free_list: manipulate node pointers using...
2020-04-17 D Scott Phillipsutil/sparse_array: don't stomp head's counter on pop...
2020-03-20 Jason Ekstrandutil/sparse_array: Stash the node level in the node...
2020-03-20 Jason Ekstrandutil/sparse_array: Add a node_size_log2 temporary
2019-10-31 Jason Ekstrandutil: Add a free list structure for use with util_spars...
2019-10-31 Jason Ekstrandutil: Add a util_sparse_array data structure