From: Alyssa Rosenzweig Date: Wed, 31 Jul 2019 22:32:18 +0000 (-0700) Subject: panfrost: Emit "draw" info for compute jobs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d9eb65c60c8649dcc82f136b2cb0d7d0eeef8e0d;p=mesa.git panfrost: Emit "draw" info for compute jobs Important fields relating to shader state and UBOs are filled out from this (misnomer) function. Signed-off-by: Alyssa Rosenzweig --- diff --git a/src/gallium/drivers/panfrost/pan_compute.c b/src/gallium/drivers/panfrost/pan_compute.c index 71065e28ba7..b087ff1d0d5 100644 --- a/src/gallium/drivers/panfrost/pan_compute.c +++ b/src/gallium/drivers/panfrost/pan_compute.c @@ -96,6 +96,8 @@ panfrost_launch_grid(struct pipe_context *pipe, /* TODO: Stub */ struct midgard_payload_vertex_tiler *payload = &ctx->payloads[PIPE_SHADER_COMPUTE]; + panfrost_emit_for_draw(ctx, false); + /* Compute jobs have a "compute FBD". It's not a real framebuffer * descriptor - there is no framebuffer - but it takes the place of * one. As far as I can tell, it's actually the beginning of a