1. 2e2562c Fix races during _mesa_HashWalk(). by Steinar H. Gunderson · 8 years ago
  2. 015f220 mesa: Replace uses of Shared->Mutex with hash-table mutexes by Matt Turner · 9 years ago
  3. aded116 hash: Add _mesa_HashRemoveLocked() function. by Matt Turner · 9 years ago
  4. 55fb921 util/hash_table: add _mesa_hash_table_num_entries by Nicolai Hähnle · 9 years ago
  5. fd00c73 mesa/main: Remove _mesa_HashClone() by Juha-Pekka Heikkila · 10 years ago
  6. bfcdb84 mesa: Use assert() instead of ASSERT wrapper. by Matt Turner · 10 years ago
  7. 8ed5305 hash_table: Rename insert_with_hash to insert_pre_hashed by Jason Ekstrand · 10 years ago
  8. 94303a0 util/hash_table: Rework the API to know about hashing by Jason Ekstrand · 10 years ago
  9. 72e55bb util: Move the open-addressing linear-probing hash_table to src/util. by Kenneth Graunke · 11 years ago
  10. 77a00c7 mesa: add missing null check in _mesa_NewHashTable() by Juha-Pekka Heikkila · 11 years ago
  11. 82291f6 mesa: Add functions for doing unlocked hash table lookups by Fredrik Höglund · 11 years ago
  12. db806ca mesa: remove empty glthread.h file by Brian Paul · 11 years ago
  13. d129ea7 mesa: switch to c11 mutex functions by Brian Paul · 11 years ago
  14. 60f4353 mesa: Add a clone function to mesa hash by Timothy Arceri · 11 years ago
  15. 3998cfa mesa: remove outdated version lines in comments by Rico Schüller · 11 years ago
  16. 3d8d5b2 mesa: Restore 78-column wrapping of license text in C-style comments. by Kenneth Graunke · 12 years ago
  17. 96ff2ed mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. by Kenneth Graunke · 12 years ago
  18. dd404bc mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. by Kenneth Graunke · 12 years ago
  19. 2cc0b32 mesa: NULL check the pointer before trying to dereference it by Ian Romanick · 12 years ago
  20. 6991c29 mesa: Convert the hash table for GL object ids to the open-addressing hash. by Eric Anholt · 12 years ago
  21. f1b33c7 mesa: add _mesa_HashNumEntries() function by Brian Paul · 13 years ago
  22. 9520f48 mesa: s/INLINE/inline/ by Brian Paul · 13 years ago
  23. f9995b3 Drop GLcontext typedef and use struct gl_context instead by Kristian Høgsberg · 14 years ago
  24. 9903d09 mesa: move/update hash function comments by Brian Paul · 15 years ago
  25. 038d260 mesa: fix deadlock in _mesa_HashFindFreeKeyBlock() by Brian Paul · 15 years ago
  26. 32f2fd1 Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions by Kristian Høgsberg · 15 years ago
  27. 107a2ec mesa: Lock mutex around _mesa_HashLookup linked list chase. by Brian Paul · 15 years ago
  28. 693f4af mesa: Test for failed malloc in _mesa_HashInsert. by Brian Paul · 15 years ago
  29. deff099 mesa: fix potential recursive locking deadlock in _mesa_HashWalk() by Brian Paul · 16 years ago
  30. f6159ba mesa: Fix typo. by José Fonseca · 16 years ago
  31. c223c6b Be more consistant with paths in #includes. Eventually, eliminate a bunch of -I flags. by Brian · 17 years ago
  32. bfb2729 disable a new mem leak check until we're sure it's valid by Brian Paul · 18 years ago
  33. f636237 clean-ups by Brian Paul · 18 years ago
  34. 9f6798d Added _mesa_HashDeleteAll() to delete all entries in a hash table with a by Brian Paul · 18 years ago
  35. a2c65f4 don't compile debug code (bug 4242: rand undefined) by Brian Paul · 19 years ago
  36. aaa5a66 set table size to 1023 and use new HASH_FUNC() macro by Brian Paul · 20 years ago
  37. 5f92c38 Bug #2945: Fix math error that left half the hash buckets empty. by Adam Jackson · 20 years ago
  38. c74ffb8 Added _mesa_HashNextEntry() function to allow walking over all entries by Brian Paul · 20 years ago
  39. 6dc8557 Merge Jose's documentation and core Mesa changes from embedded branch by Keith Whitwell · 21 years ago
  40. 9ac51f5 Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. by Ian Romanick · 21 years ago
  41. e15fd85 Add mechanism to destroy mutexes. Important on OS's where mutex initialization by Keith Whitwell · 22 years ago
  42. 3c63452 Header file clean-up: by Brian Paul · 22 years ago
  43. c84e84a doxygen comments by Brian Paul · 22 years ago
  44. 4e9676f Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. by Brian Paul · 22 years ago
  45. dc31d67 init the hash table mutex in _mesa_NewHashTable (Won-Suk Chun) by Brian Paul · 23 years ago
  46. 22144ab Consistent copyright info (version number, date) across all files. by Gareth Hughes · 24 years ago
  47. 9b8094a removed a few const keywords because of mutex calls by Brian Paul · 25 years ago
  48. 832179c added more locking by Brian Paul · 25 years ago
  49. 9560f05 added mutexes for thread safety by Brian Paul · 25 years ago
  50. bb79790 prefixed hash functions with _mesa_ by Brian Paul · 25 years ago
  51. 90d9e02 start search at 1 in HashFindFreeKeyBlock() by Brian Paul · 25 years ago
  52. fbd8f21 first big check-in of new Mesa 3.3 code by Brian Paul · 25 years ago
  53. bd5cdaf removed GL_ prefix from memory macros by Brian Paul · 25 years ago
  54. 485f040 Fixed includes & added a few hooks for the DRI. by Keith Whitwell · 25 years ago
  55. afb833d Initial revision by jtg · 25 years ago