commit | c057278c065747c1f53579504bf109cafb7cb390 | [log] [tgz] |
---|---|---|
author | Francisco Jerez <currojerez@riseup.net> | Thu Sep 01 19:36:23 2016 -0700 |
committer | Francisco Jerez <currojerez@riseup.net> | Wed Sep 14 14:50:55 2016 -0700 |
tree | d640dbc40550a1dcd2e039ee4acf52e56af71aa2 | |
parent | b42c13a5b8ac7d643bbf4c1592607811a81b4ebb [diff] |
i965/fs: Stop using fs_reg::in_range() in favor of regions_overlap(). Its only use left in the FS back-end should be using regions_overlap() instead to avoid getting a false negative result in cases where source and destination overlap but the former starts before the latter in the VGRF file. v2: Put back lost components factor (Iago). Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>