Re: [Mesa-dev] [PATCH 1/3] exec_list: add a prepend function

2014-07-09 Thread Ian Romanick
Reviewed-by: Ian Romanick On 07/08/2014 12:20 PM, Connor Abbott wrote: > This complements the existing append function. It's implemented in a > rather simple way right now; it could be changed if performance is a > concern. > > Signed-off-by: Connor Abbott > --- > src/glsl/list.h | 20

[Mesa-dev] [PATCH 1/3] exec_list: add a prepend function

2014-07-08 Thread Connor Abbott
This complements the existing append function. It's implemented in a rather simple way right now; it could be changed if performance is a concern. Signed-off-by: Connor Abbott --- src/glsl/list.h | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/glsl/li