svga: 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:04:49 -04:00 committed by Marge Bot
parent 5e2ecd64b0
commit fa350781ed

View file

@ -956,7 +956,5 @@ svga_get_sample_position(struct pipe_context *context,
void
svga_init_surface_functions(struct svga_context *svga)
{
svga->pipe.create_surface = svga_create_surface;
svga->pipe.surface_destroy = svga_surface_destroy;
svga->pipe.get_sample_position = svga_get_sample_position;
}