r300/compiler: Allow merged instructions to be scheduled on demand
authorTom Stellard <tstellar@gmail.com>
Thu, 12 May 2011 06:51:39 +0000 (23:51 -0700)
committerTom Stellard <tstellar@gmail.com>
Sat, 15 Oct 2011 01:30:14 +0000 (18:30 -0700)
commit47c75128460ae1c15dc050ac64fbfb4b05d0ab84
tree46775862173bbeaae9b5522c39c696664e8ada15
parentc19f8ab2796a68d5e0c3c6334e7597f7f1c4c757
r300/compiler: Allow merged instructions to be scheduled on demand

We no longer emit full instructions immediately after they have been
merged.  Instead merged instructions are added to the ready list and
the scheduler can commit them whenever it wants.
src/gallium/drivers/r300/compiler/radeon_pair_schedule.c