mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 06:30:10 +01:00
panfrost: Kill unused panfrost_batch::polygon_list field
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26221>
This commit is contained in:
parent
8ed471a339
commit
ac486a0115
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue