Added _mesa_HashDeleteAll() to delete all entries in a hash table with a
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 30 Jun 2006 15:39:23 +0000 (15:39 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 30 Jun 2006 15:39:23 +0000 (15:39 +0000)
commit9f6798d6e1a59b8a0ca258d49d6afae128735f41
tree995b4c10b103c0313310120a7103c549614263cb
parent7c583f5d1161a5d35d6295399de6bc33cf7569f7
Added _mesa_HashDeleteAll() to delete all entries in a hash table with a
callback function.
Added _mesa_HashWalk() to walk over all entries in a hash table with callback.
src/mesa/main/hash.c
src/mesa/main/hash.h