Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-02-07 | util/hash_table: Do a full search when adding new items | Jason Ekstrand | 1 | -7/+16 |
2015-01-21 | mesa: Fix some signed-unsigned comparison warnings | Jan Vesely | 1 | -1/+1 |
2015-01-15 | hash_table: Rename insert_with_hash to insert_pre_hashed | Jason Ekstrand | 1 | -2/+2 |
2015-01-15 | util/hash_table: Pull the details of the FNV-1a into helpers | Jason Ekstrand | 1 | -13/+4 |
2014-12-14 | hash_table: Fix compiler warnings from the renaming. | Eric Anholt | 1 | -2/+2 |
2014-12-14 | util/hash_table: Rework the API to know about hashing | Jason Ekstrand | 1 | -20/+55 |
2014-11-26 | util: update hash type comments | Timothy Arceri | 1 | -5/+5 |
2014-08-04 | util: Gather some common macros | Jason Ekstrand | 1 | -1/+1 |
2014-08-04 | util: Move the open-addressing linear-probing hash_table to src/util. | Kenneth Graunke | 1 | -0/+440 |