mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
pan/mdg: Stub memory_barrier{_image}
Same as we do for Bifrost. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11123>
This commit is contained in:
parent
21d06a41f7
commit
22a973601b
1 changed files with 3 additions and 0 deletions
|
|
@ -2049,7 +2049,10 @@ emit_intrinsic(compiler_context *ctx, nir_intrinsic_instr *instr)
|
|||
emit_special(ctx, instr, 97);
|
||||
break;
|
||||
|
||||
/* Midgard doesn't seem to want special handling */
|
||||
case nir_intrinsic_memory_barrier:
|
||||
case nir_intrinsic_memory_barrier_buffer:
|
||||
case nir_intrinsic_memory_barrier_image:
|
||||
case nir_intrinsic_memory_barrier_shared:
|
||||
case nir_intrinsic_group_memory_barrier:
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue