util: skip NEON detection if built with -mfpu=neon
[mesa.git] / src / util / hash_table.c
2019-08-08 Tomeu Vizosoutil/hash_table: Fix hashing in clears on 32-bit
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-06-06 Jason Ekstrandutil/hash_table: Assert that keys are not reserved...
2019-05-31 Connor Abbottutil/hash_table: Use fast modulo computation
2019-05-31 Connor Abbottutil/hash_table: Add specialized resizing add function
2019-05-31 Connor Abbottutil/hash_table: Pull out loop-invariant computations
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-07-25 Tapani Pälliutil: fix warning/error on 32bit build
2017-06-14 Samuel Pitoisetmesa/util: add a hash table wrapper which support 64...
2016-08-22 Tapani Pälliutil: add assert that key cannot be NULL on insertion
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-03 Nicolai Hähnleutil/hash_table: add _mesa_hash_table_clear (v4)
2016-02-02 Connor Abbottutil/hash_table: don't compare deleted entries
2015-02-08 Jason Ekstrandutil/hash_table: Do a full search when adding new items
2015-01-21 Jan Veselymesa: Fix some signed-unsigned comparison warnings
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 Eric Anholthash_table: Fix compiler warnings from the renaming.
2014-12-15 Jason Ekstrandutil/hash_table: Rework the API to know about hashing
2014-11-26 Timothy Arceriutil: update hash type comments
2014-08-04 Jason Ekstrandutil: Gather some common macros
2014-08-04 Kenneth Graunkeutil: Move the open-addressing linear-probing hash_tabl...