mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
util: Include missing header in u_blit.h.
Include p_compiler.h for uint symbol. Clean up forward declarations.
This commit is contained in:
parent
3e41029d6e
commit
d8ad10dc45
1 changed files with 8 additions and 6 deletions
|
|
@ -30,18 +30,20 @@
|
|||
#define U_BLIT_H
|
||||
|
||||
|
||||
#include "pipe/p_compiler.h"
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
struct pipe_context;
|
||||
struct pipe_surface;
|
||||
struct pipe_resource;
|
||||
struct cso_context;
|
||||
|
||||
|
||||
struct blit_state;
|
||||
struct pipe_context;
|
||||
struct pipe_resource;
|
||||
struct pipe_sampler_view;
|
||||
struct pipe_subresource;
|
||||
struct pipe_surface;
|
||||
|
||||
|
||||
extern struct blit_state *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue