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
/
llvmpipe
/
lp_public.h
blob
ec6b660b48ebed86e81db92be9fbe9441254ba14
1
#ifndef LP_PUBLIC_H
2
#define LP_PUBLIC_H
3
4
struct
pipe_screen
;
5
struct
sw_winsys
;
6
7
struct
pipe_screen
*
8
llvmpipe_create_screen
(
struct
sw_winsys
*
winsys
);
9
10
#endif