g3dvl: Use sobel filter for chroma interpolation
[mesa/nouveau-pmpeg.git] / src / gallium / targets / graw-null / graw_null.c
blobf1fe3872c94a3905f5638fe681bd006f3bc61687
1 #include "state_tracker/graw.h"
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)
14 return NULL;
19 void
20 graw_set_display_func( void (*draw)( void ) )
25 void
26 graw_main_loop( void )