commit | fcd9d1badcd97486eea5d87bf701a3b0a16b4ba9 | [log] [tgz] |
---|---|---|
author | Francisco Jerez <currojerez@riseup.net> | Thu Sep 01 19:42:40 2016 -0700 |
committer | Francisco Jerez <currojerez@riseup.net> | Wed Sep 14 14:50:55 2016 -0700 |
tree | 565d448d7c375a14a6ea4ffabb20ebcc69e6b8b4 | |
parent | 56bcb2230f4c396d3febc8d718dc838c0274e62a [diff] |
i965/vec4: Drop backend_reg::in_range() in favor of regions_overlap(). This makes sure that overlap checks are done correctly throughout the back-end when the '*this' register starts before the register/size pair provided as argument, and is actually less annoying to use than in_range() at this point since regions_overlap() takes its size arguments in bytes. Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>