summaryrefslogtreecommitdiff
path: root/list.h
AgeCommit message (Collapse)Author
2010-04-08Inline functions consisting of a return of an expression.Eric Anholt
2010-03-31Fix exec_list::move_nodes_to when the source list is emptyIan Romanick
2010-03-26Add missing parenthesis in foreach_iterIan Romanick
This allows uses like 'foreach_iter(exec_list_iterator, iter, *list_ptr)'.
2010-03-08Add yet-another linked list typeIan Romanick
The use of macros to access existing linked list type makes it unsuitable for its current use as a base class. Since this type and the accompanying macros are used all over the place in Mesa, we can't really change them.