summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2010-02-18 23:13:47 +0000
committerJakob Bornecrantz <jakob@vmware.com>2010-02-18 23:17:48 +0000
commit288e4b15e08fc4c9c94f4a09885cc2c2a073bc3c (patch)
treeb373ca1379959992fdd39164bc030e2dd81c389d /src/gallium/drivers/trace
parent1ee905bc47272bb5eec1fd7d43cf55b07cb620ca (diff)
trace: Propagate api->name up
Diffstat (limited to 'src/gallium/drivers/trace')
-rw-r--r--src/gallium/drivers/trace/tr_drm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/trace/tr_drm.c b/src/gallium/drivers/trace/tr_drm.c
index 919dc1b309..b8adde77f1 100644
--- a/src/gallium/drivers/trace/tr_drm.c
+++ b/src/gallium/drivers/trace/tr_drm.c
@@ -155,6 +155,7 @@ trace_drm_create(struct drm_api *api)
if (!tr_api)
goto error;
+ tr_api->base.name = api->name;
tr_api->base.driver_name = api->driver_name;
tr_api->base.create_screen = trace_drm_create_screen;
tr_api->base.texture_from_shared_handle = trace_drm_texture_from_shared_handle;