diff options
author | Nicolai Haehnle <prefect@upb.de> | 2007-03-18 02:15:56 +0100 |
---|---|---|
committer | Nicolai Haehnle <nhaehnle@gmail.com> | 2007-03-19 18:38:07 +0100 |
commit | 7b430acd71f04dce3e21bdcfe70115a23d751f30 (patch) | |
tree | a50e3628283ba79336b6eb74ca9da061f8776917 /src/mesa/drivers/dri/i810/i810vb.h | |
parent | 07db8c9115c0b07d79be778976e25f8eb18d42a2 (diff) |
r300: Fix fragment program instruction pairing and register allocation
There were a number of bugs related to the pairing of vector and scalar
operations where swizzles ended up using the wrong source register,
or an instruction was moved forward and ended up overwriting an aliased
register.
The new algorithm for register allocation is quite conservative and may
run out of registers before necessary. On the plus side, It Just Works.
Pairing is done whenever possible, and in more cases than before, so
in practice this change should be a net win.
Diffstat (limited to 'src/mesa/drivers/dri/i810/i810vb.h')
0 files changed, 0 insertions, 0 deletions