mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 17:00:13 +01:00
panfrost: Fix WRITES_GLOBAL bit
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Fixes: dce7722ef8 ("panfrost: Handle writes_memory correctly")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6321>
This commit is contained in:
parent
8626d4cbef
commit
39bf1fb322
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ panfrost_shader_meta_init(struct panfrost_context *ctx,
|
|||
meta->midgard1.flags_lo = 0x20;
|
||||
meta->midgard1.uniform_buffer_count = panfrost_ubo_count(ctx, st);
|
||||
|
||||
SET_BIT(meta->midgard1.flags_hi, MALI_WRITES_GLOBAL, ss->writes_global);
|
||||
SET_BIT(meta->midgard1.flags_lo, MALI_WRITES_GLOBAL, ss->writes_global);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue