diff options
author | Luca Barbieri <luca@luca-barbieri.com> | 2010-04-02 06:21:19 +0200 |
---|---|---|
committer | Luca Barbieri <luca@luca-barbieri.com> | 2010-04-02 07:33:12 +0200 |
commit | f50247c9aae036c9131bc2b5726c879c114eece0 (patch) | |
tree | 61c741d5ca04e06c7d245356d8b61b504b36049b | |
parent | 36ed9a7f1356bc9c7c83388500ed8fbda8bff8aa (diff) |
softpipe: remove S3TC init, since it's done on-demand now
-rw-r--r-- | 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 5c1012b400..ddc53b336f 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); |