diff options
author | Michel Dänzer <[email protected]> | 2007-12-10 09:11:57 +0100 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2007-12-10 09:31:43 +0100 |
commit | 913703d4b822a794853e566d4ab2bfef01ca5099 (patch) | |
tree | a956a8d9f5efc422099b63a84bf9cda7b0f08eb4 /src/mesa/pipe/p_winsys.h | |
parent | 63e2ab83f6f3955c230bf71662136b34ff46dfe2 (diff) |
Remove stray references to struct pipe_region.
Diffstat (limited to 'src/mesa/pipe/p_winsys.h')
-rw-r--r-- | src/mesa/pipe/p_winsys.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/pipe/p_winsys.h b/src/mesa/pipe/p_winsys.h index f2be7655f49..1418af69186 100644 --- a/src/mesa/pipe/p_winsys.h +++ b/src/mesa/pipe/p_winsys.h @@ -45,7 +45,6 @@ struct pipe_buffer_handle; /** Opaque type */ struct pipe_fence_handle; -struct pipe_region; struct pipe_surface; @@ -80,12 +79,6 @@ struct pipe_winsys /** * flags is bitmask of PIPE_SURFACE_FLAG_RENDER, PIPE_SURFACE_FLAG_TEXTURE */ - struct pipe_region *(*region_alloc)(struct pipe_winsys *ws, - unsigned size, unsigned flags); - - void (*region_release)(struct pipe_winsys *ws, struct pipe_region **r); - - unsigned (*surface_pitch)(struct pipe_winsys *ws, unsigned cpp, unsigned with, unsigned flags); |