repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Check for SYS/GL during library init. Reason is that
[AROS.git]
/
workbench
/
libs
/
mesa
/
src
/
gallium
/
drivers
/
softpipe
/
sp_public.h
blob
62d0903d87a3bdfcf604dc4df1eefde306ed0e78
1
#ifndef SP_PUBLIC_H
2
#define SP_PUBLIC_H
3
4
struct
pipe_screen
;
5
struct
sw_winsys
;
6
7
struct
pipe_screen
*
8
softpipe_create_screen
(
struct
sw_winsys
*
winsys
);
9
10
#endif