Skip to content
  • Francisco Jerez's avatar
    i965/fs: Set exec_all on unspills. · bb67c467
    Francisco Jerez authored
    
    
    This makes sure that unspills restore the exact contents of the
    variable in scratch space into the GRF without applying channel
    masking, which is incorrect under control flow for things like message
    headers or vectors of heterogeneous types that don't properly respect
    channel boundaries.
    
    Reviewed-by: default avatarJason Ekstrand <jason@jlekstrand.net>
    bb67c467