summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2011-08-03 02:24:15 +0200
committerMarek Olšák <[email protected]>2011-08-16 09:15:10 +0200
commit9865b1ec8c88154d8ceb982c42844b68e9224217 (patch)
treee78cccef3e79320f08c6603bd1c2059a2f9d06d8 /src/gallium/drivers
parent591d8c33502463b816428d18ca779faa282a5a25 (diff)
r600g: remove now-unused r600_context::fenced_bo
Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium/drivers')
-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 7e704730122..043215b3ec7 100644
--- a/src/gallium/drivers/r600/r600.h
+++ b/src/gallium/drivers/r600/r600.h
@@ -254,11 +254,11 @@ struct r600_context {
unsigned creloc;
struct r600_reloc *reloc;
struct radeon_bo **bo;
+
u32 *pm4;
struct list_head query_list;
unsigned num_query_running;
unsigned backend_mask;
- struct list_head fenced_bo;
unsigned max_db; /* for OQ */
unsigned num_dest_buffers;
unsigned flags;