diff options
author | Kenneth Graunke <[email protected]> | 2013-08-09 18:44:25 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2013-08-19 11:29:24 -0700 |
commit | 72f2249c115a6bfafc809ebb4cb78c860279e41f (patch) | |
tree | 04c77e70faeadd4b89f1c117e31bd6aaf5526bb3 /src/mapi | |
parent | 70b02a7facf88d5f17655be5e17f053d8531a278 (diff) |
i965/fs: Fix computation of livein.
Since the initial value for livein is an overestimation (0xffffffff),
it's extremely likely that it will shrink, which means we can't simply
OR in new bits - we need to fully recompute it based on the current
liveout values.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Paul Berry <[email protected]>
Diffstat (limited to 'src/mapi')
0 files changed, 0 insertions, 0 deletions