mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 22:10:10 +01:00
softpipe: sp_winsys.h should define/include what it needs.
This commit is contained in:
parent
c99fb991a3
commit
d8d8b0d244
1 changed files with 3 additions and 1 deletions
|
|
@ -34,15 +34,17 @@
|
||||||
#ifndef SP_WINSYS_H
|
#ifndef SP_WINSYS_H
|
||||||
#define SP_WINSYS_H
|
#define SP_WINSYS_H
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "pipe/p_defines.h"
|
||||||
|
|
||||||
struct pipe_screen;
|
struct pipe_screen;
|
||||||
struct pipe_winsys;
|
struct pipe_winsys;
|
||||||
struct pipe_context;
|
struct pipe_context;
|
||||||
|
struct pipe_texture;
|
||||||
|
struct pipe_buffer;
|
||||||
|
|
||||||
|
|
||||||
struct pipe_context *softpipe_create( struct pipe_screen * );
|
struct pipe_context *softpipe_create( struct pipe_screen * );
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue