Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |