Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Port a variant of 68afbe89c72d085dcbbf2b264f0201ab73fe339e to util/ | Eric Anholt | 2015-01-28 | 1 | -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 <[email protected]> | ||||
* | mesa: Move simple_list.h to src/util. | Eric Anholt | 2015-01-28 | 1 | -0/+210 |
We have two copies of it in the tree, I'm going to delete one. Reviewed-by: Marek Olšák <[email protected]> |