summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2015-01-16 00:53:53 -0800
committerKenneth Graunke <[email protected]>2015-01-16 12:39:35 -0800
commit127c9724924f9d93652540a9f3ff8306bb1aacd4 (patch)
treef752f6da1d739c1377f686079a3ed9eaac5b2488 /src/util
parentfaaca237341abc0f784edfb16df50104110365b8 (diff)
i965: Fix some oddities in FB_WRITE register width and execution size.
Previously, we generated this for FB writes in SIMD16 mode: load_payload(16) vgrf5@8+0.0:F, vgrf1:F, vgrf2:F, vgrf3:F, vgrf4:F fb_write(8) (null):UD, vgrf5@8+0.0:F 1sthalf The LOAD_PAYLOAD's destination had its register width set to 8, and the FB_WRITE had its execution size set to 8. This seems wrong, and while it probably doesn't affect anything, we should fix it. Signed-off-by: Kenneth Graunke <[email protected]> Reviewed-by: Matt Turner <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/util')
0 files changed, 0 insertions, 0 deletions