OSDN Git Service

drm_driver: Add a configuration function to the driver descriptor.
[android-x86/external-mesa.git] / src / gallium / targets / dri-vmwgfx / target.c
index da50b8b..fe3f8fd 100644 (file)
@@ -27,4 +27,4 @@ create_screen(int fd)
    return screen;
 }
 
-DRM_DRIVER_DESCRIPTOR("vmwgfx", "vmwgfx", create_screen)
+DRM_DRIVER_DESCRIPTOR("vmwgfx", "vmwgfx", create_screen, NULL)