1. f40f8f6 util/list: Add list_foreach_entry_from_safe by Caio Marcelo de Oliveira Filho · 4 years, 10 months ago
  2. aeb95fd util/list: Add a list pair iterator by Jason Ekstrand · 5 years ago
  3. 1909bc5 util: remove LIST_IS_EMPTY macro by Timothy Arceri · 4 years, 8 months ago
  4. 7f106a2 util: rename list_empty() to list_is_empty() by Timothy Arceri · 4 years, 8 months ago
  5. c578600 util: remove LIST_DEL macro by Timothy Arceri · 4 years, 8 months ago
  6. c976b42 util: remove LIST_DELINIT macro by Timothy Arceri · 4 years, 8 months ago
  7. d23d47c util: remove LIST_REPLACE macro by Timothy Arceri · 4 years, 8 months ago
  8. 40258fb util: remove LIST_ADD macro by Timothy Arceri · 4 years, 8 months ago
  9. 255de06 util: remove LIST_ADDTAIL macro by Timothy Arceri · 4 years, 8 months ago
  10. 7ae1be1 util: remove LIST_INITHEAD macro by Timothy Arceri · 4 years, 8 months ago
  11. 372e83b list: add some iterator debug by Rob Clark · 5 years ago
  12. 5c1c693 util/list: Make some helpers take const lists by Jason Ekstrand · 6 years ago
  13. 960f640 util: #include "c99_compat.h" to fix Windows build by Brian Paul · 7 years ago
  14. 0252ba2 util: fix list_is_singular() by Timothy Arceri · 7 years ago
  15. 23dd9ea list: fix list_replace() for empty lists by Rob Clark · 8 years ago
  16. 7dac4a2 util/list: Add list splicing functions by Jason Ekstrand · 9 years ago
  17. fb3b566 util: Add list_is_singular() helper function by Eduardo Lima Mitev · 9 years ago
  18. c79b2e6 util/list: add list_first/last_entry by Rob Clark · 9 years ago
  19. 2c2cd36 util/list: Add a list validation function by Jason Ekstrand · 9 years ago
  20. addcf41 util/list: Add list_empty and list_length functions by Jason Ekstrand · 9 years ago
  21. b31d898 util/list: Add C99-based iterator macros by Jason Ekstrand · 9 years ago
  22. 7a30668 util: Move gallium's linked list to util by Jason Ekstrand · 9 years ago[Renamed (96%) from src/gallium/auxiliary/util/u_double_list.h]
  23. 258b419 gallium/double_list: s/INLINE/inline and remove the p_compiler include by Jason Ekstrand · 9 years ago
  24. 8771285 s/Tungsten Graphics/VMware/ by José Fonseca · 10 years ago
  25. 3fffe8f util: null-out the node's prev/next pointers in list_del() by Chris Fester · 12 years ago
  26. ccff749 util: fix undefined behavior by Dylan Noblesmith · 12 years ago
  27. ebe304f gallium: list use inline function to avoid macro shot coming by Jerome Glisse · 13 years ago
  28. 8556b77 r600: use gallium list macros instead of making our own. by Dave Airlie · 14 years ago
  29. 3708aae util: Add a new macro for testing empty lists. by José Fonseca · 15 years ago
  30. bc56e87 gallium: Attribute realloc leaks to the first malloc call. by José Fonseca · 16 years ago
  31. b9da379 Remove src/mesa and src/mesa/main from gallium source include paths. by José Fonseca · 16 years ago[Renamed (96%) from src/gallium/auxiliary/pipebuffer/linked_list.h]
  32. 92fcbf6 Code reorganization: s/aux/auxiliary/. by José Fonseca · 16 years ago[Renamed from src/gallium/aux/pipebuffer/linked_list.h]
  33. b642730 Code reorganization: move files into their places. by José Fonseca · 16 years ago[Renamed from src/mesa/pipe/pipebuffer/linked_list.h]
  34. b478362 gallium: Reusable pipe buffer library. by José Fonseca · 17 years ago