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
/
set.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark a few static inline helpers with ASSERTED
Kristian H. Kristensen
2020-02-19
1
-1
/
+1
*
util/set: Assert that keys are not reserved pointers
Jason Ekstrand
2019-06-06
1
-0
/
+10
*
util/set: Use fast modulo computation
Connor Abbott
2019-05-31
1
-37
/
+50
*
util/set: Add specialized resizing add function
Connor Abbott
2019-05-31
1
-3
/
+23
*
util/set: Pull out loop-invariant computations
Connor Abbott
2019-05-31
1
-16
/
+16
*
util/set: Add a _mesa_set_search_or_add() function
Connor Abbott
2019-05-31
1
-23
/
+68
*
util/set: Add a helper to resize a set
Jason Ekstrand
2019-05-13
1
-0
/
+14
*
util/set: Add a search_and_add function
Jason Ekstrand
2019-05-13
1
-5
/
+25
*
util: Helper to create sets and hashes with pointer keys
Caio Marcelo de Oliveira Filho
2019-01-14
1
-0
/
+11
*
util: use C99 declaration in the for-loop set_foreach() macro
Eric Engestrom
2018-10-25
1
-5
/
+1
*
util/set: helper to remove entry by key
Caio Marcelo de Oliveira Filho
2018-07-12
1
-0
/
+9
*
util/set: add a clone function
Caio Marcelo de Oliveira Filho
2018-07-12
1
-0
/
+23
*
util/set: add a set_clear function
Scott D Phillips
2018-05-04
1
-0
/
+23
*
util: Use set_foreach instead of rolling our own
Thomas Helland
2018-03-14
1
-6
/
+2
*
util: make set's deleted_key_value declaration consistent with hash table one
Vlad Golovkin
2017-06-08
1
-2
/
+2
*
util/set: don't compare against deleted entries
Connor Abbott
2016-02-02
1
-1
/
+2
*
util/set: Do a full search when adding new items
Jason Ekstrand
2015-02-07
1
-6
/
+15
*
mesa: Fix some signed-unsigned comparison warnings
Jan Vesely
2015-01-21
1
-1
/
+1
*
util/hash_set: Rework the API to know about hashing
Jason Ekstrand
2015-01-15
1
-5
/
+42
*
util: Move main/set to util/hash_set
Jason Ekstrand
2015-01-15
1
-0
/
+345