summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_double_list.h
AgeCommit message (Collapse)Author
2010-07-02r600: use gallium list macros instead of making our own.Dave Airlie
before this change, r600 glxinfo segfaulted in the list code, and I wasn't debugging another linked list implementation, its 2010 after all. So add the two missing list macros to the gallium header from X.org list header file (after fixing them), then port all r600 lists to the new header. Signed-off-by: Dave Airlie <airlied@redhat.com>
2009-03-23util: Add a new macro for testing empty lists.José Fonseca
2008-04-11gallium: Attribute realloc leaks to the first malloc call.José Fonseca
2008-02-19Remove src/mesa and src/mesa/main from gallium source include paths.José Fonseca