kolibrios-fun/drivers/video/Gallium/drivers/softpipe/sp_public.h
Sergey Semyonov (Serge) edb28b33f3 Gallium 3D: initial commit
git-svn-id: svn://kolibrios.org@3770 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-07-06 10:06:47 +00:00

11 lines
159 B
C

#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