mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 11:10:10 +01:00
gallium: move 'struct pipe_winsys'
Not used in p_state.h but used in p_context.h and p_screen.h
This commit is contained in:
parent
75f0b38d9e
commit
0703b2e9ad
3 changed files with 3 additions and 1 deletions
|
|
@ -40,6 +40,7 @@ struct pipe_screen;
|
||||||
struct pipe_fence_handle;
|
struct pipe_fence_handle;
|
||||||
struct pipe_state_cache;
|
struct pipe_state_cache;
|
||||||
struct pipe_query;
|
struct pipe_query;
|
||||||
|
struct pipe_winsys;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,8 @@ extern "C" {
|
||||||
|
|
||||||
/** Opaque type */
|
/** Opaque type */
|
||||||
struct pipe_fence_handle;
|
struct pipe_fence_handle;
|
||||||
|
struct pipe_winsys;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gallium screen/adapter context. Basically everything
|
* Gallium screen/adapter context. Basically everything
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,6 @@ extern "C" {
|
||||||
/* fwd decls */
|
/* fwd decls */
|
||||||
struct pipe_screen;
|
struct pipe_screen;
|
||||||
struct pipe_surface;
|
struct pipe_surface;
|
||||||
struct pipe_winsys;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue