summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2011-09-17 14:10:20 +0200
committerMarek Olšák <[email protected]>2011-09-30 23:19:52 +0200
commit90ce3cdde9fb2dd507b4e21c5456a3371f5996bc (patch)
treefe7d128c2cd9efaeba3f93614bd4cc124a43aadb /src/gallium/drivers/r600/r600_pipe.h
parent518557d74abd4ce035dae079ff6eb1b08cc639d0 (diff)
r600g: remove struct radeon (or what's left of it)
Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h
index c0cd3b32460..0ef96be2832 100644
--- a/src/gallium/drivers/r600/r600_pipe.h
+++ b/src/gallium/drivers/r600/r600_pipe.h
@@ -75,7 +75,6 @@ enum r600_pipe_state_id {
struct r600_screen {
struct pipe_screen screen;
struct radeon_winsys *ws;
- struct radeon *radeon;
unsigned family;
enum chip_class chip_class;
struct radeon_info info;
@@ -188,7 +187,6 @@ struct r600_pipe_context {
void *custom_dsa_flush;
struct r600_screen *screen;
struct radeon_winsys *ws;
- struct radeon *radeon;
struct r600_pipe_state *states[R600_PIPE_NSTATES];
struct r600_context ctx;
struct r600_vertex_element *vertex_elements;