i965/gen9: Remove the halign/valign field setup code in fast copy blit
authorAnuj Phogat <anuj.phogat@gmail.com>
Sat, 12 Dec 2015 03:14:24 +0000 (19:14 -0800)
committerAnuj Phogat <anuj.phogat@gmail.com>
Thu, 26 May 2016 17:57:09 +0000 (10:57 -0700)
commit97f0f91cc191d9d024588458f23a229b91acb84d
tree34fc97ff8a58300b87db59b23ea1721f1dd7665c
parentc52e92ec3a37c9ab3fb35132e62e1ddf6a770c27
i965/gen9: Remove the halign/valign field setup code in fast copy blit

Experimentation with different values of src/dst horizontal/vertical
alignment showed that these fileds are not used on gen9 hardware.

A recent update in graphics specs has removed these fields from
XY_FAST_COPY_BLT command.

Cc: Ben Widawsky <ben@bwidawsk.net>
Cc: Chad Versace <chad.versace@intel.com>
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Ben Widawsky <ben@bwidawsk.net>
src/mesa/drivers/dri/i965/intel_blit.c