summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_screen.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2010-03-14 14:32:50 +0100
committerMarek Olšák <maraeo@gmail.com>2010-03-14 14:40:38 +0100
commit6e4b05637fa08020a9142b2391166d2c62b54896 (patch)
tree7216aba8f5e5d306d47654f6872ebda20c86ddcc /src/gallium/drivers/r300/r300_screen.h
parent2615bba182bf6ec4b406d31e714be78b9161ce8b (diff)
r300g: remove pipe_context from r300_screen
Diffstat (limited to 'src/gallium/drivers/r300/r300_screen.h')
-rw-r--r--src/gallium/drivers/r300/r300_screen.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/r300/r300_screen.h b/src/gallium/drivers/r300/r300_screen.h
index 71310b2692..abc1303e12 100644
--- a/src/gallium/drivers/r300/r300_screen.h
+++ b/src/gallium/drivers/r300/r300_screen.h
@@ -38,10 +38,6 @@ struct r300_screen {
struct radeon_winsys* radeon_winsys;
- /* XXX This hack will be removed once texture transfers become part of
- * pipe_context. */
- struct pipe_context* ctx;
-
/* Chipset capabilities */
struct r300_capabilities* caps;