Skip to content
Commit 7bf9cf29 authored by Faith Ekstrand's avatar Faith Ekstrand Committed by Emil Velikov
Browse files

intel/fs: Do the grf127 hack on SIMD8 instructions in SIMD16 mode



Previously, we only applied the fix to shaders with a dispatch mode of
SIMD8 but the code it relies on for SIMD16 mode only applies to SIMD16
instructions.  If you have a SIMD8 instruction in a SIMD16 shader,
neither would trigger and the restriction could still be hit.

Fixes: 232ed898 "i965/fs: Register allocator shoudn't use grf127..."
Reviewed-by: default avatarJose Maria Casanova Crespo <jmcasanova@igalia.com>
Reviewed-by: default avatarKenneth Graunke <kenneth@whitecape.org>
(cherry picked from commit b4f0d062)
parent e0eba40a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment