Module: Mesa Branch: main Commit: ac486a0115e7b5775d8e78d9dc78f51112ee9a1e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ac486a0115e7b5775d8e78d9dc78f51112ee9a1e
Author: Boris Brezillon <[email protected]> Date: Wed Oct 4 17:26:24 2023 +0200 panfrost: Kill unused panfrost_batch::polygon_list field Signed-off-by: Boris Brezillon <[email protected]> Reviewed-by: Erik Faye-Lund <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26221> --- src/gallium/drivers/panfrost/pan_job.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gallium/drivers/panfrost/pan_job.h b/src/gallium/drivers/panfrost/pan_job.h index f57b82857f8..cd19f275cdc 100644 --- a/src/gallium/drivers/panfrost/pan_job.h +++ b/src/gallium/drivers/panfrost/pan_job.h @@ -142,9 +142,6 @@ struct panfrost_batch { /* Job scoreboarding state */ struct pan_scoreboard scoreboard; - /* Polygon list bound to the batch, or NULL if none bound yet */ - struct panfrost_bo *polygon_list; - /* Scratchpad BO bound to the batch, or NULL if none bound yet */ struct panfrost_bo *scratchpad;
