diff options
author | Alyssa Rosenzweig <alyssa@collabora.com> | 2023-02-06 10:49:58 -0500 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2023-03-23 23:53:45 +0000 |
commit | da0815fb9bb95a69cadbdd4285f4f59c89d54711 (patch) | |
tree | 7ca4e6b1fec80cc3c00cab6a3d93185bd4e0c2af /src/panfrost/util | |
parent | edf24f1887bb4500324e70a15534a670c86c00bc (diff) |
panfrost: Remove inputs->blend.rt
This sideband input is now unused, as the information is available locally
within the NIR as it should be.
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20906>
Diffstat (limited to 'src/panfrost/util')
-rw-r--r-- | src/panfrost/util/pan_ir.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/panfrost/util/pan_ir.h b/src/panfrost/util/pan_ir.h index 3ddec343856..f5c596f9f81 100644 --- a/src/panfrost/util/pan_ir.h +++ b/src/panfrost/util/pan_ir.h @@ -175,7 +175,6 @@ struct panfrost_compile_inputs { unsigned gpu_id; bool is_blend, is_blit; struct { - unsigned rt; unsigned nr_samples; uint64_t bifrost_blend_desc; } blend; |