index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
hash.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: create locked version of HashWalk
Timothy Arceri
2017-04-25
1
-8
/
+26
*
mesa: use pre_hashed version of search for the mesa hash table
Timothy Arceri
2017-04-12
1
-2
/
+6
*
Fix races during _mesa_HashWalk().
Steinar H. Gunderson
2016-11-12
1
-11
/
+7
*
mesa: Replace uses of Shared->Mutex with hash-table mutexes
Matt Turner
2016-05-20
1
-4
/
+0
*
hash: Add _mesa_HashRemoveLocked() function.
Matt Turner
2016-05-20
1
-4
/
+15
*
util/hash_table: add _mesa_hash_table_num_entries
Nicolai Hähnle
2016-02-03
1
-3
/
+1
*
mesa/main: Remove _mesa_HashClone()
Juha-Pekka Heikkila
2015-06-11
1
-28
/
+0
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-5
/
+5
*
hash_table: Rename insert_with_hash to insert_pre_hashed
Jason Ekstrand
2015-01-15
1
-1
/
+1
*
util/hash_table: Rework the API to know about hashing
Jason Ekstrand
2014-12-14
1
-5
/
+12
*
util: Move the open-addressing linear-probing hash_table to src/util.
Kenneth Graunke
2014-08-04
1
-1
/
+1
*
mesa: add missing null check in _mesa_NewHashTable()
Juha-Pekka Heikkila
2014-05-30
1
-0
/
+10
*
mesa: Add functions for doing unlocked hash table lookups
Fredrik Höglund
2014-05-02
1
-9
/
+80
*
mesa: remove empty glthread.h file
Brian Paul
2014-03-03
1
-1
/
+0
*
mesa: switch to c11 mutex functions
Brian Paul
2014-03-03
1
-22
/
+22
*
mesa: Add a clone function to mesa hash
Timothy Arceri
2013-09-04
1
-0
/
+28
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: NULL check the pointer before trying to dereference it
Ian Romanick
2013-04-12
1
-2
/
+2
*
mesa: Convert the hash table for GL object ids to the open-addressing hash.
Eric Anholt
2012-11-12
1
-258
/
+113
*
mesa: add _mesa_HashNumEntries() function
Brian Paul
2012-01-11
1
-0
/
+20
*
mesa: s/INLINE/inline/
Brian Paul
2011-10-01
1
-1
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
mesa: move/update hash function comments
Brian Paul
2010-03-27
1
-6
/
+11
*
mesa: fix deadlock in _mesa_HashFindFreeKeyBlock()
Brian Paul
2010-03-27
1
-6
/
+13
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-4
/
+4
*
mesa: Lock mutex around _mesa_HashLookup linked list chase.
Brian Paul
2010-02-16
1
-2
/
+5
*
mesa: Test for failed malloc in _mesa_HashInsert.
Brian Paul
2010-02-16
1
-4
/
+6
*
mesa: fix potential recursive locking deadlock in _mesa_HashWalk()
Brian Paul
2009-04-09
1
-4
/
+14
*
mesa: Fix typo.
José Fonseca
2009-03-06
1
-1
/
+1
*
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-07-04
1
-1
/
+1
*
disable a new mem leak check until we're sure it's valid
Brian Paul
2006-07-03
1
-0
/
+2
*
clean-ups
Brian Paul
2006-06-30
1
-23
/
+26
*
Added _mesa_HashDeleteAll() to delete all entries in a hash table with a
Brian Paul
2006-06-30
1
-10
/
+74
*
don't compile debug code (bug 4242: rand undefined)
Brian Paul
2005-08-25
1
-1
/
+5
*
set table size to 1023 and use new HASH_FUNC() macro
Brian Paul
2005-04-10
1
-5
/
+8
*
Bug #2945: Fix math error that left half the hash buckets empty.
Adam Jackson
2005-04-09
1
-1
/
+1
*
Added _mesa_HashNextEntry() function to allow walking over all entries
Brian Paul
2005-01-24
1
-37
/
+121
*
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-07-17
1
-28
/
+65
*
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2003-06-05
1
-1
/
+0
*
Add mechanism to destroy mutexes. Important on OS's where mutex initialization
Keith Whitwell
2002-12-12
1
-1
/
+2
*
Header file clean-up:
Brian Paul
2002-10-24
1
-7
/
+2
*
doxygen comments
Brian Paul
2002-09-16
1
-36
/
+49
*
Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.
Brian Paul
2002-06-29
1
-7
/
+10
*
init the hash table mutex in _mesa_NewHashTable (Won-Suk Chun)
Brian Paul
2001-11-02
1
-2
/
+6
*
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-12
1
-7
/
+7
*
removed a few const keywords because of mutex calls
Brian Paul
2000-03-21
1
-3
/
+3
*
added more locking
Brian Paul
2000-03-21
1
-4
/
+12
[next]