intel: Move copyteximage source clipping out of copytexsubimage.
authorEric Anholt <eric@anholt.net>
Fri, 19 Dec 2008 02:42:06 +0000 (18:42 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 19 Dec 2008 02:50:16 +0000 (18:50 -0800)
commit1e7785fe0721f66ca9523da0dc338d26256736bb
tree04e55f9078e17cbfced9ecd4eb4d4f6019087f0e
parentd01c44aacaeabe1dd187163f9e204f40401698bc
intel: Move copyteximage source clipping out of copytexsubimage.

glCopyTexSubImage already gets the (correct) clipping for us, so it doesn't
need the path.  While moving the clipping out, replace the code with the mesa
path to do the same job.
src/mesa/drivers/dri/intel/intel_tex_copy.c