r300: Fix fragment program reordering
authorNicolai Haehnle <nhaehnle@gmail.com>
Sun, 18 Mar 2007 12:29:18 +0000 (13:29 +0100)
committerNicolai Haehnle <nhaehnle@gmail.com>
Mon, 19 Mar 2007 17:38:07 +0000 (18:38 +0100)
commitff6ab9b45b180ab9bf261afa50888e6e740d7924
treef6c2aeaf748b35f20d798890453e4e1b5b33ddf0
parentec1a77c86481d7f77542fbecda0e81b74732c90f
r300: Fix fragment program reordering

Do not move an instruction that writes to a temp forward past an instruction
that reads the same temporary.
src/mesa/drivers/dri/r300/r300_context.h
src/mesa/drivers/dri/r300/r300_fragprog.c