util/set: add _mesa_set_intersects
[mesa.git] / src / util / hash_table.h
2020-05-25 Dmitriy Nesterutil: delete fnv1a hash function
2020-01-23 Anthony Peschutil/hash_table: added hash functions for integer types
2020-01-23 Anthony Peschutil: move fnv1a hash implementation into its own header
2019-06-12 Caio Marcelo de... i965: Fix INTEL_DEBUG=bat
2019-06-12 Caio Marcelo de... util/hash_table: Properly handle the NULL key in hash_t...
2019-05-31 Connor Abbottutil/hash_table: Use fast modulo computation
2019-01-14 Caio Marcelo de... util: Helper to create sets and hashes with pointer...
2018-12-16 Ian Romanickutil/hash_table: Add _mesa_hash_table_init function
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop hash_table_fo...
2018-07-13 Caio Marcelo de... util/hash_table: add helper to remove entry by key
2018-03-14 Thomas Hellandutil: Implement a hash table cloning function
2017-10-30 Lionel Landwerlinutil: hashtable: make hashing prototypes match
2017-06-14 Samuel Pitoisetmesa/util: add a hash table wrapper which support 64...
2017-05-21 Thomas Hellandutil: Change the pointer hashing function
2016-09-12 Thomas Hellandutil: Move hash_table_call_foreach to util hash table
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-18 Rob Clarkutil: fix new gcc6 warnings
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
2016-02-03 Nicolai Hähnleutil/hash_table: add _mesa_hash_table_clear (v4)
2015-01-15 Jason Ekstrandhash_table: Rename insert_with_hash to insert_pre_hashed
2015-01-15 Jason Ekstrandutil/hash_table: Pull the details of the FNV-1a into...
2014-12-15 Jason Ekstrandutil/hash_table: Rework the API to know about hashing
2014-08-04 Brian Paulutil: include c99_compat.h in hash_table.h to get ...
2014-08-04 Jason Ekstrandutil: Gather some common macros
2014-08-04 Kenneth Graunkeutil: Move the open-addressing linear-probing hash_tabl...