Skip to content
Snippets Groups Projects
Commit 7bf9cf29 authored by Faith Ekstrand's avatar Faith Ekstrand :speech_balloon: 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: Kenneth Graunke's avatarKenneth Graunke <kenneth@whitecape.org>
(cherry picked from commit b4f0d062)
parent e0eba40a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment