summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/p_context.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-09-17 18:02:46 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2007-09-17 18:04:03 +0100
commit5578f8ce3bf349107b04fb0ebb8b8d505bd9424d (patch)
tree830d46936f3e18f57ed6a110ef876c54eb2b3584 /src/mesa/pipe/p_context.h
parentbf92350b5b2c8e14515fb8bbfacd8c06502dfb98 (diff)
Remove non-meaningful region_idle() interface
This is already handled by the semanics of map(), etc.
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);