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