glsl2: Return progress from ir_vec_index_to_swizzle.
authorEric Anholt <eric@anholt.net>
Wed, 4 Aug 2010 23:32:12 +0000 (16:32 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 5 Aug 2010 03:52:33 +0000 (20:52 -0700)
src/glsl/ir_vec_index_to_swizzle.cpp

index b3de91f..969dc8f 100644 (file)
@@ -153,5 +153,5 @@ do_vec_index_to_swizzle(exec_list *instructions)
 
    v.run(instructions);
 
-   return false;
+   return v.progress;
 }