mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-23 00:50:36 +02:00
aux/trace: propagate pipe_screen::transfer_helper pointer
Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10387>
This commit is contained in:
parent
ce687c9160
commit
bcfcd547d2
1 changed files with 1 additions and 0 deletions
|
|
@ -1009,6 +1009,7 @@ trace_screen_create(struct pipe_screen *screen)
|
|||
SCR_INIT(get_driver_uuid);
|
||||
SCR_INIT(get_device_uuid);
|
||||
SCR_INIT(finalize_nir);
|
||||
tr_scr->base.transfer_helper = screen->transfer_helper;
|
||||
|
||||
tr_scr->screen = screen;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue