diff options
author | Connor Abbott <[email protected]> | 2015-06-30 13:42:15 -0700 |
---|---|---|
committer | Connor Abbott <[email protected]> | 2015-07-17 10:10:57 -0700 |
commit | bde4c8ec1fd69e312fe21e36c8ce07139916811a (patch) | |
tree | 04bf52875bd6331007d551dcf453981d6f781d88 /include | |
parent | 18e73bf7f8b12022e02db3230ee109657581900b (diff) |
i965/fs: don't make unused payload registers interfere
Before, we were setting payload_last_use_ip for unused payload
registers to 0, which made them interfere with whatever the first
instruction wrote to due to the workaround for SIMD16 uniform arguments.
Just use -1 to mean "unused" instead, and then skip setting any
interferences for unused payload registers.
instructions in affected programs: 0 -> 0
helped: 0
HURT: 0
GAINED: 1
LOST: 0
Reviewed-by: Jordan Justen <[email protected]>
Signed-off-by: Connor Abbott <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions