summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/p_context.h
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/p_context.h
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/p_context.h')
-rw-r--r--src/mesa/pipe/p_context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/pipe/p_context.h b/src/mesa/pipe/p_context.h
index dafbef410e..ec5555c38e 100644
--- a/src/mesa/pipe/p_context.h
+++ b/src/mesa/pipe/p_context.h
@@ -182,8 +182,6 @@ struct pipe_context {
void (*region_release)(struct pipe_context *pipe, struct pipe_region **r);
- void (*region_idle)(struct pipe_context *pipe, struct pipe_region *region);
-
ubyte *(*region_map)(struct pipe_context *pipe, struct pipe_region *r);
void (*region_unmap)(struct pipe_context *pipe, struct pipe_region *r);