Fix gcc version checks for _mesa_bitcount
[mesa.git] / src / mesa / main / hash.c
2011-10-01 Brian Paulmesa: s/INLINE/inline/
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-03-31 Roland ScheideggerMerge branch 'gallium-new-formats'
2010-03-31 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-30 Michel DänzerMerge branch '7.8'
2010-03-27 Brian Paulmesa: move/update hash function comments
2010-03-27 Brian Paulmesa: fix deadlock in _mesa_HashFindFreeKeyBlock()
2010-03-12 Younes MantonMerge remote branch 'origin/master' into pipe-video
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-02-19 Kristian HøgsbergReplace _mesa_malloc, _mesa_calloc and _mesa_free with...
2010-02-17 Ian RomanickMerge commit '381d5e209815235911c4aab516037c868c8f695f'
2010-02-16 Brian Paulmesa: Lock mutex around _mesa_HashLookup linked list...
2010-02-16 Brian Paulmesa: Test for failed malloc in _mesa_HashInsert.
2009-06-12 Alex DeucherMerge master and fix conflicts
2009-04-22 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-04-09 Brian Paulmesa: fix potential recursive locking deadlock in _mesa...
2009-03-20 Dave AirlieMerge remote branch 'main/master' into radeon-rewrite
2009-03-06 José Fonsecamesa: Fix typo.
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-04 BrianBe more consistant with paths in #includes. Eventually...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-07-03 Brian Pauldisable a new mem leak check until we're sure it's...
2006-06-30 Brian Paulclean-ups
2006-06-30 Brian PaulAdded _mesa_HashDeleteAll() to delete all entries in...
2005-08-25 Brian Pauldon't compile debug code (bug 4242: rand undefined)
2005-04-10 Brian Paulset table size to 1023 and use new HASH_FUNC() macro
2005-04-09 Adam JacksonBug #2945: Fix math error that left half the hash bucke...
2005-01-24 Brian PaulAdded _mesa_HashNextEntry() function to allow walking...
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2002-12-12 Keith WhitwellAdd mechanism to destroy mutexes. Important on OS...
2002-10-24 Brian PaulHeader file clean-up:
2002-09-16 Brian Pauldoxygen comments
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2001-11-02 Brian Paulinit the hash table mutex in _mesa_NewHashTable (Won...
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2000-03-21 Brian Paulremoved a few const keywords because of mutex calls
2000-03-21 Brian Pauladded more locking
2000-01-31 Brian Pauladded mutexes for thread safety
2000-01-24 Brian Paulprefixed hash functions with _mesa_
2000-01-04 Brian Paulstart search at 1 in HashFindFreeKeyBlock()
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-10-13 Brian Paulremoved GL_ prefix from memory macros
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-08-19 jtgInitial revision