summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/failover/fo_context.c
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-09-17 12:07:29 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-09-17 12:07:29 -0600
commit72d7d2bcc34e3d26f1c4de92f1508c9ddffb3421 (patch)
tree9609eee41f408efc5850561a72e736df498e2be1 /src/mesa/pipe/failover/fo_context.c
parentf48e055c1072ca0f3ce3096606a8d892a559c599 (diff)
parent5578f8ce3bf349107b04fb0ebb8b8d505bd9424d (diff)
Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch
Diffstat (limited to 'src/mesa/pipe/failover/fo_context.c')
-rw-r--r--src/mesa/pipe/failover/fo_context.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/pipe/failover/fo_context.c b/src/mesa/pipe/failover/fo_context.c
index c58fc9cedc..076d516583 100644
--- a/src/mesa/pipe/failover/fo_context.c
+++ b/src/mesa/pipe/failover/fo_context.c
@@ -139,7 +139,6 @@ struct pipe_context *failover_create( struct pipe_context *hw,
failover->pipe.region_alloc = hw->region_alloc;
failover->pipe.region_release = hw->region_release;
- failover->pipe.region_idle = hw->region_idle;
failover->pipe.region_map = hw->region_map;
failover->pipe.region_unmap = hw->region_unmap;
failover->pipe.region_data = hw->region_data;