summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_handle_table.c
Commit message (Expand)AuthorAgeFilesLines
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* util: fix possible null pointer usageZack Rusin2009-07-061-4/+9
* util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
* gallium: Make handle_table reentrant.José Fonseca2008-11-171-8/+26
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-2/+2
* gallium: Remove pedantic asserts.José Fonseca2008-03-221-11/+7
* gallium: Give some chance for the table to actually grow.José Fonseca2008-03-201-2/+1
* gallium: Fix broken logic.José Fonseca2008-03-191-1/+1
* d3d: Allow to iterate over the handle table.José Fonseca2008-03-181-0/+22
* gallium: Don't be pedantic about removing non exiting items from the table.José Fonseca2008-03-181-2/+6
* gallium: Ensure we don't add null objects to the table, as they mark empty ha...José Fonseca2008-03-151-0/+4
* gallium: Add a new handle_table_set that accepts an arbitrary handle.José Fonseca2008-03-131-21/+64
* gallium: Generic handle table.José Fonseca2008-03-121-0/+207