i965: Delete the blitter path for CopyTexSubImage
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 11 May 2018 18:19:06 +0000 (11:19 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 22 May 2018 22:46:31 +0000 (15:46 -0700)
commit80fc3896f343c0ddc24e76abc9b0161f75511f3c
treec0fb44d5a29bdc43c1331160b7b25c28b9cb02af
parent8162256b01f891758d14606ce15a2a9e792ff470
i965: Delete the blitter path for CopyTexSubImage

The blorp path (called first) can do anything the blitter path can do so
it's just dead code.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/intel_tex_copy.c