mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
r600: set clear_buffer = u_default_clear_buffer
Fixes: thread '<unnamed>' panicked at 'Context missing features. This should never happen!', ../src/gallium/frontends/rusticl/mesa/pipe/context.rs:44:13 Signed-off-by: Thomas Debesse <dev@illwieckz.net> Reviewed-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18962>
This commit is contained in:
parent
505dd284c1
commit
98cace5224
1 changed files with 1 additions and 0 deletions
|
|
@ -588,6 +588,7 @@ bool r600_common_context_init(struct r600_common_context *rctx,
|
|||
rctx->family = rscreen->family;
|
||||
rctx->gfx_level = rscreen->gfx_level;
|
||||
|
||||
rctx->b.clear_buffer = u_default_clear_buffer;
|
||||
rctx->b.invalidate_resource = r600_invalidate_resource;
|
||||
rctx->b.resource_commit = r600_resource_commit;
|
||||
rctx->b.buffer_map = r600_buffer_transfer_map;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue