Re: [Mesa-dev] [PATCH] glsl/list: Add an exec_list_validate function

2014-11-06 Thread Matt Turner
On Wed, Nov 5, 2014 at 5:12 PM, Jason Ekstrand wrote: > > > On Wed, Nov 5, 2014 at 2:46 PM, Matt Turner wrote: >> >> On Wed, Nov 5, 2014 at 2:00 PM, Jason Ekstrand >> wrote: >> > This can be very useful for trying to debug list corruptions. >> > >> > Signed-off-by: Jason Ekstrand >> > Cc: Ian R

Re: [Mesa-dev] [PATCH] glsl/list: Add an exec_list_validate function

2014-11-05 Thread Jason Ekstrand
On Wed, Nov 5, 2014 at 2:46 PM, Matt Turner wrote: > On Wed, Nov 5, 2014 at 2:00 PM, Jason Ekstrand > wrote: > > This can be very useful for trying to debug list corruptions. > > > > Signed-off-by: Jason Ekstrand > > Cc: Ian Romanick > > --- > > src/glsl/list.h | 14 ++ > > 1 file

Re: [Mesa-dev] [PATCH] glsl/list: Add an exec_list_validate function

2014-11-05 Thread Matt Turner
On Wed, Nov 5, 2014 at 2:00 PM, Jason Ekstrand wrote: > This can be very useful for trying to debug list corruptions. > > Signed-off-by: Jason Ekstrand > Cc: Ian Romanick > --- > src/glsl/list.h | 14 ++ > 1 file changed, 14 insertions(+) > > diff --git a/src/glsl/list.h b/src/glsl/

[Mesa-dev] [PATCH] glsl/list: Add an exec_list_validate function

2014-11-05 Thread Jason Ekstrand
This can be very useful for trying to debug list corruptions. Signed-off-by: Jason Ekstrand Cc: Ian Romanick --- src/glsl/list.h | 14 ++ 1 file changed, 14 insertions(+) diff --git a/src/glsl/list.h b/src/glsl/list.h index aac13fd..1d18ec9 100644 --- a/src/glsl/list.h +++ b/src/gl