diff options
author | Tomeu Vizoso <[email protected]> | 2019-05-29 11:25:20 +0200 |
---|---|---|
committer | Tomeu Vizoso <[email protected]> | 2019-05-31 14:37:10 +0200 |
commit | 0e1c5cc78fe24fb9620cac7bdcf7e927ab042ff8 (patch) | |
tree | 318cdc5ff64b1cec3aa688fd1fa654fdf7503e07 /src/gallium/drivers/panfrost/pan_context.h | |
parent | da9f7ab6d4f7148e74b41ff0771b8cd581310912 (diff) |
panfrost: Remove link stage for jobs
And instead, link them as they are added.
Makes things a bit clearer and prepares future work such as FB reload
jobs.
Signed-off-by: Tomeu Vizoso <[email protected]>
Reviewed-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/gallium/drivers/panfrost/pan_context.h')
-rw-r--r-- | src/gallium/drivers/panfrost/pan_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/panfrost/pan_context.h b/src/gallium/drivers/panfrost/pan_context.h index 7f08d471511..e3dc07059b5 100644 --- a/src/gallium/drivers/panfrost/pan_context.h +++ b/src/gallium/drivers/panfrost/pan_context.h @@ -326,7 +326,7 @@ void panfrost_emit_for_draw(struct panfrost_context *ctx, bool with_vertex_data); struct panfrost_transfer -panfrost_vertex_tiler_job(struct panfrost_context *ctx, bool is_tiler, bool is_elided_tiler); +panfrost_vertex_tiler_job(struct panfrost_context *ctx, bool is_tiler); unsigned panfrost_get_default_swizzle(unsigned components); |