Added _mesa_HashNextEntry() function to allow walking over all entries
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 24 Jan 2005 00:20:23 +0000 (00:20 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 24 Jan 2005 00:20:23 +0000 (00:20 +0000)
commitc74ffb8266dc55914cba6a37143b38b5fd05b01c
tree63435a5771c649f38c8cc272faea2844823ac931
parent72e3664996721263858f3096e4a618a406550402
Added _mesa_HashNextEntry() function to allow walking over all entries
in a hash table.
Added _mesa_test_hash_functions() for unit testing.
Updated comments, etc.
src/mesa/main/hash.c
src/mesa/main/hash.h