diff options
author | Rob Clark <[email protected]> | 2014-10-24 09:38:33 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2014-10-25 12:07:34 -0400 |
commit | 4dff2a642913cb9b72eccc3c290b1e5a71560156 (patch) | |
tree | 0bc4f7ebf310746d9c833444de02b98cf3d01b37 /configure.ac | |
parent | 33193540fcb2208b040afb956bd25c6583af60d2 (diff) |
freedreno/ir3: always mov tex coords
Always insert extra mov's for the tex coord into the fanin. This
simplifies things a bit, and avoids a scenario where multiple sam
instructions can have mutually exclusive input's to it's fanin, for
example:
1: TEX OUT[0].xy, IN[0].xyxx, SAMP[0], 2D
2: TEX OUT[0].zw, IN[0].yxxx, SAMP[0], 2D
The CP pass can always remove the mov's that are not actually needed,
so better to start out with too many mov's in the front end, than not
enough.
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions