summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_handle_table.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-2/+2
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-3/+3
2009-07-06util: fix possible null pointer usageZack Rusin1-4/+9
2009-02-18util: Move p_debug.h into util module.José Fonseca1-1/+1
2008-11-17gallium: Make handle_table reentrant.José Fonseca1-8/+26
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-2/+2
2008-03-22gallium: Remove pedantic asserts.José Fonseca1-11/+7
2008-03-20gallium: Give some chance for the table to actually grow.José Fonseca1-2/+1
2008-03-19gallium: Fix broken logic.José Fonseca1-1/+1
2008-03-18d3d: Allow to iterate over the handle table.José Fonseca1-0/+22
2008-03-18gallium: Don't be pedantic about removing non exiting items from the table.José Fonseca1-2/+6
2008-03-15gallium: Ensure we don't add null objects to the table, as they mark empty ha...José Fonseca1-0/+4
2008-03-13gallium: Add a new handle_table_set that accepts an arbitrary handle.José Fonseca1-21/+64
2008-03-12gallium: Generic handle table.José Fonseca1-0/+207