diff options
author | Jakob Bornecrantz <[email protected]> | 2010-02-18 23:13:47 +0000 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-02-18 23:17:48 +0000 |
commit | 288e4b15e08fc4c9c94f4a09885cc2c2a073bc3c (patch) | |
tree | b373ca1379959992fdd39164bc030e2dd81c389d /src | |
parent | 1ee905bc47272bb5eec1fd7d43cf55b07cb620ca (diff) |
trace: Propagate api->name up
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/trace/tr_drm.c | 1 |
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 919dc1b309f..b8adde77f10 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; |