glsl2: Add and use new variable mode ir_var_temporary
[mesa/nouveau-pmpeg.git] / src / gallium / drivers / sw / sw_public.h
blob7085c5c85a05aff9da0b681a5f1aa3ae60f27fba
1 #ifndef SW_PUBLIC_H
2 #define SW_PUBLIC_H
4 /* A convenience library, primarily to isolate the logic required to
5 * figure out which if any software rasterizers have been built and
6 * select between them.
7 */
8 struct sw_winsys;
10 struct pipe_screen *
11 swrast_create_screen(struct sw_winsys *winsys);
13 #endif