https://bugs.freedesktop.org/show_bug.cgi?id=30416
--- Comment #6 from Tom Stellard tstellar@gmail.com 2010-09-28 22:05:16 PDT --- (In reply to comment #4)
(In reply to comment #3)
It's not possible to have infinite loops, because the number of iterations is capped at 256.
And what about jumps?
Jump instructions can be executed an infinite number of times, but the r300 compiler doesn't use them.