summaryrefslogtreecommitdiff
path: root/src/mesa/main/hash.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-11mesa/main: Remove _mesa_HashClone()Juha-Pekka Heikkila1-28/+0
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-5/+5
2015-01-15hash_table: Rename insert_with_hash to insert_pre_hashedJason Ekstrand1-1/+1
2014-12-14util/hash_table: Rework the API to know about hashingJason Ekstrand1-5/+12
2014-08-04util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke1-1/+1
2014-05-30mesa: add missing null check in _mesa_NewHashTable()Juha-Pekka Heikkila1-0/+10
2014-05-02mesa: Add functions for doing unlocked hash table lookupsFredrik Höglund1-9/+80
2014-03-03mesa: remove empty glthread.h fileBrian Paul1-1/+0
2014-03-03mesa: switch to c11 mutex functionsBrian Paul1-22/+22
2013-09-04mesa: Add a clone function to mesa hashTimothy Arceri1-0/+28
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-12mesa: NULL check the pointer before trying to dereference itIan Romanick1-2/+2
2012-11-12mesa: Convert the hash table for GL object ids to the open-addressing hash.Eric Anholt1-258/+113
2012-01-11mesa: add _mesa_HashNumEntries() functionBrian Paul1-0/+20
2011-10-01mesa: s/INLINE/inline/Brian Paul1-1/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2010-03-27mesa: move/update hash function commentsBrian Paul1-6/+11
2010-03-27mesa: fix deadlock in _mesa_HashFindFreeKeyBlock()Brian Paul1-6/+13
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-4/+4
2010-02-16mesa: Lock mutex around _mesa_HashLookup linked list chase.Brian Paul1-2/+5
2010-02-16mesa: Test for failed malloc in _mesa_HashInsert.Brian Paul1-4/+6
2009-04-09mesa: fix potential recursive locking deadlock in _mesa_HashWalk()Brian Paul1-4/+14
2009-03-06mesa: Fix typo.José Fonseca1-1/+1
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian1-1/+1
2006-07-03disable a new mem leak check until we're sure it's validBrian Paul1-0/+2
2006-06-30clean-upsBrian Paul1-23/+26
2006-06-30Added _mesa_HashDeleteAll() to delete all entries in a hash table with aBrian Paul1-10/+74
2005-08-25don't compile debug code (bug 4242: rand undefined)Brian Paul1-1/+5
2005-04-10set table size to 1023 and use new HASH_FUNC() macroBrian Paul1-5/+8
2005-04-09Bug #2945: Fix math error that left half the hash buckets empty.Adam Jackson1-1/+1
2005-01-24Added _mesa_HashNextEntry() function to allow walking over all entriesBrian Paul1-37/+121
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-28/+65
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2002-12-12Add mechanism to destroy mutexes. Important on OS's where mutex initializationKeith Whitwell1-1/+2
2002-10-24Header file clean-up:Brian Paul1-7/+2
2002-09-16doxygen commentsBrian Paul1-36/+49
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul1-7/+10
2001-11-02init the hash table mutex in _mesa_NewHashTable (Won-Suk Chun)Brian Paul1-2/+6
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-7/+7
2000-03-21removed a few const keywords because of mutex callsBrian Paul1-3/+3
2000-03-21added more lockingBrian Paul1-4/+12
2000-01-31added mutexes for thread safetyBrian Paul1-1/+13
2000-01-24prefixed hash functions with _mesa_Brian Paul1-22/+22
2000-01-04start search at 1 in HashFindFreeKeyBlock()Brian Paul1-4/+4
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-12/+5
1999-10-13removed GL_ prefix from memory macrosBrian Paul1-8/+7
1999-10-08Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1-3/+4