summaryrefslogtreecommitdiffstats
path: root/src/SConscript
diff options
context:
space:
mode:
authorIago Toral Quiroga <itoral@igalia.com>2016-03-11 08:46:36 +0100
committerSamuel Iglesias Gonsálvez <siglesias@igalia.com>2016-05-16 09:55:32 +0200
commit9149fd681735b02e421b8cd9e7cea92f039d8590 (patch)
treee80650a246dc00a0c11594e2f966c191bbe5b2be /src/SConscript
parent789eecdb79d899a070507355ecb4dc137600f700 (diff)
downloadexternal_mesa3d-9149fd681735b02e421b8cd9e7cea92f039d8590.zip
external_mesa3d-9149fd681735b02e421b8cd9e7cea92f039d8590.tar.gz
external_mesa3d-9149fd681735b02e421b8cd9e7cea92f039d8590.tar.bz2
i965/fs: fix copy/constant propagation regioning checks
We were not accounting for subreg_offset in the check for the start of the region. Also, fs_reg::regs_read() already takes the stride into account, so we should not multiply its result by the stride again. This was making copy-propagation fail to copy-propagate cases that would otherwise be safe to copy-propagate. Again, this was observed in fp64 code, since there we use stride > 1 often. v2 (Sam): - Rename function and add comment (Jason, Curro). - Assert that register files and number are the same (Jason). - Fix code to take into account the assumption that src.subreg_offset is strictly less than the reg_offset unit (Curro). - Don't pass the registers by value to the function, use 'const fs_reg &' instead (Curro). - Remove obsolete comment in the commit log (Curro). v3 (Sam): - Remove the assert and put the condition in the return (Curro). - Fix function name (Curro). Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Francisco Jerez <currojerez@riseup.net>
Diffstat (limited to 'src/SConscript')
0 files changed, 0 insertions, 0 deletions