Files
third_party_mesa3d/progs
Keith Whitwell 66a7eedaa2 tgsi: handle some src/dst aliasing in tgsi_sse2.c
Src/Dst aliasing (aka SOA dependencies) requires some care to ensure
intermediate results do not overwrite yet-to-be read source registers.

This change ensures that MOV/SWZ handle this correctly, which is poor but
no worse than the current tgsi_exec.c path.  Remove the fallback as there
is nothing to be gained correctness-wise between the two implementations now.

Fixing this properly looks like a bit of work in this code, but might be
easily achieved by sending destination writes to temporary storage.
2009-09-13 11:59:24 -07:00
..
2008-09-21 11:00:44 -07:00
2008-09-21 11:00:44 -07:00
2008-09-21 11:00:44 -07:00
2008-06-05 15:37:17 -06:00
2009-04-28 18:15:17 +01:00
2009-09-08 16:47:30 -06:00
2008-07-14 08:50:36 -06:00
2009-07-28 08:58:25 -06:00
2009-06-17 15:23:25 +01:00
2008-09-21 11:00:44 -07:00
2008-05-07 11:35:23 -07:00