summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2011-08-03 04:31:02 +0200
committerMarek Olšák <[email protected]>2011-08-16 09:15:10 +0200
commit638d75185e66727faaba5dc2df1b6e14c7c0c075 (patch)
tree4bcfc81bbaa09dcb96c06ce92b7dcb057faeef0f /src/gallium/drivers/r600
parent9865b1ec8c88154d8ceb982c42844b68e9224217 (diff)
r600g: let radeon_winsys maintain the list of relocations
Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600')
-rw-r--r--src/gallium/drivers/r600/r600.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600.h b/src/gallium/drivers/r600/r600.h
index 043215b3ec7..3ac60bce611 100644
--- a/src/gallium/drivers/r600/r600.h
+++ b/src/gallium/drivers/r600/r600.h
@@ -239,6 +239,7 @@ struct r600_query {
struct r600_context {
struct radeon *radeon;
+ struct radeon_winsys_cs *cs;
struct r600_range *range;
unsigned nblocks;
struct r600_block **blocks;
@@ -250,7 +251,7 @@ struct r600_context {
unsigned pm4_dirty_cdwords;
unsigned ctx_pm4_ndwords;
unsigned init_dwords;
- unsigned nreloc;
+
unsigned creloc;
struct r600_reloc *reloc;
struct radeon_bo **bo;