aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2011-08-04 06:11:45 +0200
committerMarek Olšák <[email protected]>2011-08-16 09:15:11 +0200
commitc6fec83726d3435a800f0a4e3ded89628b1a504f (patch)
treef18a0320b1c97e2d2698f834444b9c5c0ae748b2 /src/gallium/drivers/r600
parent5229ba494b4b3f19085d13131a37626b914d4014 (diff)
r600g: merge radeon_bo with r600_bo
Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600')
-rw-r--r--src/gallium/drivers/r600/r600.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600.h b/src/gallium/drivers/r600/r600.h
index 0c70fe2bb0a..a8626d1d2ec 100644
--- a/src/gallium/drivers/r600/r600.h
+++ b/src/gallium/drivers/r600/r600.h
@@ -242,7 +242,7 @@ struct r600_context {
unsigned init_dwords;
unsigned creloc;
- struct radeon_bo **bo;
+ struct r600_bo **bo;
u32 *pm4;
unsigned pm4_cdwords;