index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
util
/
hash_table.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
replace malloc macros in imports.h with u_memory.h versions
Dylan Baker
2020-04-21
1
-0
/
+1
*
util: stop including files from mesa/main
Marek Olšák
2020-03-27
1
-1
/
+20
*
Mark a few static inline helpers with ASSERTED
Kristian H. Kristensen
2020-02-19
1
-1
/
+1
*
util/hash_table: added hash functions for integer types
Anthony Pesch
2020-01-23
1
-0
/
+44
*
util/hash_table: replace _mesa_hash_data's fnv1a hash function with xxhash
Anthony Pesch
2020-01-23
1
-2
/
+4
*
util: move fnv1a hash implementation into its own header
Anthony Pesch
2020-01-23
1
-9
/
+0
*
util/hash_table: Fix hashing in clears on 32-bit
Tomeu Vizoso
2019-08-08
1
-2
/
+12
*
i965: Fix INTEL_DEBUG=bat
Caio Marcelo de Oliveira Filho
2019-06-12
1
-2
/
+13
*
util/hash_table: Properly handle the NULL key in hash_table_u64
Caio Marcelo de Oliveira Filho
2019-06-12
1
-5
/
+36
*
util/hash_table: Assert that keys are not reserved pointers
Jason Ekstrand
2019-06-06
1
-1
/
+9
*
util/hash_table: Use fast modulo computation
Connor Abbott
2019-05-31
1
-37
/
+50
*
util/hash_table: Add specialized resizing add function
Connor Abbott
2019-05-31
1
-1
/
+27
*
util/hash_table: Pull out loop-invariant computations
Connor Abbott
2019-05-31
1
-14
/
+13
*
util: Helper to create sets and hashes with pointer keys
Caio Marcelo de Oliveira Filho
2019-01-14
1
-0
/
+10
*
util/hash_table: Add _mesa_hash_table_init function
Ian Romanick
2018-12-16
1
-13
/
+26
*
util: use C99 declaration in the for-loop hash_table_foreach() macro
Eric Engestrom
2018-10-25
1
-3
/
+1
*
util/hash_table: add helper to remove entry by key
Caio Marcelo de Oliveira Filho
2018-07-13
1
-0
/
+9
*
util: Implement a hash table cloning function
Thomas Helland
2018-03-14
1
-0
/
+22
*
util: hashtable: make hashing prototypes match
Lionel Landwerlin
2017-10-30
1
-1
/
+2
*
util: fix warning/error on 32bit build
Tapani Pälli
2017-07-25
1
-2
/
+2
*
mesa/util: add a hash table wrapper which support 64-bit keys
Samuel Pitoiset
2017-06-14
1
-0
/
+147
*
util: add assert that key cannot be NULL on insertion
Tapani Pälli
2016-08-22
1
-0
/
+2
*
util/hash_table: add _mesa_hash_table_clear (v4)
Nicolai Hähnle
2016-02-03
1
-0
/
+26
*
util/hash_table: don't compare deleted entries
Connor Abbott
2016-02-02
1
-1
/
+2
*
util/hash_table: Do a full search when adding new items
Jason Ekstrand
2015-02-07
1
-7
/
+16
*
mesa: Fix some signed-unsigned comparison warnings
Jan Vesely
2015-01-21
1
-1
/
+1
*
hash_table: Rename insert_with_hash to insert_pre_hashed
Jason Ekstrand
2015-01-15
1
-2
/
+2
*
util/hash_table: Pull the details of the FNV-1a into helpers
Jason Ekstrand
2015-01-15
1
-13
/
+4
*
hash_table: Fix compiler warnings from the renaming.
Eric Anholt
2014-12-14
1
-2
/
+2
*
util/hash_table: Rework the API to know about hashing
Jason Ekstrand
2014-12-14
1
-20
/
+55
*
util: update hash type comments
Timothy Arceri
2014-11-26
1
-5
/
+5
*
util: Gather some common macros
Jason Ekstrand
2014-08-04
1
-1
/
+1
*
util: Move the open-addressing linear-probing hash_table to src/util.
Kenneth Graunke
2014-08-04
1
-0
/
+440