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
revert between 56095 -> 55830 in arch
[AROS.git]
/
workbench
/
libs
/
mesa
/
src
/
gallium
/
drivers
/
i915
/
i915_public.h
blob
588654d608330fa17816a51666c62703bdc55168
1
2
#ifndef I915_PUBLIC_H
3
#define I915_PUBLIC_H
4
5
struct
i915_winsys
;
6
struct
pipe_screen
;
7
8
/**
9
* Create i915 pipe_screen.
10
*/
11
struct
pipe_screen
*
i915_screen_create
(
struct
i915_winsys
*
iws
);
12
13
#endif