Re: [Mesa-dev] [PATCH 059/133] glsl/list: Fix the exec_list_validate function

2015-01-14 Thread Matt Turner
Reviewed-by: Matt Turner ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH 059/133] glsl/list: Fix the exec_list_validate function

2014-12-16 Thread Jason Ekstrand
On Tue, Dec 16, 2014 at 2:49 PM, Connor Abbott wrote: > > On Tue, Dec 16, 2014 at 1:05 AM, Jason Ekstrand > wrote: > > Some time while refactoring things to make it look nicer before pushing > to > > master, I completely broke the function. This fixes it to be correct. > > Just goes to show you

Re: [Mesa-dev] [PATCH 059/133] glsl/list: Fix the exec_list_validate function

2014-12-16 Thread Connor Abbott
On Tue, Dec 16, 2014 at 1:05 AM, Jason Ekstrand wrote: > Some time while refactoring things to make it look nicer before pushing to > master, I completely broke the function. This fixes it to be correct. > Just goes to show you why you souldn't push code that has no users yet... > > Signed-off-by

[Mesa-dev] [PATCH 059/133] glsl/list: Fix the exec_list_validate function

2014-12-15 Thread Jason Ekstrand
Some time while refactoring things to make it look nicer before pushing to master, I completely broke the function. This fixes it to be correct. Just goes to show you why you souldn't push code that has no users yet... Signed-off-by: Jason Ekstrand --- src/glsl/list.h | 4 +--- 1 file changed,