Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5563 serge 1
 
2
#include "target-helpers/inline_wrapper_sw_helper.h"
3
#include "target-helpers/inline_debug_helper.h"
4
#include "i915/drm/i915_drm_public.h"
5
#include "i915/i915_public.h"
6
7
 
8
create_screen(int fd)
9
{
10
   struct i915_winsys *iws;
11
   struct pipe_screen *screen;
12
13
 
14
   if (!iws)
15
      return NULL;
16
17
 
18
   if (!screen)
19
      return NULL;
20
21
 
22
23
 
24
25
 
26
}
27
28
 
29