mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-23 07:30:30 +01:00
identity: Propagate api->name and api->driver_name up
This commit is contained in:
parent
288e4b15e0
commit
2ecdc2ecec
1 changed files with 2 additions and 0 deletions
|
|
@ -142,6 +142,8 @@ identity_drm_create(struct drm_api *api)
|
|||
if (!id_api)
|
||||
goto error;
|
||||
|
||||
id_api->base.name = api->name;
|
||||
id_api->base.driver_name = api->driver_name;
|
||||
id_api->base.create_screen = identity_drm_create_screen;
|
||||
id_api->base.texture_from_shared_handle = identity_drm_texture_from_shared_handle;
|
||||
id_api->base.shared_handle_from_texture = identity_drm_shared_handle_from_texture;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue