mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-29 17:10:46 +02:00
Remove stray references to struct pipe_region.
This commit is contained in:
parent
63e2ab83f6
commit
913703d4b8
3 changed files with 0 additions and 9 deletions
|
|
@ -35,7 +35,6 @@
|
|||
|
||||
|
||||
struct pipe_context;
|
||||
struct pipe_region;
|
||||
struct intel_context;
|
||||
struct _DriBufferObject;
|
||||
struct st_context;
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@
|
|||
|
||||
struct pipe_context;
|
||||
struct pipe_texture;
|
||||
struct pipe_region;
|
||||
|
||||
|
||||
extern struct pipe_texture *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue