remove final imports.h and imports.c bits
[mesa.git] / src / mesa / main / hash.h
2020-04-21 Dylan Bakerremove final imports.h and imports.c bits
2020-03-27 Marek OlšákMove compiler.h and imports.h/c from src/mesa/main...
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-04-24 Timothy Arcerimesa: create locked version of HashWalk
2016-05-20 Matt Turnerhash: Add _mesa_HashRemoveLocked() function.
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()
2014-05-02 Fredrik Höglundmesa: Add functions for doing unlocked hash table lookups
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...
2012-11-12 Eric Anholtmesa: Convert the hash table for GL object ids to the...
2012-01-11 Brian Paulmesa: add _mesa_HashNumEntries() function
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-03-12 Younes MantonMerge remote branch 'origin/master' into pipe-video
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-02-17 Ian RomanickMerge commit '381d5e209815235911c4aab516037c868c8f695f'
2010-02-16 Brian Paulmesa: Lock mutex around _mesa_HashLookup linked list...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-06-30 Brian PaulAdded _mesa_HashDeleteAll() to delete all entries in...
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-09-16 Brian Pauldoxygen comments
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-01-24 Brian Paulprefixed hash functions with _mesa_
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-08-19 jtgInitial revision