swrast: add DRM_DRIVER_DESCRIPTOR to store driver name

This commit is contained in:
Vadim Girlin 2012-08-22 20:20:04 +04:00
parent b41f36bde7
commit 6547733593
1 changed files with 3 additions and 0 deletions

View File

@ -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)