llvmpipe: delete pipe_context surface hooks

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:
Mike Blumenkrantz 2026-03-16 11:05:58 -04:00 committed by Marge Bot
parent fa350781ed
commit 17d9f1dc64

View file

@ -514,8 +514,6 @@ llvmpipe_init_surface_functions(struct llvmpipe_context *lp)
{
lp->pipe.clear_render_target = llvmpipe_clear_render_target;
lp->pipe.clear_depth_stencil = llvmpipe_clear_depth_stencil;
lp->pipe.create_surface = llvmpipe_create_surface;
lp->pipe.surface_destroy = llvmpipe_surface_destroy;
/* These are not actually functions dealing with surfaces */
lp->pipe.clear_texture = llvmpipe_clear_texture;
lp->pipe.clear_buffer = llvmpipe_clear_buffer;