mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 20:18:12 +02:00
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:
parent
5e2ecd64b0
commit
fa350781ed
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue