About
Social
Code
index
:
mesa
frygon
main
Mesa graphics project
Lucas Fryzek
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
list.h
Age
Commit message (
Expand
)
Author
2025-09-10
util/list: Add iterator debug to more routines.
Ella Stanforth
2025-09-10
util/list: Fix next instruction removal usecase for non safe iterators
Ella Stanforth
2022-07-28
util/list: rename LIST_ENTRY() to list_entry()
Eric Engestrom
2022-07-20
util: Enable list_assert in debugoptimized builds
Alyssa Rosenzweig
2022-06-02
util: remove needless c99_compat.h includes
Erik Faye-Lund
2022-04-22
util/list.h: add a function to move an item in a list
Dylan Baker
2022-03-17
util/list.h: Add docstrings for list_add and list_addtail
Dylan Baker
2020-12-18
util/list: use helper function in list_is_singular
Marcin Ślusarz
2020-12-18
util/list: add list_is_linked
Marcin Ślusarz
2020-12-10
util+treewide: container_of() cleanup
Rob Clark
2020-05-13
util/list: Add list_foreach_entry_from_safe
Caio Marcelo de Oliveira Filho
2020-05-13
util/list: Add a list pair iterator
Jason Ekstrand
2019-10-28
util: remove LIST_IS_EMPTY macro
Timothy Arceri
2019-10-28
util: rename list_empty() to list_is_empty()
Timothy Arceri
2019-10-28
util: remove LIST_DEL macro
Timothy Arceri
2019-10-28
util: remove LIST_DELINIT macro
Timothy Arceri
2019-10-28
util: remove LIST_REPLACE macro
Timothy Arceri
2019-10-28
util: remove LIST_ADD macro
Timothy Arceri
2019-10-28
util: remove LIST_ADDTAIL macro
Timothy Arceri
2019-10-28
util: remove LIST_INITHEAD macro
Timothy Arceri
2019-05-30
list: add some iterator debug
Rob Clark
2018-07-29
util/list: Make some helpers take const lists
Jason Ekstrand
2017-04-03
util: #include "c99_compat.h" to fix Windows build
Brian Paul
2017-01-12
util: fix list_is_singular()
Timothy Arceri
2016-07-06
list: fix list_replace() for empty lists
Rob Clark
2016-04-15
util/list: Add list splicing functions
Jason Ekstrand
2015-11-10
util: Add list_is_singular() helper function
Eduardo Lima Mitev
2015-06-21
util/list: add list_first/last_entry
Rob Clark
2015-05-08
util/list: Add a list validation function
Jason Ekstrand
2015-05-08
util/list: Add list_empty and list_length functions
Jason Ekstrand
2015-05-08
util/list: Add C99-based iterator macros
Jason Ekstrand
2015-05-08
util: Move gallium's linked list to util
Jason Ekstrand