glsl/list: Fix the exec_list_validate function
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 11 Nov 2014 18:12:24 +0000 (10:12 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 15 Jan 2015 15:19:00 +0000 (07:19 -0800)
commit8b3dfdce7604723818d8b7ec17738e94284c50bb
tree93ad0a98dc93e60cf3efd594beb62b6a852d7e03
parent4285aaecdceac55005e1ea2e75e17c6490d158a9
glsl/list: Fix the exec_list_validate function

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 <jason.ekstrand@intel.com>
Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/glsl/list.h