r300/compiler: Fix scheduling of TEX instructions.
authorTom Stellard <tstellar@gmail.com>
Sun, 4 Jul 2010 19:30:52 +0000 (12:30 -0700)
committerTom Stellard <tstellar@gmail.com>
Fri, 9 Jul 2010 04:11:03 +0000 (21:11 -0700)
commit3724a2e65f5b3aa6e123889342a3e9c4d05903f5
tree7967f0acb01accea5192661fc20a879fe354321a
parent75d0e95a3ad188ae1c4cc38a73241c6b227c0733
r300/compiler: Fix scheduling of TEX instructions.

The following instruction sequence will no longer be emitted in separate
TEX blocks:

0: TEX temp[0].xyz, temp[1].xy__, 2D[0];
1: TEX temp[1].xyz, temp[2].xy__, 2D[0];

This fixes fdo bug #25109
src/mesa/drivers/dri/r300/compiler/radeon_pair_schedule.c