diff options
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/trace/tr_context.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/drivers/trace/tr_context.c b/src/gallium/drivers/trace/tr_context.c index 40a56df4e5f..81c1a46422b 100644 --- a/src/gallium/drivers/trace/tr_context.c +++ b/src/gallium/drivers/trace/tr_context.c @@ -1496,8 +1496,6 @@ trace_context_buffer_subdata(struct pipe_context *_context, struct pipe_context *context = tr_context->pipe; struct pipe_box box; - assert(resource->screen == context->screen); - trace_dump_call_begin("pipe_context", "buffer_subdata"); trace_dump_arg(ptr, context); @@ -1530,8 +1528,6 @@ trace_context_texture_subdata(struct pipe_context *_context, struct trace_context *tr_context = trace_context(_context); struct pipe_context *context = tr_context->pipe; - assert(resource->screen == context->screen); - trace_dump_call_begin("pipe_context", "texture_subdata"); trace_dump_arg(ptr, context); @@ -1564,8 +1560,6 @@ trace_context_invalidate_resource(struct pipe_context *_context, struct trace_context *tr_context = trace_context(_context); struct pipe_context *context = tr_context->pipe; - assert(resource->screen == context->screen); - trace_dump_call_begin("pipe_context", "invalidate_resource"); trace_dump_arg(ptr, context); |