mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
aux/trace: copy over stream_output_target_offset method from context
this can't be traced, so don't crash cc: mesa-stable Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14481>
This commit is contained in:
parent
d0bba3dfbf
commit
01709464a4
1 changed files with 2 additions and 0 deletions
|
|
@ -2328,6 +2328,8 @@ trace_context_create(struct trace_screen *tr_scr,
|
|||
TR_CTX_INIT(create_stream_output_target);
|
||||
TR_CTX_INIT(stream_output_target_destroy);
|
||||
TR_CTX_INIT(set_stream_output_targets);
|
||||
/* this is lavapipe-only and can't be traced */
|
||||
tr_ctx->base.stream_output_target_offset = pipe->stream_output_target_offset;
|
||||
TR_CTX_INIT(resource_copy_region);
|
||||
TR_CTX_INIT(blit);
|
||||
TR_CTX_INIT(flush_resource);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue