mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 11:38:05 +02:00
softpipe: use util_clear_render_target/depth_stencil fallbacks
This commit is contained in:
parent
f92879576e
commit
a3dffd76d3
1 changed files with 2 additions and 0 deletions
|
|
@ -33,4 +33,6 @@ void
|
|||
sp_init_surface_functions(struct softpipe_context *sp)
|
||||
{
|
||||
sp->pipe.resource_copy_region = util_resource_copy_region;
|
||||
sp->pipe.clear_render_target = util_clear_render_target;
|
||||
sp->pipe.clear_depth_stencil = util_clear_depth_stencil;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue