Mesa (master): softpipe: remove S3TC init, since it's done on-demand now

Luca Barbieri lb at kemper.freedesktop.org
Fri Apr 2 05:33:32 UTC 2010


Module: Mesa
Branch: master
Commit: f50247c9aae036c9131bc2b5726c879c114eece0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f50247c9aae036c9131bc2b5726c879c114eece0

Author: Luca Barbieri <luca at luca-barbieri.com>
Date:   Fri Apr  2 06:21:19 2010 +0200

softpipe: remove S3TC init, since it's done on-demand now

---

 src/gallium/drivers/softpipe/sp_screen.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/softpipe/sp_screen.c b/src/gallium/drivers/softpipe/sp_screen.c
index 5c1012b..ddc53b3 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);




More information about the mesa-commit mailing list