r600: fix r600SetTexOffset
authorAlex Deucher <alexdeucher@gmail.com>
Mon, 3 Aug 2009 06:28:22 +0000 (02:28 -0400)
committerAlex Deucher <alexdeucher@gmail.com>
Mon, 3 Aug 2009 06:28:22 +0000 (02:28 -0400)
commit282c0c411cc1d9c10adc75cb066e8af819073975
treed2c01c0cd92eec64b1eff7934f0ebd33b30dc03f
parent30bca7a4e6ad4e5a9fc74aba2eb854bb1341cca7
r600: fix r600SetTexOffset

We need to properly set up a fake bo for the texture override,
so add a new function to radeon_bo_legacy.c.  This could probably
be used on radeon/r200/r300 to unify the bo handling for
texture override.

compiz now works :)
src/mesa/drivers/dri/r600/r600_texstate.c
src/mesa/drivers/dri/radeon/radeon_bo_legacy.c
src/mesa/drivers/dri/radeon/radeon_bo_legacy.h