Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-16 | mesa: Lock mutex around _mesa_HashLookup linked list chase. | Brian Paul | |
Remove const qualifier from _mesa_HashLookup() table parameter to avoid LOCK/UNLOCK warnings in the function body. Signed-off-by: Brian Paul <brianp@vmware.com> (cherry picked from commit 3094adb3caeb90124359db2356df3bf8ee94800a) | |||
2006-06-30 | Added _mesa_HashDeleteAll() to delete all entries in a hash table with a | Brian Paul | |
callback function. Added _mesa_HashWalk() to walk over all entries in a hash table with callback. | |||
2005-01-24 | Added _mesa_HashNextEntry() function to allow walking over all entries | Brian Paul | |
in a hash table. Added _mesa_test_hash_functions() for unit testing. Updated comments, etc. | |||
2003-07-17 | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | |
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | |
2002-09-16 | doxygen comments | Brian Paul | |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes | |
2000-03-21 | removed a few const keywords because of mutex calls | Brian Paul | |
2000-01-24 | prefixed hash functions with _mesa_ | Brian Paul | |
1999-11-11 | first big check-in of new Mesa 3.3 code | Brian Paul | |
1999-08-19 | Initial revision | jtg | |