diff options
author | Brian <[email protected]> | 2007-09-17 12:07:29 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-09-17 12:07:29 -0600 |
commit | 72d7d2bcc34e3d26f1c4de92f1508c9ddffb3421 (patch) | |
tree | 9609eee41f408efc5850561a72e736df498e2be1 /src/mesa/pipe/p_context.h | |
parent | f48e055c1072ca0f3ce3096606a8d892a559c599 (diff) | |
parent | 5578f8ce3bf349107b04fb0ebb8b8d505bd9424d (diff) |
Merge branch 'softpipe_0_1_branch' of git+ssh://[email protected]/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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/pipe/p_context.h b/src/mesa/pipe/p_context.h index dafbef410eb..ec5555c38e9 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); |