summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/target-helpers/sw_helper_public.h
blob: 12b301b6ab42e7353d8a4d7a345e559ff46adfef (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _SW_HELPER_PUBLIC_H
#define _SW_HELPER_PUBLIC_H

struct pipe_screen;
struct sw_winsys;

struct pipe_screen *
sw_screen_create(struct sw_winsys *winsys);

#endif /* _SW_HELPER_PUBLIC_H */