summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_simple_list.h
AgeCommit message (Collapse)Author
2010-09-24util: make calling remove_from_list multiple times in a row safeMarek Olšák
This commit fixes an infinite loop in foreach_s if remove_from_list is used more than once on the same item with other list operations in between. NOTE: This is a candidate for the 7.9 branch because the commit "r300g: fixup long-lived BO maps being incorrectly unmapped when flushing" depends on it.
2008-02-19Remove src/mesa and src/mesa/main from gallium source include paths.José Fonseca