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
g3dvl: Use sobel filter for chroma interpolation
[mesa/nouveau-pmpeg.git]
/
src
/
gallium
/
targets
/
graw-null
/
graw_null.c
blob
f1fe3872c94a3905f5638fe681bd006f3bc61687
1
#include
"state_tracker/graw.h"
2
3
4
5
6
struct
pipe_screen
*
7
graw_create_window_and_screen
(
int
x
,
8
int
y
,
9
unsigned
width
,
10
unsigned
height
,
11
enum
pipe_format format
,
12
void
**
handle
)
13
{
14
return
NULL
;
15
}
16
17
18
19
void
20
graw_set_display_func
(
void
(*
draw
)(
void
) )
21
{
22
}
23
24
25
void
26
graw_main_loop
(
void
)
27
{
28
}