diff options
author | Jason Ekstrand <jason.ekstrand@intel.com> | 2016-10-28 14:48:53 -0700 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2016-11-01 12:52:40 +0000 |
commit | 4251e076d56685e51b01a5dd5c5179ca159efcaa (patch) | |
tree | a0698bab1db6993ae9c051de231af0a3dd54b951 /src/gallium/state_trackers | |
parent | 6c55e33424899301a05726f4f57a157a46c74298 (diff) | |
download | external_mesa3d-4251e076d56685e51b01a5dd5c5179ca159efcaa.zip external_mesa3d-4251e076d56685e51b01a5dd5c5179ca159efcaa.tar.gz external_mesa3d-4251e076d56685e51b01a5dd5c5179ca159efcaa.tar.bz2 |
i965/fs/generator: Don't use the address immediate for MOV_INDIRECT
The address immediate field is only 9 bits and, since the value is in
bytes, the highest GRF we can point to with it is g15. This makes it
pretty close to useless for MOV_INDIRECT. There were already piles of
restrictions preventing us from using it prior to Broadwell, so let's get
rid of the gen8+ code path entirely.
Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=97779
Cc: "12.0 13.0" <mesa-stable@lists.freedesktop.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
(cherry picked from commit 2a4a86862c949055c71637429f6d5f2e725d07d8)
Diffstat (limited to 'src/gallium/state_trackers')
0 files changed, 0 insertions, 0 deletions