mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-14 20:30:29 +01:00
virgl: drop unused format field
This commit is contained in:
parent
4379dcc12d
commit
035cd6cdf9
2 changed files with 0 additions and 2 deletions
|
|
@ -186,7 +186,6 @@ virgl_drm_winsys_resource_create(struct virgl_winsys *qws,
|
|||
}
|
||||
|
||||
res->bind = bind;
|
||||
res->format = format;
|
||||
|
||||
res->res_handle = createcmd.res_handle;
|
||||
res->bo_handle = createcmd.bo_handle;
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@ struct virgl_hw_res {
|
|||
uint32_t stride;
|
||||
|
||||
struct virgl_resource_cache_entry cache_entry;
|
||||
uint32_t format;
|
||||
uint32_t bind;
|
||||
uint32_t flink_name;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue