Re: [Mesa-dev] [PATCH] util/list: Add list splicing functions

2016-04-15 Thread Mark Janes
Reviewed-by: Mark Janes Jason Ekstrand writes: > This adds functions for splicing one list into another. These have > more-or-less the same API as the kernel list splicing functions. > --- > src/util/list.h | 22 ++ > 1 file changed, 22 insertions(+) > > diff --git a/src/u

[Mesa-dev] [PATCH] util/list: Add list splicing functions

2016-04-14 Thread Jason Ekstrand
This adds functions for splicing one list into another. These have more-or-less the same API as the kernel list splicing functions. --- src/util/list.h | 22 ++ 1 file changed, 22 insertions(+) diff --git a/src/util/list.h b/src/util/list.h index b98ce59..d4b4851 100644 --- a