repo.or.cz
/
mesa
/
nouveau-pmpeg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
glsl2: Add and use new variable mode ir_var_temporary
[mesa/nouveau-pmpeg.git]
/
src
/
gallium
/
drivers
/
sw
/
sw_public.h
blob
7085c5c85a05aff9da0b681a5f1aa3ae60f27fba
1
#ifndef SW_PUBLIC_H
2
#define SW_PUBLIC_H
3
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
;
9
10
struct
pipe_screen
*
11
swrast_create_screen
(
struct
sw_winsys
*
winsys
);
12
13
#endif