i965: Use the shared intel_pixel_copy.c.
authorEric Anholt <eric@anholt.net>
Tue, 24 Jun 2008 20:18:40 +0000 (13:18 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 24 Jun 2008 20:18:40 +0000 (13:18 -0700)
commit9a0d773116c6e9d7a63a63644a12170b7486a86e
tree45832b7faa8791533974d46eb04d39f6cb3f04ab
parent744357e29c6a51b9e1770e0340eee5105f6b5585
i965: Use the shared intel_pixel_copy.c.

This disables the textured copy implementation on 965, which didn't appear
to work (mesa copypix demo, disable the blit path, move so that regions don't
overlap and textured is used, and you get garbage).  If we resurrect this for
i965, I'd rather it used the 915-style metaops instead.  Current metaops code
left in place so that whoever picks it up has a reference.
src/mesa/drivers/dri/i965/intel_pixel_copy.c [changed from file to symlink]
src/mesa/drivers/dri/intel/intel_pixel_copy.c