OSDN Git Service

drm_driver: Add a configuration function to the driver descriptor.
[android-x86/external-mesa.git] / src / gallium / targets / vdpau-r300 / target.c
index 9f673bf..2fd7c2f 100644 (file)
@@ -21,4 +21,4 @@ static struct pipe_screen *create_screen(int fd)
    return screen;
 }
 
-DRM_DRIVER_DESCRIPTOR("r300", "radeon", create_screen)
+DRM_DRIVER_DESCRIPTOR("r300", "radeon", create_screen, NULL)