r600g: avoid recursion with staged uploads
authorKeith Whitwell <keithw@vmware.com>
Wed, 3 Nov 2010 14:06:33 +0000 (14:06 +0000)
committerKeith Whitwell <keithw@vmware.com>
Tue, 9 Nov 2010 20:12:46 +0000 (20:12 +0000)
commite3ea4aec033643a629e2fa48eb538fdb856adf4e
tree67b1048e76d2ec88a8c140a0f533b1a552548044
parent6e2e136428b97d2424ebe626a30d7237015f7ea3
r600g: avoid recursion with staged uploads

Don't use an intermediate for formats which don't support hardware
blits under u_blitter.c, as these will recursively attempt to create a
transfer.
src/gallium/drivers/r600/r600_texture.c