| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | added mutexes for thread safety | Brian Paul | 2000-01-31 | 1 | -1/+13 |
* | prefixed hash functions with _mesa_ | Brian Paul | 2000-01-24 | 1 | -22/+22 |
* | start search at 1 in HashFindFreeKeyBlock() | Brian Paul | 2000-01-04 | 1 | -4/+4 |
* | first big check-in of new Mesa 3.3 code | Brian Paul | 1999-11-11 | 1 | -12/+5 |
* | removed GL_ prefix from memory macros | Brian Paul | 1999-10-13 | 1 | -8/+7 |
* | Fixed includes & added a few hooks for the DRI.kw-mesa-1 | Keith Whitwell | 1999-10-08 | 1 | -3/+4 |
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+295 |