OSDN Git Service

r300/compiler: Unroll loops that decrement the counter.
authorTom Stellard <tstellar@gmail.com>
Sat, 5 Jun 2010 19:59:02 +0000 (12:59 -0700)
committerMarek Olšák <maraeo@gmail.com>
Fri, 11 Jun 2010 20:06:58 +0000 (22:06 +0200)
commit6f1b6814bcaeb375a15277547376b0f909a52123
treed94854bd2ebcc92aa5bf806478d28a487de2902f
parent0f1109ce3613b61bf3c502beb422af8d43ff7b9b
r300/compiler: Unroll loops that decrement the counter.

e.g. for(i=10; i>0; i--)
src/mesa/drivers/dri/r300/compiler/radeon_emulate_loops.c