mesa: Only complain about an infinite loop in a swrast program once.
authorEric Anholt <eric@anholt.net>
Thu, 22 Jul 2010 19:16:11 +0000 (12:16 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 22 Jul 2010 19:16:11 +0000 (12:16 -0700)
commitcc15ef07e03e465d93df7062a516f9b4bfbaeda0
tree3e6fa43834d36976c5e9548efbed81867fb90e9a
parentc8d0a9f0065c321308be635529c95735f3beb68f
mesa: Only complain about an infinite loop in a swrast program once.

Chances are, if one fragment looped badly, others will too, and
debugging output gets overwhelmed by the looping complaints.
src/mesa/shader/prog_execute.c