Module: Mesa Branch: main Commit: bcfcd547d2a4c6d0cf14b909dcab30d3e6b1bebd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bcfcd547d2a4c6d0cf14b909dcab30d3e6b1bebd
Author: Mike Blumenkrantz <[email protected]> Date: Wed Apr 21 14:05:39 2021 -0400 aux/trace: propagate pipe_screen::transfer_helper pointer Reviewed-by: Adam Jackson <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10387> --- src/gallium/auxiliary/driver_trace/tr_screen.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/auxiliary/driver_trace/tr_screen.c b/src/gallium/auxiliary/driver_trace/tr_screen.c index 107847219e9..e95de610ce8 100644 --- a/src/gallium/auxiliary/driver_trace/tr_screen.c +++ b/src/gallium/auxiliary/driver_trace/tr_screen.c @@ -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; _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
