gallium: move ddebug, noop, rbug, trace to auxiliary to improve build times
[mesa.git] / src / gallium / auxiliary / target-helpers / sw_helper_public.h
1 #ifndef _SW_HELPER_PUBLIC_H
2 #define _SW_HELPER_PUBLIC_H
3
4 struct pipe_screen;
5 struct sw_winsys;
6
7 struct pipe_screen *
8 sw_screen_create(struct sw_winsys *winsys);
9
10 #endif /* _SW_HELPER_PUBLIC_H */