mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
llvmpipe: use util_clear_render_target/depth_stencil fallbacks
This commit is contained in:
parent
a2bf4817bb
commit
f92879576e
1 changed files with 2 additions and 0 deletions
|
|
@ -153,4 +153,6 @@ void
|
|||
llvmpipe_init_surface_functions(struct llvmpipe_context *lp)
|
||||
{
|
||||
lp->pipe.resource_copy_region = lp_resource_copy;
|
||||
lp->pipe.clear_render_target = util_clear_render_target;
|
||||
lp->pipe.clear_depth_stencil = util_clear_depth_stencil;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue