index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
util
/
list.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: remove LIST_IS_EMPTY macro
Timothy Arceri
2019-10-28
1
-3
/
+0
*
util: rename list_empty() to list_is_empty()
Timothy Arceri
2019-10-28
1
-5
/
+5
*
util: remove LIST_DEL macro
Timothy Arceri
2019-10-28
1
-2
/
+0
*
util: remove LIST_DELINIT macro
Timothy Arceri
2019-10-28
1
-1
/
+0
*
util: remove LIST_REPLACE macro
Timothy Arceri
2019-10-28
1
-1
/
+0
*
util: remove LIST_ADD macro
Timothy Arceri
2019-10-28
1
-1
/
+0
*
util: remove LIST_ADDTAIL macro
Timothy Arceri
2019-10-28
1
-1
/
+0
*
util: remove LIST_INITHEAD macro
Timothy Arceri
2019-10-28
1
-1
/
+0
*
list: add some iterator debug
Rob Clark
2019-05-30
1
-5
/
+16
*
util/list: Make some helpers take const lists
Jason Ekstrand
2018-07-29
1
-4
/
+4
*
util: #include "c99_compat.h" to fix Windows build
Brian Paul
2017-04-03
1
-0
/
+1
*
util: fix list_is_singular()
Timothy Arceri
2017-01-12
1
-1
/
+1
*
list: fix list_replace() for empty lists
Rob Clark
2016-07-06
1
-4
/
+10
*
util/list: Add list splicing functions
Jason Ekstrand
2016-04-15
1
-0
/
+22
*
util: Add list_is_singular() helper function
Eduardo Lima Mitev
2015-11-10
1
-0
/
+8
*
util/list: add list_first/last_entry
Rob Clark
2015-06-21
1
-0
/
+7
*
util/list: Add a list validation function
Jason Ekstrand
2015-05-08
1
-0
/
+9
*
util/list: Add list_empty and list_length functions
Jason Ekstrand
2015-05-08
1
-0
/
+15
*
util/list: Add C99-based iterator macros
Jason Ekstrand
2015-05-08
1
-0
/
+34
*
util: Move gallium's linked list to util
Jason Ekstrand
2015-05-08
1
-0
/
+146