From: Jakob Bornecrantz Date: Tue, 20 Apr 2010 22:04:30 +0000 (+0100) Subject: svga: Init surface functions X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ed94c26ce80a1d370536c4bd406875deba7cbae0;p=mesa.git svga: Init surface functions --- diff --git a/src/gallium/drivers/svga/svga_screen.c b/src/gallium/drivers/svga/svga_screen.c index aeda3dcad51..9fc613da749 100644 --- a/src/gallium/drivers/svga/svga_screen.c +++ b/src/gallium/drivers/svga/svga_screen.c @@ -397,6 +397,7 @@ svga_screen_create(struct svga_winsys_screen *sws) screen->fence_finish = svga_fence_finish; svgascreen->sws = sws; + svga_screen_init_surface_functions(svgascreen); svga_init_screen_resource_functions(svgascreen); svgascreen->use_ps30 =