X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fpanfrost%2Fpan_context.c;h=9f22c2b698c24187f44f5ceeb0b9367f3ac2a824;hp=215fe594406d4bba409c5b035090d87a4a28a2eb;hb=1513392e776317892a074fd350497370dae7ee58;hpb=8b5f9fc08af32ab68dab1d18a51e21ec686107fa diff --git a/src/gallium/drivers/panfrost/pan_context.c b/src/gallium/drivers/panfrost/pan_context.c index 215fe594406..9f22c2b698c 100644 --- a/src/gallium/drivers/panfrost/pan_context.c +++ b/src/gallium/drivers/panfrost/pan_context.c @@ -319,9 +319,10 @@ panfrost_draw_vbo( 1, 1, 1); /* Emit all sort of descriptors. */ - mali_ptr push_vert = 0, push_frag = 0; + mali_ptr push_vert = 0, push_frag = 0, attribs = 0; - panfrost_emit_vertex_data(batch, &vertex_postfix); + vertex_postfix.attribute_meta = panfrost_emit_vertex_data(batch, &attribs); + vertex_postfix.attributes = attribs; panfrost_emit_varying_descriptor(batch, ctx->padded_count * ctx->instance_count,