Re: [Mesa-dev] [PATCH] glsl/list: Note that exec_lists may not be realloc'd.

2015-02-03 Thread Kenneth Graunke
On Monday, February 02, 2015 05:28:37 PM Matt Turner wrote: > --- > src/glsl/list.h | 4 > 1 file changed, 4 insertions(+) > > diff --git a/src/glsl/list.h b/src/glsl/list.h > index 85368a4..6f1a57b 100644 > --- a/src/glsl/list.h > +++ b/src/glsl/list.h > @@ -51,6 +51,10 @@ > * Therefore,

[Mesa-dev] [PATCH] glsl/list: Note that exec_lists may not be realloc'd.

2015-02-02 Thread Matt Turner
--- src/glsl/list.h | 4 1 file changed, 4 insertions(+) diff --git a/src/glsl/list.h b/src/glsl/list.h index 85368a4..6f1a57b 100644 --- a/src/glsl/list.h +++ b/src/glsl/list.h @@ -51,6 +51,10 @@ * Therefore, if \c head->next is \c NULL or \c tail_prev->prev is \c NULL, * the list is em