llvmpipe: use util_clear_render_target/depth_stencil fallbacks

This commit is contained in:
Roland Scheidegger 2010-06-07 20:47:45 +02:00
parent a2bf4817bb
commit f92879576e
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}