mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
nouveau: delete unused surface hook
Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40462>
This commit is contained in:
parent
643d7b4b70
commit
199eff7538
1 changed files with 0 additions and 1 deletions
|
|
@ -146,7 +146,6 @@ nv50_init_resource_functions(struct pipe_context *pcontext)
|
|||
pcontext->texture_unmap = nv50_miptree_transfer_unmap;
|
||||
pcontext->buffer_subdata = u_default_buffer_subdata;
|
||||
pcontext->texture_subdata = u_default_texture_subdata;
|
||||
pcontext->surface_destroy = nv50_surface_destroy;
|
||||
pcontext->invalidate_resource = nv50_invalidate_resource;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue