Subversion Repositories Kolibri OS

Rev

Rev 4358 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4358 Rev 5080
Line 42... Line 42...
42
   const char *name;
42
   const char *name;
43
   const struct gbm_backend *builtin;
43
   const struct gbm_backend *builtin;
44
};
44
};
Line 45... Line 45...
45
 
45
 
46
static const struct backend_desc backends[] = {
46
static const struct backend_desc backends[] = {
47
   { "gbm_dri.so", &gbm_dri_backend }
47
   { "gbm_dri.dll", &gbm_dri_backend },
48
//   { "gbm_gallium_drm.so", NULL },
48
   { "gbm_gallium_drm.dll", NULL },
Line 49... Line 49...
49
};
49
};
50
 
50
 
51
#if 0
51
#if 0