summaryrefslogtreecommitdiffstats
path: root/src/util/simple_list.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: Port a variant of 68afbe89c72d085dcbbf2b264f0201ab73fe339e to util/Eric Anholt2015-01-281-0/+1
| | | | | | | | The idea is that after a remove_from_list(), you might want to be able to do a remove_from_list() on it again or an is_empty_list(). This is apparently relied on by r300g. Reviewed-by: Marek Olšák <marek.olsak@amd.com>
* mesa: Move simple_list.h to src/util.Eric Anholt2015-01-281-0/+210
We have two copies of it in the tree, I'm going to delete one. Reviewed-by: Marek Olšák <marek.olsak@amd.com>