radv: Override the uniform buffer offset alignment for World War Z.
[mesa.git] / src / util / set.c
2020-08-14 Karol Herbstutil/set: add _mesa_set_intersects
2020-02-19 Kristian H. KristensenMark a few static inline helpers with ASSERTED
2019-06-06 Jason Ekstrandutil/set: Assert that keys are not reserved pointers
2019-05-31 Connor Abbottutil/set: Use fast modulo computation
2019-05-31 Connor Abbottutil/set: Add specialized resizing add function
2019-05-31 Connor Abbottutil/set: Pull out loop-invariant computations
2019-05-31 Connor Abbottutil/set: Add a _mesa_set_search_or_add() function
2019-05-13 Jason Ekstrandutil/set: Add a helper to resize a set
2019-05-13 Jason Ekstrandutil/set: Add a search_and_add function
2019-01-14 Caio Marcelo de... util: Helper to create sets and hashes with pointer...
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop set_foreach...
2018-07-12 Caio Marcelo de... util/set: helper to remove entry by key
2018-07-12 Caio Marcelo de... util/set: add a clone function
2018-05-04 Scott D Phillipsutil/set: add a set_clear function
2018-03-14 Thomas Hellandutil: Use set_foreach instead of rolling our own
2017-06-08 Vlad Golovkinutil: make set's deleted_key_value declaration consiste...
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-02 Connor Abbottutil/set: don't compare against deleted entries
2015-02-08 Jason Ekstrandutil/set: Do a full search when adding new items
2015-01-21 Jan Veselymesa: Fix some signed-unsigned comparison warnings
2015-01-15 Jason Ekstrandutil/hash_set: Rework the API to know about hashing
2015-01-15 Jason Ekstrandutil: Move main/set to util/hash_set