mesa: add ARB_texture_buffer_range glTextureBufferRangeEXT function
[mesa.git] / src / mesa / main / hash.c
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop hash_table_fo...
2018-04-12 Marek Olšákmesa: include mtypes.h less
2017-06-14 Samuel Pitoisetmesa: move some hash declarations to hash.h
2017-05-21 Thomas Hellandmain: Move hashLockMutex/hashUnlockMutex to header...
2017-05-21 Thomas Hellandmain: Use _mesa_HashLock/UnlockMutex consistently
2017-05-16 Timothy Arcerimesa: replace _mesa_problem() with assert() in hash...
2017-04-24 Timothy Arcerimesa: create locked version of HashWalk
2017-04-12 Timothy Arcerimesa: use pre_hashed version of search for the mesa...
2016-11-12 Steinar H. GundersonFix races during _mesa_HashWalk().
2016-05-20 Matt Turnermesa: Replace uses of Shared->Mutex with hash-table...
2016-05-20 Matt Turnerhash: Add _mesa_HashRemoveLocked() function.
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-03 Nicolai Hähnleutil/hash_table: add _mesa_hash_table_num_entries
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-11 Juha-Pekka Heikkilamesa/main: Remove _mesa_HashClone()
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2015-01-15 Jason Ekstrandhash_table: Rename insert_with_hash to insert_pre_hashed
2014-12-15 Jason Ekstrandutil/hash_table: Rework the API to know about hashing
2014-08-04 Kenneth Graunkeutil: Move the open-addressing linear-probing hash_tabl...
2014-05-30 Juha-Pekka Heikkilamesa: add missing null check in _mesa_NewHashTable()
2014-05-02 Fredrik Höglundmesa: Add functions for doing unlocked hash table lookups
2014-03-03 Brian Paulmesa: remove empty glthread.h file
2014-03-03 Brian Paulmesa: switch to c11 mutex functions
2013-09-04 Timothy Arcerimesa: Add a clone function to mesa hash
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2013-04-12 Ian Romanickmesa: NULL check the pointer before trying to dereferen...
2012-11-12 Eric Anholtmesa: Convert the hash table for GL object ids to the...
2012-01-11 Brian Paulmesa: add _mesa_HashNumEntries() function
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