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