radeon: Remove early dereference of src/dst width in glCopyTexSubImage.
authorEric Anholt <eric@anholt.net>
Mon, 17 Oct 2011 16:39:48 +0000 (09:39 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 4 Nov 2011 06:29:53 +0000 (23:29 -0700)
commite7349a55f75e8d1155684b5ad0f9dede55eb8549
treebbc259d71050aba8975bb4565188e3ec57e35fda
parentd9f2add18102282a969a3662b3d89f32cece1074
radeon: Remove early dereference of src/dst width in glCopyTexSubImage.

There doesn't appear to be any particular reason for this -- it's not
like the width is changing between the deref and the use.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/drivers/dri/radeon/radeon_tex_copy.c