diff --git a/src/asahi/lib/cmdbuf.xml b/src/asahi/lib/cmdbuf.xml index 8bb1a654bee..76f620efee5 100644 --- a/src/asahi/lib/cmdbuf.xml +++ b/src/asahi/lib/cmdbuf.xml @@ -433,11 +433,15 @@ + + + + + - - + @@ -677,8 +681,13 @@ + + + + + - + diff --git a/src/gallium/drivers/asahi/agx_state.c b/src/gallium/drivers/asahi/agx_state.c index 7be0b93f3be..f4461c8e2fe 100644 --- a/src/gallium/drivers/asahi/agx_state.c +++ b/src/gallium/drivers/asahi/agx_state.c @@ -1821,8 +1821,6 @@ agx_encode_state(struct agx_batch *batch, uint8_t *out, out += AGX_VDM_STATE_VERTEX_OUTPUTS_LENGTH; agx_pack(out, VDM_STATE_VERTEX_UNKNOWN, cfg) { - /* XXX: This is probably wrong */ - cfg.unknown = tex_count >= 4; } out += AGX_VDM_STATE_VERTEX_UNKNOWN_LENGTH;