i965/vec4: don't modify regioning parameters to the sources of DF align1 instructions
authorSamuel Iglesias Gonsálvez <siglesias@igalia.com>
Tue, 25 Apr 2017 10:28:18 +0000 (12:28 +0200)
committerSamuel Iglesias Gonsálvez <siglesias@igalia.com>
Wed, 3 May 2017 13:32:39 +0000 (15:32 +0200)
commitf57e234fdd52331d0aa6656a36efdebea9d11e9d
treeeadbcc06b67dd4aca7f06f3495a0b8ead5408445
parentaaeb1c99beed39d85c300ebdb8a7bf056ee6717c
i965/vec4: don't modify regioning parameters to the sources of DF align1 instructions

The regioning parameters are now properly set by convert_to_hw_regs()
and we don't need to fix them in the generator. That latter fix
previously done in the generator was strictly speaking wrong for any
non-identity regions.

Signed-off-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
Cc: "17.1" <mesa-stable@lists.freedesktop.org>
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
src/intel/compiler/brw_vec4_generator.cpp