index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
hash.c
Age
Commit message (
Expand
)
Author
2010-02-19
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-16
mesa: Lock mutex around _mesa_HashLookup linked list chase.
Brian Paul
2010-02-16
mesa: Test for failed malloc in _mesa_HashInsert.
Brian Paul
2009-04-09
mesa: fix potential recursive locking deadlock in _mesa_HashWalk()
Brian Paul
2009-03-06
mesa: Fix typo.
José Fonseca
2007-07-04
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2006-07-03
disable a new mem leak check until we're sure it's valid
Brian Paul
2006-06-30
clean-ups
Brian Paul
2006-06-30
Added _mesa_HashDeleteAll() to delete all entries in a hash table with a
Brian Paul
2005-08-25
don't compile debug code (bug 4242: rand undefined)
Brian Paul
2005-04-10
set table size to 1023 and use new HASH_FUNC() macro
Brian Paul
2005-04-09
Bug #2945: Fix math error that left half the hash buckets empty.
Adam Jackson
2005-01-24
Added _mesa_HashNextEntry() function to allow walking over all entries
Brian Paul
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-12-12
Add mechanism to destroy mutexes. Important on OS's where mutex initialization
Keith Whitwell
2002-10-24
Header file clean-up:
Brian Paul
2002-09-16
doxygen comments
Brian Paul
2002-06-29
Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.
Brian Paul
2001-11-02
init the hash table mutex in _mesa_NewHashTable (Won-Suk Chun)
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-03-21
added more locking
Brian Paul
2000-01-31
added mutexes for thread safety
Brian Paul
2000-01-24
prefixed hash functions with _mesa_
Brian Paul
2000-01-04
start search at 1 in HashFindFreeKeyBlock()
Brian Paul
1999-11-11
first big check-in of new Mesa 3.3 code
Brian Paul
1999-10-13
removed GL_ prefix from memory macros
Brian Paul
1999-10-08
Fixed includes & added a few hooks for the DRI.
Keith Whitwell
1999-08-19
Initial revision
jtg