diff --git a/src/gallium/auxiliary/driver_trace/tr_screen.c b/src/gallium/auxiliary/driver_trace/tr_screen.c index 2b8a1addf44..37a6682056a 100644 --- a/src/gallium/auxiliary/driver_trace/tr_screen.c +++ b/src/gallium/auxiliary/driver_trace/tr_screen.c @@ -475,6 +475,8 @@ trace_screen_resource_bind_backing(struct pipe_screen *_screen, result = screen->resource_bind_backing(screen, resource, pmem, offset); + trace_dump_ret(bool, result); + trace_dump_call_end(); return result;