From 6547733593f137e5e6e024a6084d4c04ca2abc34 Mon Sep 17 00:00:00 2001 From: Vadim Girlin Date: Wed, 22 Aug 2012 20:20:04 +0400 Subject: [PATCH] swrast: add DRM_DRIVER_DESCRIPTOR to store driver name --- src/gallium/targets/dri-swrast/swrast_drm_api.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gallium/targets/dri-swrast/swrast_drm_api.c b/src/gallium/targets/dri-swrast/swrast_drm_api.c index 8d741c6343c..a8973fd6070 100644 --- a/src/gallium/targets/dri-swrast/swrast_drm_api.c +++ b/src/gallium/targets/dri-swrast/swrast_drm_api.c @@ -33,6 +33,9 @@ #include "target-helpers/inline_debug_helper.h" #include "target-helpers/inline_sw_helper.h" +#include "state_tracker/drm_driver.h" + +DRM_DRIVER_DESCRIPTOR("swrast", NULL, NULL, NULL); struct pipe_screen * drisw_create_screen(struct drisw_loader_funcs *lf) -- 2.30.2