nv50: implement BGNLOOP, BRK, ENDLOOP
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Fri, 25 Sep 2009 08:24:40 +0000 (10:24 +0200)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Fri, 25 Sep 2009 09:01:44 +0000 (11:01 +0200)
commite2b8dc3e38d1efddf2ded2e47a9e3092455d0f8a
treead7875e4883861b51b7bdb3f3bd68b52efde5d21
parent1196f9fbd68d9f3d1acd3d097711b382d7489f41
nv50: implement BGNLOOP, BRK, ENDLOOP

There's a good chance a loop won't execute correctly
though since our TEMP allocation assumes programs to
be executed linearly. Will fix later.
src/gallium/drivers/nv50/nv50_program.c