[Mesa-dev] [PATCH v2 01/11] util/list: Make some helpers take const lists

2018-07-29 Thread Christian Gmeiner
Reviewed-by: Christian Gmeiner Jason Ekstrand schrieb am So., 29. Juli 2018, 07:46: > They're all just querying things about the list and not mutating > anything. > > Reviewed-by: Thomas Helland > --- > src/util/list.h | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff

[Mesa-dev] [PATCH v2 01/11] util/list: Make some helpers take const lists

2018-07-28 Thread Jason Ekstrand
They're all just querying things about the list and not mutating anything. Reviewed-by: Thomas Helland --- src/util/list.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/util/list.h b/src/util/list.h index 6edb7501109..09d1b4cae64 100644 --- a/src/util/list.h +++