commit | 96c276dda909ddf12714b9e64b7207156e8fd4bb | [log] [tgz] |
---|---|---|
author | Alejandro Piñeiro <apinheiro@igalia.com> | Wed Mar 23 12:20:05 2016 +0100 |
committer | Alejandro Piñeiro <apinheiro@igalia.com> | Tue May 17 07:34:40 2016 +0200 |
tree | c40e541b966984561bd3728c0ec84e16a69e0d6b | |
parent | 1ff32ae8b2367950c543770ee5e6e459312cebce [diff] |
i965/fs: half exec_size when dealing with 64 bits attributes The HW has a restriction that only vertical stride may cross register boundaries. Until now this was only handled on VGRFs at rw_reg_from_fs_reg, but it is also needed for attributes. v2: * Remove reference to commit id on commit message (Juan Suarez) * Simplify code that compute final exec_size (Ian Romanick) * Use REG_SIZE on that same code (Kenneth Graunke) Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>