index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
util
/
hash_table.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Helper to create sets and hashes with pointer keys
Caio Marcelo de Oliveira Filho
2019-01-14
1
-0
/
+3
*
util/hash_table: Add _mesa_hash_table_init function
Ian Romanick
2018-12-16
1
-0
/
+8
*
util: use C99 declaration in the for-loop hash_table_foreach() macro
Eric Engestrom
2018-10-25
1
-5
/
+3
*
util/hash_table: add helper to remove entry by key
Caio Marcelo de Oliveira Filho
2018-07-13
1
-0
/
+2
*
util: Implement a hash table cloning function
Thomas Helland
2018-03-14
1
-0
/
+2
*
util: hashtable: make hashing prototypes match
Lionel Landwerlin
2017-10-30
1
-1
/
+1
*
mesa/util: add a hash table wrapper which support 64-bit keys
Samuel Pitoiset
2017-06-14
1
-0
/
+25
*
util: Change the pointer hashing function
Thomas Helland
2017-05-22
1
-1
/
+2
*
util: Move hash_table_call_foreach to util hash table
Thomas Helland
2016-09-12
1
-0
/
+13
*
util: fix new gcc6 warnings
Rob Clark
2016-02-18
1
-1
/
+3
*
util/hash_table: add _mesa_hash_table_num_entries
Nicolai Hähnle
2016-02-03
1
-0
/
+5
*
util/hash_table: add _mesa_hash_table_clear (v4)
Nicolai Hähnle
2016-02-03
1
-0
/
+2
*
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
-0
/
+19
*
util/hash_table: Rework the API to know about hashing
Jason Ekstrand
2014-12-14
1
-4
/
+15
*
util: include c99_compat.h in hash_table.h to get 'inline' definition
Brian Paul
2014-08-04
1
-0
/
+1
*
util: Gather some common macros
Jason Ekstrand
2014-08-04
1
-2
/
+2
*
util: Move the open-addressing linear-probing hash_table to src/util.
Kenneth Graunke
2014-08-04
1
-0
/
+106