From: Luca Barbieri Date: Fri, 2 Apr 2010 04:21:19 +0000 (+0200) Subject: softpipe: remove S3TC init, since it's done on-demand now X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f50247c9aae036c9131bc2b5726c879c114eece0;p=mesa.git softpipe: remove S3TC init, since it's done on-demand now --- diff --git a/src/gallium/drivers/softpipe/sp_screen.c b/src/gallium/drivers/softpipe/sp_screen.c index 5c1012b4006..ddc53b336fb 100644 --- a/src/gallium/drivers/softpipe/sp_screen.c +++ b/src/gallium/drivers/softpipe/sp_screen.c @@ -224,8 +224,6 @@ softpipe_create_screen(struct sw_winsys *winsys) screen->base.context_create = softpipe_create_context; screen->base.flush_frontbuffer = softpipe_flush_frontbuffer; - util_format_s3tc_init(); - softpipe_init_screen_texture_funcs(&screen->base); softpipe_init_screen_buffer_funcs(&screen->base); softpipe_init_screen_fence_funcs(&screen->base);