diff options
author | Eric Anholt <[email protected]> | 2013-05-09 09:00:11 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2013-05-29 10:16:44 -0700 |
commit | 9a31c4f9ace9ed115e54df8bc769ea9748f25d39 (patch) | |
tree | 86019fb9a46a107faa290def4119d9b95512aaf5 /include | |
parent | 7e7600d10b9bf29d23b1aefc5c208fc73a21163f (diff) |
i965/fs: Fix segfault in instruction scheduling with LINTERP using last GRF.
The scheduler didn't know about uniform-type accesses, and if a uniform
access was last in a 16-wide, we'd walk off the end of the array. This
never happened, because we'd never coalesce out all the GRFs, due to a bug
to be fixed in the next commit.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions