glsl: remove test for loop unrolling when we hit conditional cont/break
authorBrian Paul <brianp@vmware.com>
Thu, 25 Jun 2009 15:30:53 +0000 (09:30 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 26 Jun 2009 19:16:34 +0000 (13:16 -0600)
commitdd453fa37c243a98ca2e2c76d3b396e2d294350e
tree800e8e0bb32e8be893a95d270c4abe4d862fbeb1
parent2f1c5c58b33dc616a3744cd40fcae20971309b3c
glsl: remove test for loop unrolling when we hit conditional cont/break

This is no longer needed since we added the new
_slang_loop_contains_continue_or_break() function/test.
src/mesa/shader/slang/slang_codegen.c