From e48d1ca3492d979f40b64b66a2dbf2e29154f0f5 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Thu, 17 Jul 2025 13:47:57 -0400 Subject: [PATCH] agx: optimize imgwblk uniform Signed-off-by: Alyssa Rosenzweig Part-of: --- src/asahi/compiler/agx_lower_uniform_sources.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/asahi/compiler/agx_lower_uniform_sources.c b/src/asahi/compiler/agx_lower_uniform_sources.c index 3b19623fdc1..3aeb3a4095d 100644 --- a/src/asahi/compiler/agx_lower_uniform_sources.c +++ b/src/asahi/compiler/agx_lower_uniform_sources.c @@ -47,7 +47,6 @@ agx_instr_accepts_uniform(enum agx_opcode op, unsigned src_index, case AGX_OPCODE_IMAGE_WRITE: return src_index == 3; case AGX_OPCODE_BLOCK_IMAGE_STORE: - return src_index == 0; case AGX_OPCODE_ZS_EMIT: case AGX_OPCODE_ST_TILE: case AGX_OPCODE_LD_TILE: