i965: remove disabled code for cycling through MRF registers in clipping.
authorEric Anholt <eric@anholt.net>
Tue, 18 May 2010 22:27:10 +0000 (15:27 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 20 May 2010 20:42:27 +0000 (13:42 -0700)
commitf716063ad133ec142d9846d55e569db1295650a6
treebbe0cd18ed6d77ac0649aede3596409eda42bdf8
parentf2b80e5679741c39b79102e7ee5057d1af9bce82
i965: remove disabled code for cycling through MRF registers in clipping.

The idea would be that you could have multiple send messages going on
if nothing depended on the previous message's results and you used a
different send message.  The problem is that the later send requires
the VUE handle returned by the first send's allocate anyway.
src/mesa/drivers/dri/i965/brw_clip.h
src/mesa/drivers/dri/i965/brw_clip_util.c