projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36ed9a7
)
softpipe: remove S3TC init, since it's done on-demand now
author
Luca Barbieri
<luca@luca-barbieri.com>
Fri, 2 Apr 2010 04:21:19 +0000
(06:21 +0200)
committer
Luca Barbieri
<luca@luca-barbieri.com>
Fri, 2 Apr 2010 05:33:12 +0000
(07:33 +0200)
src/gallium/drivers/softpipe/sp_screen.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/softpipe/sp_screen.c
b/src/gallium/drivers/softpipe/sp_screen.c
index 5c1012b4006e4c551c43165741dd429ee404720a..ddc53b336fbde779b1d344d186e7d5c12c2c096d 100644
(file)
--- 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);