summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_public.h
blob: 62d0903d87a3bdfcf604dc4df1eefde306ed0e78 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef SP_PUBLIC_H
#define SP_PUBLIC_H

struct pipe_screen;
struct sw_winsys;

struct pipe_screen *
softpipe_create_screen(struct sw_winsys *winsys);

#endif