Module: Mesa Branch: glsl2 Commit: 022f79e49648d465d2db0240554f58ac42754584 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=022f79e49648d465d2db0240554f58ac42754584
Author: Eric Anholt <[email protected]> Date: Wed Aug 4 16:32:12 2010 -0700 glsl2: Return progress from ir_vec_index_to_swizzle. --- src/glsl/ir_vec_index_to_swizzle.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/glsl/ir_vec_index_to_swizzle.cpp b/src/glsl/ir_vec_index_to_swizzle.cpp index b3de91f..969dc8f 100644 --- a/src/glsl/ir_vec_index_to_swizzle.cpp +++ b/src/glsl/ir_vec_index_to_swizzle.cpp @@ -153,5 +153,5 @@ do_vec_index_to_swizzle(exec_list *instructions) v.run(instructions); - return false; + return v.progress; } _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
