i965: Drop BLT TexSubImage Y-tiling restriction on Gen6+.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 20 Mar 2014 21:41:43 +0000 (14:41 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 21 Mar 2014 22:31:45 +0000 (15:31 -0700)
commit9834058a91031f0b66007357791bb5c4013acc91
tree2c7680cc152c3adfd031f6f0d5f5438a7e61ee0b
parent351e13c5ad81757a15ab319f2ef521b3921a345c
i965: Drop BLT TexSubImage Y-tiling restriction on Gen6+.

Currently, we don't use this path on Sandybridge because we suspect
other paths will be faster.  But we potentially could.  If we do, we
should allow it to support Y-tiled BLTs.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
src/mesa/drivers/dri/i965/intel_tex_subimage.c