softpipe: use util_clear_render_target/depth_stencil fallbacks

This commit is contained in:
Roland Scheidegger
2010-06-07 20:47:54 +02:00
parent f92879576e
commit a3dffd76d3

View File

@@ -33,4 +33,6 @@ void
sp_init_surface_functions(struct softpipe_context *sp) sp_init_surface_functions(struct softpipe_context *sp)
{ {
sp->pipe.resource_copy_region = util_resource_copy_region; 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;
} }