summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2018-05-21 09:51:50 -0700
committerJason Ekstrand <[email protected]>2018-06-28 13:19:38 -0700
commitd5b617a28e89fda62fb6cceec10686b0bb4b4fb2 (patch)
tree4408853f36bb455eb820ce3a2c8c893d3e720000 /scripts
parent0b830081f0ae633911f4dd3e60f27b4ebdb67a2f (diff)
intel/fs: Split instructions low to high in lower_simd_width
Commit 0d905597f fixed an issue with the placement of the zip and unzip instructions. However, as a side-effect, it reversed the order in which we were emitting the split instructions so that they went from high group to low instead of low to high. This is fine for most things like texture instructions and the like but certain render target writes really want to be emitted low to high. This commit just switches the order back around to be low to high. Reviewed-by: Matt Turner <[email protected]> Fixes: 0d905597f "intel/fs: Be more explicit about our placement of [un]zip"
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions